[U-Boot] [PATCH v3 0/3] Make usb device-tree fixup independent of USB controller

Sriram Dash sriram.dash at nxp.com
Tue Mar 1 08:03:34 CET 2016


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



More information about the U-Boot mailing list