Andy Green wrote:
> uboot-pcf50633-default-curr-lim-1A.patch

Thanks, applied in revision 4094, along with the "downgrade" to 500mA.

We'll have to return to this at a later time and clean up the whole
power source detection state machine, but this at least keeps us
going.

One nitpick: u_int16_t is a common but ugly example to copy. Better
choices would be u16 as Linus recommends, or (my preference) uint16_t
as ANSI C recommends.

- Werner

Reply via email to