
22 Dec
2021
22 Dec
'21
10:55 a.m.
This patch series focuses on converting ehci-mxs driver to support DM and work with i.MX28 (SoC). The XEA board has been used to test the proposed code with USB pen drive.
Lukasz Majewski (4): usb: Modify Kconfig of the USB_EHCI_MXS to use this driver with imx28 usb: ehci: Refactor the ehci_mxs_toggle_clock function to be reused with DM usb: ehci: Move common mxs code to separate functions (ehci_hcd_{stop|start}) usb: ehci: dm: Convert i.MX28 ehci code to driver model
drivers/usb/host/Kconfig | 7 +- drivers/usb/host/ehci-mxs.c | 328 ++++++++++++++++++++++++++++-------- 2 files changed, 266 insertions(+), 69 deletions(-)
--
2.20.1