
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@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@wwwdotorg.org