[U-Boot] [PATCH v2 0/2] GPIO driver for BCM2835 SoC

Vikram Narayanan vikram186 at gmail.com
Wed Jul 11 22:35:53 CEST 2012


Add GPIO driver for BCM2835 Soc. Also add the driver to the raspberrypi default config

Cc: Stephen Warren <swarren at wwwdotorg.org>
Cc: Albert Aribaud <albert.u.boot at aribaud.net>

Vikram Narayanan (2):
  bcm: Add GPIO driver
  rbpi: Add BCM2835 GPIO driver for raspberry pi
  
Changes from v1:
  Incorporate comments from Stephen Warren.

 arch/arm/include/asm/arch-bcm2835/gpio.h |   71 ++++++++++++++++++++++++
 drivers/gpio/Makefile                    |    1 +
 drivers/gpio/gpio_bcm2835.c              |   87 ++++++++++++++++++++++++++++++
 include/configs/rpi_b.h                  |    3 +-
 4 files changed, 161 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-bcm2835/gpio.h
 create mode 100644 drivers/gpio/gpio_bcm2835.c

-- 
1.7.4.1



More information about the U-Boot mailing list