
1 Mar
2016
1 Mar
'16
8:03 a.m.
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