Fabio Estevam writes:
> Currently hw_phymode_configure() is located inside hw_device_reset(), which is
> only called by chipidea udc driver.
>
> When operating in host mode, we also need to call hw_phymode_configure() in
> order to properly configure the PHY mode, so move this function into prob
Allow udev to autoload the module when booting with device-tree
Signed-off-by: Arnaud Patard
Index: linux/drivers/usb/chipidea/usbmisc_imx.c
===
--- linux.orig/drivers/usb/chipidea/usbmisc_imx.c 2013-05-16
00:46:35.0
Arnd Bergmann writes:
Hi,
> On Saturday 16 March 2013, Greg Kroah-Hartman wrote:
>> On Fri, Mar 15, 2013 at 09:13:52PM +, Arnd Bergmann wrote:
>> > On Friday 15 March 2013, Greg Kroah-Hartman wrote:
>> > > > Unless something is changed, this patch won't get into 3.9-final.
>> > > > Do you
Andrew Lunn writes:
Hi,
[...]
>> > +
>> > +static const char hcd_name[] = "ehci-orion";
[...]
>> > }
>> >
>> > -MODULE_ALIAS("platform:orion-ehci");
>> > -
>> > static const struct of_device_id ehci_orion_dt_ids[] = {
>> >{ .compatible = "marvell,orion-ehci", },
orion-ehci here ...
>