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

2013-08-09 Thread Alexander Shishkin
Fabio Estevam fabio.este...@freescale.com 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

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

2013-07-26 Thread Rtp
Fabio Estevam fabio.este...@freescale.com 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

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

2013-07-25 Thread Fabio Estevam
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 probe. After this change, USB Host1

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

2013-07-25 Thread Peter Chen
On Thu, Jul 25, 2013 at 06:20:34PM -0300, Fabio Estevam wrote: 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