Re: [PATCH 1/3] usb: otg: Improve phy handling

2012-08-25 Thread Marc Kleine-Budde
On 08/24/2012 03:59 AM, Richard Zhao wrote: > On Thu, Aug 23, 2012 at 07:22:51PM +0200, Marc Kleine-Budde wrote: >> This patch series improves the phy handling. >> >> The first patch fixes the problem that the phy driver, when build as module, >> can be unloaded when the phy is in use. > ci13xxx_im

Re: [PATCH 1/3] usb: otg: Improve phy handling

2012-08-23 Thread Richard Zhao
On Thu, Aug 23, 2012 at 07:22:51PM +0200, Marc Kleine-Budde wrote: > This patch series improves the phy handling. > > The first patch fixes the problem that the phy driver, when build as module, > can be unloaded when the phy is in use. ci13xxx_imx also have a try_module_get. Thanks Richard > The

[PATCH 1/3] usb: otg: Improve phy handling

2012-08-23 Thread Marc Kleine-Budde
This patch series improves the phy handling. The first patch fixes the problem that the phy driver, when build as module, can be unloaded when the phy is in use. The second patch takes up Kishon's work and adds device tree support to the otg library. New in this patch is that devm_usb_get_phy_by_p