public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] This series implements fastboot on the "bcm28155_ap" boards.
@ 2015-01-20 22:42 Steve Rae
  2015-01-20 22:42 ` [U-Boot] [PATCH 1/4] usb: gadget: fastboot: add CONFIG_FASTBOOT_NO_GADGET support Steve Rae
                   ` (4 more replies)
  0 siblings, 5 replies; 21+ messages in thread
From: Steve Rae @ 2015-01-20 22:42 UTC (permalink / raw)
  To: u-boot

Since a complete "gadget" implementation is not available yet,
this series provides a method for interfacing the existing gadget
code with the UDC driver code.


Steve Rae (4):
  usb: gadget: fastboot: add CONFIG_FASTBOOT_NO_GADGET support
  usb: add 'bcm_udc_otg' support
  usb: update 'sysmap.h'
  usb: fastboot: implement fastboot

 arch/arm/include/asm/arch-bcm281xx/sysmap.h |  141 ++++
 drivers/usb/gadget/Makefile                 |    2 +
 drivers/usb/gadget/bcm_udc_otg.c            | 1193 +++++++++++++++++++++++++++
 drivers/usb/gadget/bcm_udc_otg.h            |   19 +
 drivers/usb/gadget/bcm_usb_gadget.c         |  240 ++++++
 drivers/usb/gadget/f_fastboot.c             |   39 +
 include/configs/bcm28155_ap.h               |   20 +-
 7 files changed, 1653 insertions(+), 1 deletion(-)
 create mode 100644 drivers/usb/gadget/bcm_udc_otg.c
 create mode 100644 drivers/usb/gadget/bcm_udc_otg.h
 create mode 100644 drivers/usb/gadget/bcm_usb_gadget.c

-- 
1.8.5

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

end of thread, other threads:[~2015-02-01 16:21 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-20 22:42 [U-Boot] [PATCH 0/4] This series implements fastboot on the "bcm28155_ap" boards Steve Rae
2015-01-20 22:42 ` [U-Boot] [PATCH 1/4] usb: gadget: fastboot: add CONFIG_FASTBOOT_NO_GADGET support Steve Rae
2015-01-20 22:42 ` [U-Boot] [PATCH 2/4] usb: add 'bcm_udc_otg' support Steve Rae
2015-01-22  7:05   ` Marek Vasut
2015-01-23 23:48     ` Steve Rae
2015-01-24 11:47       ` Marek Vasut
2015-01-26  8:38         ` Lukasz Majewski
2015-01-26 12:12           ` Marek Vasut
2015-01-26 12:31             ` Lukasz Majewski
2015-01-30 22:16               ` Marek Vasut
2015-01-31 13:26                 ` Lukasz Majewski
2015-01-31 14:15                   ` Marek Vasut
2015-02-01 13:15                     ` Lukasz Majewski
2015-02-01 16:21                       ` Marek Vasut
2015-01-26 17:44         ` Steve Rae
2015-01-27 23:00           ` Marek Vasut
2015-01-28 19:04             ` Steve Rae
2015-01-30 22:17               ` Marek Vasut
2015-01-20 22:42 ` [U-Boot] [PATCH 3/4] usb: update 'sysmap.h' Steve Rae
2015-01-20 22:42 ` [U-Boot] [PATCH 4/4] usb: fastboot: implement fastboot Steve Rae
2015-01-22  7:00 ` [U-Boot] [PATCH 0/4] This series implements fastboot on the "bcm28155_ap" boards Marek Vasut

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