From: ryan@bluewatersys.com (Ryan Mallon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] at91: Add support for Snapper 9260/9G20 modules
Date: Thu, 17 Jun 2010 09:20:21 +1200 [thread overview]
Message-ID: <1276723224-23252-1-git-send-email-ryan@bluewatersys.com> (raw)
Add support for Bluewater Systems Snapper 9260/9G20 modules.
In order to fully support the modules, NR_BUILTIN_GPIO must be defined
for at91 and vbus polarity and polling have been added to the at91 udc
driver.
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 | 45 ++++++--
drivers/usb/gadget/at91_udc.h | 1 +
7 files changed, 242 insertions(+), 10 deletions(-)
create mode 100644 arch/arm/mach-at91/board-snapper9260.c
next reply other threads:[~2010-06-16 21:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-16 21:20 Ryan Mallon [this message]
2010-06-16 21:20 ` [PATCH 1/3] AT91: Define NR_BUILTIN_GPIO Ryan Mallon
2010-06-16 21:20 ` [PATCH 2/3] at91_udc: Add vbus polarity and polling mode Ryan Mallon
2010-06-17 22:03 ` Ryan Mallon
2010-06-16 21:20 ` [PATCH 3/3] at91: Add support for Bluewater Systems Snapper 9260/9G20 modules 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=1276723224-23252-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).