[U-Boot] [PATCH 0/4] dm: rpi: Move Raspberry Pi to use driver model
Stephen Warren
swarren at wwwdotorg.org
Wed Oct 1 03:41:15 CEST 2014
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>
More information about the U-Boot
mailing list