Re: [PATCH] usb: phy-am335x: clarify USB_COMMON dependency

2016-02-03 Thread Felipe Balbi
Hi, Arnd Bergmann writes: >> > On Wed, Jan 20, 2016 at 11:56:34AM +0100, Arnd Bergmann wrote: >> >> The phy-am335x driver accidentally selects 'USB_COMMON', which is >> >> not correct as that symbol should indicate whether USB host or >> >> target mode is enabled, but it might not: >> >> >> >>

Re: [PATCH] usb: phy-am335x: clarify USB_COMMON dependency

2016-02-03 Thread Arnd Bergmann
On Wednesday 03 February 2016 19:54:02 Felipe Balbi wrote: > > hi, > > Bin Liu writes: > > On Wed, Jan 20, 2016 at 11:56:34AM +0100, Arnd Bergmann wrote: > >> The phy-am335x driver accidentally selects 'USB_COMMON', which is > >> not correct as that symbol should indicate whether USB host or > >

Re: [PATCH] usb: phy-am335x: clarify USB_COMMON dependency

2016-02-03 Thread Felipe Balbi
hi, Bin Liu writes: > On Wed, Jan 20, 2016 at 11:56:34AM +0100, Arnd Bergmann wrote: >> The phy-am335x driver accidentally selects 'USB_COMMON', which is >> not correct as that symbol should indicate whether USB host or >> target mode is enabled, but it might not: >> >> warning: (AM335X_PHY_USB

Re: [PATCH] usb: phy-am335x: clarify USB_COMMON dependency

2016-01-20 Thread Bin Liu
Hi, On Wed, Jan 20, 2016 at 11:56:34AM +0100, Arnd Bergmann wrote: > The phy-am335x driver accidentally selects 'USB_COMMON', which is > not correct as that symbol should indicate whether USB host or > target mode is enabled, but it might not: > > warning: (AM335X_PHY_USB) selects USB_COMMON whic