public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/3] Make usb device-tree fixup independent of USB controller
@ 2016-03-01  7:03 Sriram Dash
  2016-03-01  7:03 ` [U-Boot] [PATCH v3 1/3] board:freescale:common: Move device-tree fixup framework to common file Sriram Dash
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Sriram Dash @ 2016-03-01  7:03 UTC (permalink / raw)
  To: u-boot

Makes usb device-tree fixup independent of Controller type. This enables the 
usage of device-tree fixup as a common framework for EHCI and XHCI controllers

Sriram Dash (3):
  board:freescale:common: Move device-tree fixup framework to common
    file
  board:freescale:usb: Remove code duplication for fdt_usb_get_node_type
  board:freescale:usb: Add device-tree fixup support for xhci controller

 board/freescale/common/Makefile |   3 +
 board/freescale/common/usb.c    | 194 +++++++++++++++++++++++++++++++++++++++
 drivers/usb/host/ehci-fsl.c     | 195 ----------------------------------------
 include/fdt_support.h           |   4 +-
 4 files changed, 199 insertions(+), 197 deletions(-)
 create mode 100644 board/freescale/common/usb.c

-- 
2.1.0

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

end of thread, other threads:[~2016-03-03 12:48 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01  7:03 [U-Boot] [PATCH v3 0/3] Make usb device-tree fixup independent of USB controller Sriram Dash
2016-03-01  7:03 ` [U-Boot] [PATCH v3 1/3] board:freescale:common: Move device-tree fixup framework to common file Sriram Dash
2016-03-01 22:13   ` Marek Vasut
2016-03-03  8:29     ` Sriram Dash
2016-03-03  9:56       ` Marek Vasut
2016-03-03 11:10         ` Sriram Dash
2016-03-03 12:45           ` Marek Vasut
2016-03-01  7:03 ` [U-Boot] [PATCH v3 2/3] board:freescale:usb: Remove code duplication for fdt_usb_get_node_type Sriram Dash
2016-03-01 22:27   ` Marek Vasut
2016-03-03  8:30     ` Sriram Dash
2016-03-03  9:59       ` Marek Vasut
2016-03-03 11:11         ` Sriram Dash
2016-03-03 12:48           ` Marek Vasut
2016-03-01  7:03 ` [U-Boot] [PATCH v3 3/3] board:freescale:usb: Add device-tree fixup support for xhci controller Sriram Dash
2016-03-01 22:25   ` Marek Vasut
2016-03-03  8:32     ` Sriram Dash
2016-03-03 10:03       ` Marek Vasut
2016-03-03 11:11         ` Sriram Dash

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