[U-Boot] [PATCH 0/4] dm: rpi: Move Raspberry Pi to use driver model

Simon Glass sjg at chromium.org
Wed Oct 1 04:17:59 CEST 2014


Hi Stephen,

On 30 September 2014 19:41, Stephen Warren <swarren at wwwdotorg.org> wrote:
> On 09/22/2014 05:30 PM, Simon Glass wrote:
>> This series adds driver model support to the GPIO and serial drivers used
>> by Raspberry Pi, and moves Raspberry Pi over to driver model.
>>
>> This requires adding driver model support to the pl01x serial driver, and
>> replacing the bcm2835 GPIO driver with a driver model version (since there
>> are no longer clients that don't use driver model).
>>
>> See u-boot-dm.git branch rpi-working for the tree this is based on.
>
> The series,
> Tested-by: Stephen Warren <swarren at wwwdotorg.org>
>
> It threw me for a while that this series changes the command-line syntax
> from:
>
> gpio input 18
>
> to:
>
> gpio input GPIO18
>
> Hopefully that won't annoy anyone who has scripts that need to be
> modified... Still, that's quite minor, so the two RPi patches,
>
> Acked-by: Stephen Warren <swarren at wwwdotorg.org>

Thanks for looking at this. Re the issue you raise, there is a patch
for this here, part of the omap3 series:

http://patchwork.ozlabs.org/patch/392039/

Regards,
Simon


More information about the U-Boot mailing list