[U-Boot] [PATCH 1/4] dm: rpi: Convert GPIO driver to driver model
Simon Glass
sjg at chromium.org
Thu Oct 23 05:07:05 CEST 2014
On 22 September 2014 17:30, Simon Glass <sjg at chromium.org> wrote:
> Convert the BCM2835 GPIO driver to use driver model, and switch over
> Raspberry Pi to use this, since it is the only board.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> arch/arm/include/asm/arch-bcm2835/gpio.h | 9 ++
> board/raspberrypi/rpi_b/rpi_b.c | 11 ++
> drivers/gpio/bcm2835_gpio.c | 180 +++++++++++++++++++++++++++----
> include/configs/rpi_b.h | 5 +
> 4 files changed, 182 insertions(+), 23 deletions(-)
>
Applied to u-boot-dm/master.
More information about the U-Boot
mailing list