public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/8] usb:xhci:dwc3: Add dwc3 drv code
@ 2015-05-29  9:17 Ramneek Mehresh
  2015-05-29  9:17 ` [U-Boot] [PATCH 1/8] drivers:usb:dwc3: Add DWC3 controller driver support Ramneek Mehresh
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Ramneek Mehresh @ 2015-05-29  9:17 UTC (permalink / raw)
  To: u-boot

A lot of dwc3 code has been duplicated in various xhci
drivers. Hence, to minimize this duplication, a new
dwc3 file is written that provides common APIs for
all other drivers.

First four patches introduce dwc3 file, and necessary
changes are made in other drivers for this new drv.
I would request all platform/driver owners to please help
me in testng these changes on their respective platforms.

Last four patches are freescale layerscape la1021aqds/
ls1021atwr platform specific.

Ramneek Mehresh (4):
  drivers:usb:dwc3: Add DWC3 controller driver support
  usb:xhci:exynos: Remove common dwc3 drv functions calls
  usb:xhci:omap: Remove common dwc3 drv functions calls
  usb:xhci:keystone: Remove common dwc3 drv functions calls

ramneek mehresh (4):
  drivers:usb:fsl: Add XHCI driver support
  arch:arm:fsl: Add XHCI support for LS1021A
  include:configs:ls1021atwr: Enable USB IP support
  include:configs:ls1021aqds: Enable USB IP support

 arch/arm/include/asm/arch-ls102xa/config.h        |   1 +
 arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h |  10 ++
 drivers/usb/host/Makefile                         |   2 +
 drivers/usb/host/xhci-dwc3.c                      |  91 ++++++++++++++++++
 drivers/usb/host/xhci-exynos5.c                   |  78 ----------------
 drivers/usb/host/xhci-fsl.c                       | 109 ++++++++++++++++++++++
 drivers/usb/host/xhci-keystone.c                  |  88 -----------------
 drivers/usb/host/xhci-omap.c                      |  60 ------------
 drivers/usb/phy/omap_usb_phy.c                    |  18 ----
 include/configs/am43xx_evm.h                      |   1 +
 include/configs/beagle_x15.h                      |   1 +
 include/configs/dra7xx_evm.h                      |   1 +
 include/configs/exynos5-common.h                  |   1 +
 include/configs/ks2_evm.h                         |   1 +
 include/configs/ls1021aqds.h                      |  22 ++++-
 include/configs/ls1021atwr.h                      |  38 ++++++++
 include/linux/usb/dwc3.h                          |   6 ++
 include/linux/usb/xhci-fsl.h                      |  54 +++++++++++
 18 files changed, 333 insertions(+), 249 deletions(-)
 create mode 100644 drivers/usb/host/xhci-dwc3.c
 create mode 100644 drivers/usb/host/xhci-fsl.c
 create mode 100644 include/linux/usb/xhci-fsl.h

-- 
1.8.3.1

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

end of thread, other threads:[~2015-06-22  9:20 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29  9:17 [U-Boot] [PATCH 0/8] usb:xhci:dwc3: Add dwc3 drv code Ramneek Mehresh
2015-05-29  9:17 ` [U-Boot] [PATCH 1/8] drivers:usb:dwc3: Add DWC3 controller driver support Ramneek Mehresh
2015-06-03 14:09   ` Tom Rini
2015-05-29  9:17 ` [U-Boot] [PATCH 2/8] usb:xhci:exynos: Remove common dwc3 drv functions calls Ramneek Mehresh
2015-06-03 14:09   ` Tom Rini
2015-05-29  9:17 ` [U-Boot] [PATCH 3/8] usb:xhci:omap: " Ramneek Mehresh
2015-06-03 14:10   ` Tom Rini
2015-05-29  9:17 ` [U-Boot] [PATCH 4/8] usb:xhci:keystone: " Ramneek Mehresh
2015-06-03 14:09   ` Tom Rini
2015-05-29  9:17 ` [U-Boot] [PATCH 5/8] drivers:usb:fsl: Add XHCI driver support Ramneek Mehresh
2015-06-03 14:09   ` Tom Rini
2015-05-29  9:17 ` [U-Boot] [PATCH 6/8] arch:arm:fsl: Add XHCI support for LS1021A Ramneek Mehresh
2015-06-03 14:09   ` Tom Rini
2015-05-29  9:17 ` [U-Boot] [PATCH 7/8] include:configs:ls1021atwr: Enable USB IP support Ramneek Mehresh
2015-06-03 14:10   ` Tom Rini
2015-05-29  9:17 ` [U-Boot] [PATCH 8/8] include:configs:ls1021aqds: " Ramneek Mehresh
2015-06-03 14:09   ` Tom Rini
2015-06-07 13:32 ` [U-Boot] [PATCH 0/8] usb:xhci:dwc3: Add dwc3 drv code Marek Vasut
     [not found]   ` <SN1PR0301MB1583C4E922C45EE033AFEA2EE0A10@SN1PR0301MB1583.namprd03.prod.outlook.com>
2015-06-22  9:20     ` Marek Vasut

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