All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/2] Add GPIO driver for BCM2835 SoC
@ 2012-07-31 17:48 Vikram Narayanan
  2012-07-31 17:48 ` [U-Boot] [PATCH v3 1/2] gpio: bcm2835: Add GPIO driver Vikram Narayanan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Vikram Narayanan @ 2012-07-31 17:48 UTC (permalink / raw)
  To: u-boot

Also, add the driver to the raspberrypi default config

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

Vikram Narayanan (2):
  gpio: bcm2835: Add GPIO driver
  rbpi: Add BCM2835 GPIO driver for raspberry pi

Changes from v2:
  Incorporate further comments from Stephen Warren
Changes from v1:
  Incorporate comments from Stephen Warren

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

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-08-01  4:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-31 17:48 [U-Boot] [PATCH v3 0/2] Add GPIO driver for BCM2835 SoC Vikram Narayanan
2012-07-31 17:48 ` [U-Boot] [PATCH v3 1/2] gpio: bcm2835: Add GPIO driver Vikram Narayanan
2012-08-01  2:31   ` Vikram Narayanan
2012-08-01  4:22     ` Stephen Warren
2012-07-31 17:50 ` [U-Boot] [PATCH v3 2/2] rbpi: Add BCM2835 GPIO driver for raspberry pi Vikram Narayanan
2012-08-01  4:15 ` [U-Boot] [PATCH v3 0/2] Add GPIO driver for BCM2835 SoC Stephen Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.