From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/4] At91 fix + usb udc support
Date: Mon, 12 Dec 2011 15:40:29 +0100 [thread overview]
Message-ID: <20111212144029.GU23884@game.jcrosoft.org> (raw)
HI,
this patch series fix the mci supot on 9263 and add the USB device
drivers UDC present on rm9200/9260/9g20/9261/9g10/9263
The following changes since commit eae6d3beb787a7b0f8576a5e5e1441cce3f96fa2:
drivers/mci: add PXA host controller (2011-12-08 10:22:58 +0100)
are available in the git repository at:
git://uboot.jcrosoft.org/barebox.git at91
Jean-Christophe PLAGNIOL-VILLARD (4):
at91sam9263: fix mci clock
at91: add udc usb device controller support
at91: add at91_udc resource
usb-a926x: add usb device support
arch/arm/boards/usb-a926x/init.c | 17 +
arch/arm/mach-at91/at91rm9200_devices.c | 21 +
arch/arm/mach-at91/at91sam9260_devices.c | 19 +
arch/arm/mach-at91/at91sam9261_devices.c | 19 +
arch/arm/mach-at91/at91sam9263.c | 4 +-
arch/arm/mach-at91/at91sam9263_devices.c | 19 +
arch/arm/mach-at91/include/mach/board.h | 10 +
drivers/usb/gadget/Kconfig | 7 +
drivers/usb/gadget/Makefile | 1 +
drivers/usb/gadget/at91_udc.c | 1513 ++++++++++++++++++++++++++++++
drivers/usb/gadget/at91_udc.h | 167 ++++
11 files changed, 1795 insertions(+), 2 deletions(-)
create mode 100644 drivers/usb/gadget/at91_udc.c
create mode 100644 drivers/usb/gadget/at91_udc.h
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
reply other threads:[~2011-12-12 14:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20111212144029.GU23884@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