> Subject: Re: [PATCH 4/8] usb: imx: add i.MX usb ehci driver > > On 10/12/20 8:23 AM, Peng Fan wrote: > > This driver is a modifed and cleaned-up version of > > drivers/usb/host/ehci-mx6.c, it is to replace the original ehci-mx6.c > > driver. > > > > It dropped the hardcoding code and only support driver model with > > phy/clk/regulator/etc enabled. > > So now we end up with two drivers ? > > Can we rather do like Linux does and have drivers/usb/chipidea , since this > controller is chipidea-hdrc and the i.MX extras can then be in ci_hdrc_imx.c > or > so.
Ah. It is not only ci_hdrc_imx.c, it has core.c, host.c and etc. Regards, Peng. > > [...]