[PATCH 0/4] At91 fix + usb udc support

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Mon Dec 12 09:40:29 EST 2011


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.



More information about the barebox mailing list