From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 30 Sep 2014 19:41:15 -0600 Subject: [U-Boot] [PATCH 0/4] dm: rpi: Move Raspberry Pi to use driver model In-Reply-To: <1411428659-6823-1-git-send-email-sjg@chromium.org> References: <1411428659-6823-1-git-send-email-sjg@chromium.org> Message-ID: <542B5BBB.1010501@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 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