Re: [PATCH] usb: rework CONFIG_USB_COMMON logic

2016-03-30 Thread Felipe Balbi
Arnd Bergmann writes: > [ text/plain ] > On Wednesday 30 March 2016 13:31:01 Felipe Balbi wrote: >> Arnd Bergmann writes: >> > [ text/plain ] >> > The phy-am335x driver selects 'USB_COMMON', but all other drivers >> > use 'depends on' for that symbol, and it

Re: [PATCH] usb: rework CONFIG_USB_COMMON logic

2016-03-30 Thread Felipe Balbi
Arnd Bergmann writes: > [ text/plain ] > On Wednesday 30 March 2016 13:31:01 Felipe Balbi wrote: >> Arnd Bergmann writes: >> > [ text/plain ] >> > The phy-am335x driver selects 'USB_COMMON', but all other drivers >> > use 'depends on' for that symbol, and it depends on USB || USB_GADGET >> >

Re: [PATCH] usb: rework CONFIG_USB_COMMON logic

2016-03-30 Thread Arnd Bergmann
On Wednesday 30 March 2016 13:31:01 Felipe Balbi wrote: > Arnd Bergmann writes: > > [ text/plain ] > > The phy-am335x driver selects 'USB_COMMON', but all other drivers > > use 'depends on' for that symbol, and it depends on USB || USB_GADGET > > itself, which causes a Kconfig

Re: [PATCH] usb: rework CONFIG_USB_COMMON logic

2016-03-30 Thread Arnd Bergmann
On Wednesday 30 March 2016 13:31:01 Felipe Balbi wrote: > Arnd Bergmann writes: > > [ text/plain ] > > The phy-am335x driver selects 'USB_COMMON', but all other drivers > > use 'depends on' for that symbol, and it depends on USB || USB_GADGET > > itself, which causes a Kconfig warning: > > > >

Re: [PATCH] usb: rework CONFIG_USB_COMMON logic

2016-03-30 Thread Felipe Balbi
Arnd Bergmann writes: > [ text/plain ] > The phy-am335x driver selects 'USB_COMMON', but all other drivers > use 'depends on' for that symbol, and it depends on USB || USB_GADGET > itself, which causes a Kconfig warning: > > warning: (AM335X_PHY_USB) selects USB_COMMON which has

Re: [PATCH] usb: rework CONFIG_USB_COMMON logic

2016-03-30 Thread Felipe Balbi
Arnd Bergmann writes: > [ text/plain ] > The phy-am335x driver selects 'USB_COMMON', but all other drivers > use 'depends on' for that symbol, and it depends on USB || USB_GADGET > itself, which causes a Kconfig warning: > > warning: (AM335X_PHY_USB) selects USB_COMMON which has unmet direct >

[PATCH] usb: rework CONFIG_USB_COMMON logic

2016-03-23 Thread Arnd Bergmann
The phy-am335x driver selects 'USB_COMMON', but all other drivers use 'depends on' for that symbol, and it depends on USB || USB_GADGET itself, which causes a Kconfig warning: warning: (AM335X_PHY_USB) selects USB_COMMON which has unmet direct dependencies (USB_SUPPORT && (USB || USB_GADGET))

[PATCH] usb: rework CONFIG_USB_COMMON logic

2016-03-23 Thread Arnd Bergmann
The phy-am335x driver selects 'USB_COMMON', but all other drivers use 'depends on' for that symbol, and it depends on USB || USB_GADGET itself, which causes a Kconfig warning: warning: (AM335X_PHY_USB) selects USB_COMMON which has unmet direct dependencies (USB_SUPPORT && (USB || USB_GADGET))

Re: [PATCH] usb: rework CONFIG_USB_COMMON logic

2016-02-04 Thread Felipe Balbi
Hi Greg, Arnd Bergmann writes: > The phy-am335x driver selects 'USB_COMMON', but all other drivers > use 'depends on' for that symbol, and it depends on USB || USB_GADGET > itself, which causes a Kconfig warning: > > warning: (AM335X_PHY_USB) selects USB_COMMON which has unmet direct >

Re: [PATCH] usb: rework CONFIG_USB_COMMON logic

2016-02-04 Thread Arnd Bergmann
On Thursday 04 February 2016 14:39:16 Peter Chen wrote: > > --- > > Preliminary for now, I've added it to my patch stack for randconfig tests > > and will test it overnight to see if any build-time regressions come up. 400 randconfig builds later, no obvious regressions, so please consider this a

Re: [PATCH] usb: rework CONFIG_USB_COMMON logic

2016-02-04 Thread Felipe Balbi
Hi Greg, Arnd Bergmann writes: > The phy-am335x driver selects 'USB_COMMON', but all other drivers > use 'depends on' for that symbol, and it depends on USB || USB_GADGET > itself, which causes a Kconfig warning: > > warning: (AM335X_PHY_USB) selects USB_COMMON which has unmet

Re: [PATCH] usb: rework CONFIG_USB_COMMON logic

2016-02-04 Thread Arnd Bergmann
On Thursday 04 February 2016 14:39:16 Peter Chen wrote: > > --- > > Preliminary for now, I've added it to my patch stack for randconfig tests > > and will test it overnight to see if any build-time regressions come up. 400 randconfig builds later, no obvious regressions, so please consider this a

Re: [PATCH] usb: rework CONFIG_USB_COMMON logic

2016-02-03 Thread Peter Chen
On Wed, Feb 03, 2016 at 11:35:26PM +0100, Arnd Bergmann wrote: > The phy-am335x driver selects 'USB_COMMON', but all other drivers > use 'depends on' for that symbol, and it depends on USB || USB_GADGET > itself, which causes a Kconfig warning: > > warning: (AM335X_PHY_USB) selects USB_COMMON

[PATCH] usb: rework CONFIG_USB_COMMON logic

2016-02-03 Thread Arnd Bergmann
The phy-am335x driver selects 'USB_COMMON', but all other drivers use 'depends on' for that symbol, and it depends on USB || USB_GADGET itself, which causes a Kconfig warning: warning: (AM335X_PHY_USB) selects USB_COMMON which has unmet direct dependencies (USB_SUPPORT && (USB || USB_GADGET))

[PATCH] usb: rework CONFIG_USB_COMMON logic

2016-02-03 Thread Arnd Bergmann
The phy-am335x driver selects 'USB_COMMON', but all other drivers use 'depends on' for that symbol, and it depends on USB || USB_GADGET itself, which causes a Kconfig warning: warning: (AM335X_PHY_USB) selects USB_COMMON which has unmet direct dependencies (USB_SUPPORT && (USB || USB_GADGET))

Re: [PATCH] usb: rework CONFIG_USB_COMMON logic

2016-02-03 Thread Peter Chen
On Wed, Feb 03, 2016 at 11:35:26PM +0100, Arnd Bergmann wrote: > The phy-am335x driver selects 'USB_COMMON', but all other drivers > use 'depends on' for that symbol, and it depends on USB || USB_GADGET > itself, which causes a Kconfig warning: > > warning: (AM335X_PHY_USB) selects USB_COMMON