Re: [PATCH v3 9/9] rcar-phy: handle platform data

2013-04-10 Thread Felipe Balbi
On Wed, Apr 10, 2013 at 02:39:47AM +0400, Sergei Shtylyov wrote: > Set the USBPCTRL0 register from the passed platform data in > rcar_usb_phy_init(); > don't reset it to 0 in rcar_usb_phy_shutdown() anymore as that does not make > sense. Also, don't allow the driver's probe to succeed when the

[PATCH v3 9/9] rcar-phy: handle platform data

2013-04-09 Thread Sergei Shtylyov
Set the USBPCTRL0 register from the passed platform data in rcar_usb_phy_init(); don't reset it to 0 in rcar_usb_phy_shutdown() anymore as that does not make sense. Also, don't allow the driver's probe to succeed when the platform data are not supplied with a device. The patch has been tested o