From: Vikram Narayanan <vikram186@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/2] GPIO driver for BCM2835 SoC
Date: Wed, 11 Jul 2012 22:35:53 +0200 [thread overview]
Message-ID: <4FFDE3A9.7080804@gmail.com> (raw)
Add GPIO driver for BCM2835 Soc. 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):
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
next reply other threads:[~2012-07-11 20:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-11 20:35 Vikram Narayanan [this message]
2012-07-11 20:37 ` [U-Boot] [PATCH v2 1/2] bcm: Add GPIO driver Vikram Narayanan
2012-07-15 17:23 ` Stephen Warren
2012-07-31 15:46 ` Vikram Narayanan
2012-07-31 15:52 ` Stephen Warren
2012-07-31 16:09 ` Vikram Narayanan
2012-07-11 20:38 ` [U-Boot] [PATCH v2 2/2] rbpi: Add BCM2835 GPIO driver for raspberry pi Vikram Narayanan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FFDE3A9.7080804@gmail.com \
--to=vikram186@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox