public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot]  [PATCH v2 0/6] TI xHCI Updated patchset
@ 2013-10-11 17:28 Dan Murphy
  2013-10-11 17:28 ` [U-Boot] [PATCH v2 1/6] usb: omap: Move the xhci-omap header file to common location Dan Murphy
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Dan Murphy @ 2013-10-11 17:28 UTC (permalink / raw)
  To: u-boot

V2 patchset for TI SoC's that support xHCI controllers

Dan Murphy (6):
  usb: omap: Move the xhci-omap header file to common location
  usb: omap5: Update the board_usb_init api
  usb: omap: Move the usb phy code to the usb/phy directory
  usb: dra7xx: Add support for dra7xx xhci USB host
  usb: am437x: Add support for am437x xhci USB host
  ARM: omap5-evm: Move MAC creation to misc_init

 arch/arm/cpu/armv7/omap5/prcm-regs.c               |    1 +
 arch/arm/include/asm/arch-am33xx/hardware_am43xx.h |   10 ++
 arch/arm/include/asm/arch-omap5/clock.h            |    4 +
 arch/arm/include/asm/omap_common.h                 |    1 +
 board/ti/dra7xx/evm.c                              |    6 -
 board/ti/dra7xx/mux_data.h                         |    1 +
 board/ti/omap5_uevm/evm.c                          |   41 ++---
 drivers/usb/host/xhci-omap.c                       |  184 +------------------
 drivers/usb/phy/Makefile                           |    1 +
 .../usb/{host/xhci-omap.c => phy/omap_usb_phy.c}   |  187 +++++++-------------
 include/configs/am43xx_evm.h                       |   11 ++
 include/configs/dra7xx_evm.h                       |   11 ++
 .../arch-omap5 => include/linux/usb}/xhci-omap.h   |   16 ++
 13 files changed, 146 insertions(+), 328 deletions(-)
 copy drivers/usb/{host/xhci-omap.c => phy/omap_usb_phy.c} (58%)
 rename {arch/arm/include/asm/arch-omap5 => include/linux/usb}/xhci-omap.h (86%)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-10-12  1:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-11 17:28 [U-Boot] [PATCH v2 0/6] TI xHCI Updated patchset Dan Murphy
2013-10-11 17:28 ` [U-Boot] [PATCH v2 1/6] usb: omap: Move the xhci-omap header file to common location Dan Murphy
2013-10-11 17:28 ` [U-Boot] [PATCH v2 2/6] usb: omap5: Update the board_usb_init api Dan Murphy
2013-10-11 17:28 ` [U-Boot] [PATCH v2 3/6] usb: omap: Move the usb phy code to the usb/phy directory Dan Murphy
2013-10-11 17:28 ` [U-Boot] [PATCH v2 4/6] usb: dra7xx: Add support for dra7xx xhci USB host Dan Murphy
2013-10-12  1:13   ` Marek Vasut
2013-10-11 17:28 ` [U-Boot] [PATCH v2 5/6] usb: am437x: Add support for am437x " Dan Murphy
2013-10-11 17:28 ` [U-Boot] [PATCH v2 6/6] ARM: omap5-evm: Move MAC creation to misc_init Dan Murphy
2013-10-12  1:15 ` [U-Boot] [PATCH v2 0/6] TI xHCI Updated patchset Marek Vasut

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