[U-Boot] [PATCH v2 0/2] Make usb device-tree fixup independent of USB controller
Sriram Dash
sriram.dash at nxp.com
Wed Feb 24 05:44:06 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 (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
More information about the U-Boot
mailing list