[U-Boot] [PATCH 0/5] usb: fsl: Add code to use CONFIG_DM_USB

Rajesh Bhagat rajesh.bhagat at nxp.com
Fri Jul 1 15:21:44 CEST 2016


Adds code to use driver model for USB EHCI and XHCI FSL driver

Rajesh Bhagat (5):
  drivers: usb: fsl: Make function for initialization to use in
    CONFIG_DM_USB
  usb: ehci: fsl: Add code to use CONFIG_DM_USB
  usb: xhci: fsl: Add code to use CONFIG_DM_USB
  dm: ls1021a: dts: Update USB 3.0 node to support DM USB
  arm: ls1021a: Enable CONFIG_DM_USB in defconfigs

 arch/arm/dts/ls1021a.dtsi                    |    2 +-
 configs/ls1021aqds_ddr4_nor_defconfig        |    1 +
 configs/ls1021aqds_ddr4_nor_lpuart_defconfig |    1 +
 configs/ls1021aqds_nor_defconfig             |    1 +
 configs/ls1021aqds_nor_lpuart_defconfig      |    1 +
 drivers/usb/host/ehci-fsl.c                  |  194 +++++++++++++++++++++----
 drivers/usb/host/xhci-fsl.c                  |   83 +++++++++++-
 7 files changed, 250 insertions(+), 33 deletions(-)

-- 
1.7.7.4



More information about the U-Boot mailing list