public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RFC PATCH 0/3] USB: atmel: add atmel usba udc driver support
@ 2013-09-03  3:47 Bo Shen
  2013-09-03  3:47 ` [U-Boot] [RFC PATCH 1/3] USB: gadget: add atmel usba udc driver Bo Shen
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Bo Shen @ 2013-09-03  3:47 UTC (permalink / raw)
  To: u-boot

Add atmel usb udc driver support porting from Linux kernel.
Using RNDIS gadget driver to test it.
Test it on sama5d31ek and sam9x5ek board.

Bo Shen (3):
  USB: gadget: add atmel usba udc driver
  ARM: atmel: correct UDPHS name
  ARM: atmel: add RNDIS gadget support

 arch/arm/cpu/armv7/at91/sama5d3_devices.c    |   12 +
 arch/arm/include/asm/arch-at91/at91_common.h |    1 +
 arch/arm/include/asm/arch-at91/sama5d3.h     |    2 +-
 board/atmel/sama5d3xek/sama5d3xek.c          |   51 +
 drivers/usb/gadget/Makefile                  |    1 +
 drivers/usb/gadget/atmel_usba_udc.c          | 1305 ++++++++++++++++++++++++++
 drivers/usb/gadget/atmel_usba_udc.h          |  326 +++++++
 include/configs/sama5d3xek.h                 |    8 +
 include/linux/usb/atmel_usba_udc.h           |   26 +
 9 files changed, 1731 insertions(+), 1 deletion(-)
 create mode 100644 drivers/usb/gadget/atmel_usba_udc.c
 create mode 100644 drivers/usb/gadget/atmel_usba_udc.h
 create mode 100644 include/linux/usb/atmel_usba_udc.h

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-09-04 12:25 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03  3:47 [U-Boot] [RFC PATCH 0/3] USB: atmel: add atmel usba udc driver support Bo Shen
2013-09-03  3:47 ` [U-Boot] [RFC PATCH 1/3] USB: gadget: add atmel usba udc driver Bo Shen
2013-09-03 22:30   ` Marek Vasut
2013-09-04  1:38     ` Bo Shen
2013-09-04  1:55       ` Marek Vasut
2013-09-03  3:47 ` [U-Boot] [RFC PATCH 2/3] ARM: atmel: correct UDPHS name Bo Shen
2013-09-03  3:47 ` [U-Boot] [RFC PATCH 3/3] ARM: atmel: add RNDIS gadget support Bo Shen
2013-09-03 22:31   ` Marek Vasut
2013-09-04  1:46     ` Bo Shen
2013-09-04  1:55       ` Marek Vasut
2013-09-04  2:01         ` Bo Shen
2013-09-04  7:32           ` Andreas Bießmann
2013-09-04  7:42             ` Bo Shen
2013-09-04  7:56               ` Andreas Bießmann
2013-09-04 12:25                 ` Marek Vasut

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