From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/4 v2] add gpio primcell pl061 support
Date: Fri, 5 Oct 2012 15:20:17 +0200 [thread overview]
Message-ID: <20121005132017.GS26553@game.jcrosoft.org> (raw)
Hi,
The following changes since commit 6bb06524d665b4fbcefddb6b914273466fe801dd:
ARM pbl: actually create cached mappings in the decompressor (2012-10-04 18:30:58 +0200)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git tags/gpio_arm
for you to fetch changes up to 74968e99803d7d974c7423052e40443848e8be99:
versatilepb: add gpio support (2012-10-05 15:08:05 +0800)
----------------------------------------------------------------
add gpio primcell pl061 support
update gpiolib to select GENERIC_GPIO and provice a generic header
use is on versatilepb
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (4):
gpiolib: select GENERIC_GPIO
gpio: provide generic gpio header
gpio: add ARM Primcell pl061 support
versatilepb: add gpio support
arch/arm/Kconfig | 1 +
arch/arm/configs/versatilepb_defconfig | 2 +
arch/arm/mach-ep93xx/include/mach/gpio.h | 27 +-------------
arch/arm/mach-imx/include/mach/gpio.h | 7 +---
arch/arm/mach-mxs/include/mach/gpio.h | 6 +--
arch/arm/mach-omap/include/mach/gpio.h | 43 +---------------------
arch/arm/mach-samsung/include/mach/gpio.h | 6 +--
arch/arm/mach-versatile/core.c | 10 +++++
arch/arm/mach-versatile/include/mach/gpio.h | 1 +
drivers/gpio/Kconfig | 7 ++++
drivers/gpio/Makefile | 2 +
drivers/gpio/gpio-pl061.c | 158 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
include/asm-generic/gpio.h | 10 +++++
include/linux/amba/pl061.h | 12 ++++++
14 files changed, 211 insertions(+), 81 deletions(-)
create mode 100644 arch/arm/mach-versatile/include/mach/gpio.h
create mode 100644 drivers/gpio/gpio-pl061.c
create mode 100644 include/asm-generic/gpio.h
create mode 100644 include/linux/amba/pl061.h
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2012-10-05 13:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-05 13:20 Jean-Christophe PLAGNIOL-VILLARD [this message]
2012-10-05 13:25 ` [PATCH 1/4] gpiolib: select GENERIC_GPIO Jean-Christophe PLAGNIOL-VILLARD
2012-10-05 13:25 ` [PATCH 2/4] gpio: provide generic gpio header Jean-Christophe PLAGNIOL-VILLARD
2012-10-05 13:25 ` [PATCH 3/4] gpio: add ARM Primcell pl061 support Jean-Christophe PLAGNIOL-VILLARD
2012-10-05 13:25 ` [PATCH 4/4] versatilepb: add gpio support Jean-Christophe PLAGNIOL-VILLARD
2012-10-05 15:18 ` [PATCH 0/4 v2] add gpio primcell pl061 support Sascha Hauer
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=20121005132017.GS26553@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=barebox@lists.infradead.org \
/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