Re: [PATCH v3 1/2] USB: PHY: Make PHY driver selection possible by controller drivers

2013-07-09 Thread Roger Quadros
On 07/09/2013 03:02 PM, Felipe Balbi wrote: > On Tue, Jul 09, 2013 at 03:01:14PM +0300, Roger Quadros wrote: >> On 07/09/2013 02:29 PM, Felipe Balbi wrote: >>> On Fri, Jun 14, 2013 at 12:51:41PM +0300, Roger Quadros wrote: Convert PHY Drivers from menuconfig to menu so that the PHY drivers >>>

Re: [PATCH v3 1/2] USB: PHY: Make PHY driver selection possible by controller drivers

2013-07-09 Thread Felipe Balbi
On Tue, Jul 09, 2013 at 03:01:14PM +0300, Roger Quadros wrote: > On 07/09/2013 02:29 PM, Felipe Balbi wrote: > > On Fri, Jun 14, 2013 at 12:51:41PM +0300, Roger Quadros wrote: > >> Convert PHY Drivers from menuconfig to menu so that the PHY drivers > >> can be explicitely selected by the controller

Re: [PATCH v3 1/2] USB: PHY: Make PHY driver selection possible by controller drivers

2013-07-09 Thread Roger Quadros
On 07/09/2013 02:29 PM, Felipe Balbi wrote: > On Fri, Jun 14, 2013 at 12:51:41PM +0300, Roger Quadros wrote: >> Convert PHY Drivers from menuconfig to menu so that the PHY drivers >> can be explicitely selected by the controller drivers. >> >> USB_PHY is no longer a user visible option. It is upto

Re: [PATCH v3 1/2] USB: PHY: Make PHY driver selection possible by controller drivers

2013-07-09 Thread Felipe Balbi
On Fri, Jun 14, 2013 at 12:51:41PM +0300, Roger Quadros wrote: > Convert PHY Drivers from menuconfig to menu so that the PHY drivers > can be explicitely selected by the controller drivers. > > USB_PHY is no longer a user visible option. It is upto to the PHY > drivers to select it if needed. This

[PATCH v3 1/2] USB: PHY: Make PHY driver selection possible by controller drivers

2013-06-14 Thread Roger Quadros
Convert PHY Drivers from menuconfig to menu so that the PHY drivers can be explicitely selected by the controller drivers. USB_PHY is no longer a user visible option. It is upto to the PHY drivers to select it if needed. This patch does so for the existing PHY drivers that use the USB_PHY library.