Re: [PATCH] chipidea: core: Move hw_phymode_configure() into probe

2013-07-26 Thread Rtp
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

[patch 1/1] usbmisc_imx: allow autoloading on according to dt ids

2013-06-22 Thread Rtp
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

Re: [RFC] USB: EHCI: hot-fix OMAP and Orion multiplatform config

2013-03-18 Thread Rtp
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

Re: [PATCH 2/2] USB: EHCI: make ehci-orion a separate driver

2013-02-19 Thread Rtp
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 ... >