
24 Feb
2016
24 Feb
'16
5:44 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 (2): board:freescale:common: Move device-tree fixup framework to common file board:freescale:usb: Add device-tree fixup support for xhci controller
board/freescale/common/Makefile | 4 + board/freescale/common/usb.c | 206 ++++++++++++++++++++++++++++++++++++++++ drivers/usb/host/ehci-fsl.c | 194 ------------------------------------- include/fdt_support.h | 4 +- 4 files changed, 212 insertions(+), 196 deletions(-) create mode 100644 board/freescale/common/usb.c
--
2.1.0