Re: [U-Boot] [PATCH 0/3] usb: dwc2: Add and enable DWC2 driver

2014-09-29 Thread Lukasz Majewski
Hi Marek,

 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+ .

Do you have any plans to provide support not only for the host but also
for device driver?

Why I'm asking? I ask because Samsung's Exynos4 USB 2.0 HW is the
Synopsys DWC2 IP block.

 
 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 cl...@altera.com
 Cc: Dinh Nguyen dingu...@altera.com
 Cc: Albert Aribaud albert.u.b...@aribaud.net
 Cc: Tom Rini tr...@ti.com
 Cc: Wolfgang Denk w...@denx.de
 Cc: Pavel Machek pa...@denx.de
 



-- 
Best regards,

Lukasz Majewski

Samsung RD Institute Poland (SRPOL) | Linux Platform Group


___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 0/3] usb: dwc2: Add and enable DWC2 driver

2014-09-21 Thread Marek Vasut
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 cl...@altera.com
Cc: Dinh Nguyen dingu...@altera.com
Cc: Albert Aribaud albert.u.b...@aribaud.net
Cc: Tom Rini tr...@ti.com
Cc: Wolfgang Denk w...@denx.de
Cc: Pavel Machek pa...@denx.de

-- 
2.0.0

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot