Phil Elwell

Results 1369 comments of Phil Elwell

Is doing a get on BIAS_DISABLE really a thing?

I'd say this is an exemplary implementation: https://github.com/raspberrypi/linux/blob/rpi-6.12.y/drivers/pinctrl/pinctrl-rp1.c#L1470-L1472

If we treat the pinconf_get semantics for the individual bias modes as a boolean query as to whether or not that mode is selected, then the implementation of the `BIAS_DISABLE`...

If you'd tried to build the kernel yourself you would have discovered that you can't just enable DEBUG_INFO_BTF - it depends on DEBUG_INFO being enabled for the whole kernel build,...

That doesn't look too challenging, but it would require us to create a new repo, `raspberrypi/homebrew-rpiboot`, in order to be able to say `brew tap raspberrypi/rpiboot`, which is a bit...

Thanks - we'll keep that in mind.