From: ryan@bluewatersys.com (Ryan Mallon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] at91: Add support for Bluewater Systems Snapper 9260/9G20 modules
Date: Mon, 28 Jun 2010 16:39:12 +1200 [thread overview]
Message-ID: <1277699955-9931-1-git-send-email-ryan@bluewatersys.com> (raw)
Repost of the Snapper 9260/9G20 module support patch series. These
patches add support for the Bluewater Systems Snapper 9260/9G20
modules. As a preliminary for the module support the following patches
are also included in this series:
- Define NR_BUILTIN_GPIO for at91. The Snapper 9260/9G20 modules have
an io expander which requires this to be defined.
- Add vbus polarity and polling mode to the at91 udc driver. The
Snapper 9260/9G20 modules have the udc vbus pin connected in inverse
polarity to a sleeping io expander gpio.
Ryan Mallon (3):
AT91: Define NR_BUILTIN_GPIO
at91_udc: Add vbus polarity and polling mode
at91: Add support for Bluewater Systems Snapper 9260/9G20 modules
arch/arm/mach-at91/Kconfig | 11 ++
arch/arm/mach-at91/Makefile | 3 +
arch/arm/mach-at91/board-snapper9260.c | 189 +++++++++++++++++++++++++++++++
arch/arm/mach-at91/include/mach/board.h | 2 +
arch/arm/mach-at91/include/mach/gpio.h | 1 +
drivers/usb/gadget/at91_udc.c | 66 +++++++++--
drivers/usb/gadget/at91_udc.h | 2 +
7 files changed, 261 insertions(+), 13 deletions(-)
create mode 100644 arch/arm/mach-at91/board-snapper9260.c
next reply other threads:[~2010-06-28 4:39 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-28 4:39 Ryan Mallon [this message]
2010-06-28 4:39 ` [PATCH 1/3] AT91: Define NR_BUILTIN_GPIO Ryan Mallon
2010-06-28 5:41 ` avictor.za at gmail.com
2010-06-28 4:39 ` [PATCH 2/3] at91_udc: Add vbus polarity and polling mode Ryan Mallon
2010-06-30 21:02 ` Ryan Mallon
2010-07-01 13:45 ` Nicolas Ferre
2010-07-02 4:40 ` Ryan Mallon
2010-07-05 21:01 ` Ryan Mallon
2010-07-06 8:32 ` Nicolas Ferre
2010-06-28 4:39 ` [PATCH 3/3] at91: Add support for Bluewater Systems Snapper 9260/9G20 modules Ryan Mallon
2010-06-28 5:47 ` avictor.za at gmail.com
2010-06-28 9:17 ` Ryan Mallon
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=1277699955-9931-1-git-send-email-ryan@bluewatersys.com \
--to=ryan@bluewatersys.com \
--cc=linux-arm-kernel@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;
as well as URLs for NNTP newsgroup(s).