mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] At91 fix + usb udc support
@ 2011-12-12 14:40 Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; only message in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-12-12 14:40 UTC (permalink / raw)
  To: barebox

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-12 14:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-12 14:40 [PATCH 0/4] At91 fix + usb udc support Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox