All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] usb: dwc2: Add and enable DWC2 driver
@ 2014-09-21 13:13 Marek Vasut
  2014-09-21 13:13 ` [U-Boot] [PATCH 1/3] usb: dwc2: Add driver for Synopsis DWC2 USB IP block Marek Vasut
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Marek Vasut @ 2014-09-21 13:13 UTC (permalink / raw)
  To: u-boot

This series adds reworked DWC2 USB driver based on work from Oleksandr.
This series also enables that driver on Altera SoCFPGA Cyclone V SoC
and RPi B+ .

The patch 2/3 in this series depends on another series, but as this
series is targetting next, that would be no problem or it can be
skipped. The dep is "[PATCH 00/51] arm: socfpga: Usability fixes" .

Marek Vasut (2):
  arm: socfpga: config: Enable USB support
  arm: rpi: Enable USB support on RPi

Oleksandr Tymoshenko (1):
  usb: dwc2: Add driver for Synopsis DWC2 USB IP block

 README                                    |   3 +
 drivers/usb/host/Makefile                 |   3 +
 drivers/usb/host/dwc2.c                   | 952 ++++++++++++++++++++++++++++++
 drivers/usb/host/dwc2.h                   | 784 ++++++++++++++++++++++++
 include/configs/rpi_b.h                   |  15 +-
 include/configs/socfpga_cyclone5_common.h |   8 +
 include/usb.h                             |   3 +-
 7 files changed, 1761 insertions(+), 7 deletions(-)
 create mode 100644 drivers/usb/host/dwc2.c
 create mode 100644 drivers/usb/host/dwc2.h

Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Pavel Machek <pavel@denx.de>

-- 
2.0.0

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

end of thread, other threads:[~2014-09-30 11:57 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-21 13:13 [U-Boot] [PATCH 0/3] usb: dwc2: Add and enable DWC2 driver Marek Vasut
2014-09-21 13:13 ` [U-Boot] [PATCH 1/3] usb: dwc2: Add driver for Synopsis DWC2 USB IP block Marek Vasut
2014-09-22  9:40   ` Pavel Machek
2014-09-22 10:53     ` Marek Vasut
2014-09-30 11:57       ` Pavel Machek
2014-09-23 21:59   ` Dinh Nguyen
2014-09-26  7:29     ` Marek Vasut
2014-09-26 15:01       ` Dinh Nguyen
2014-09-26 15:59         ` Marek Vasut
2014-09-24  3:31   ` Stephen Warren
2014-09-24  9:25     ` Marek Vasut
2014-09-24 15:37     ` Stephen Warren
2014-09-24 17:47       ` Marek Vasut
2014-09-21 13:13 ` [U-Boot] [PATCH 2/3] arm: socfpga: config: Enable USB support Marek Vasut
2014-09-23 19:55   ` Dinh Nguyen
2014-09-23 20:16     ` Marek Vasut
2014-09-23 22:21     ` Dinh Nguyen
2014-09-23 23:36       ` Marek Vasut
2014-09-21 13:13 ` [U-Boot] [PATCH 3/3] arm: rpi: Enable USB support on RPi Marek Vasut
2014-09-29  7:02 ` [U-Boot] [PATCH 0/3] usb: dwc2: Add and enable DWC2 driver Lukasz Majewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.