Re: [U-Boot] [PATCH v1] arch/x86: Select USB before selecting host driver

2017-07-21 Thread Bin Meng
On Mon, Jul 10, 2017 at 10:14 AM, Bin Meng wrote: > +Simon, > > Hi Andy, > > On Wed, Jul 5, 2017 at 9:09 PM, Tom Rini wrote: >> On Wed, Jul 05, 2017 at 08:19:27PM +0800, Bin Meng wrote: >>> +Marek, >>> >>> Hi Andy, >>> >>> On Wed, Jul 5, 2017 at 5:36 PM, Andy Shevchenko >>> wrote: >>> > On Wed,

Re: [U-Boot] [PATCH v1] arch/x86: Select USB before selecting host driver

2017-07-09 Thread Bin Meng
+Simon, Hi Andy, On Wed, Jul 5, 2017 at 9:09 PM, Tom Rini wrote: > On Wed, Jul 05, 2017 at 08:19:27PM +0800, Bin Meng wrote: >> +Marek, >> >> Hi Andy, >> >> On Wed, Jul 5, 2017 at 5:36 PM, Andy Shevchenko >> wrote: >> > On Wed, Jul 5, 2017 at 12:36 PM, Andy Shevchenko >> > wrote: >> >> On Wed,

Re: [U-Boot] [PATCH v1] arch/x86: Select USB before selecting host driver

2017-07-05 Thread Tom Rini
On Wed, Jul 05, 2017 at 08:19:27PM +0800, Bin Meng wrote: > +Marek, > > Hi Andy, > > On Wed, Jul 5, 2017 at 5:36 PM, Andy Shevchenko > wrote: > > On Wed, Jul 5, 2017 at 12:36 PM, Andy Shevchenko > > wrote: > >> On Wed, Jul 5, 2017 at 8:23 AM, Bin Meng wrote: > > > >> So, options are: > >> 1) a

Re: [U-Boot] [PATCH v1] arch/x86: Select USB before selecting host driver

2017-07-05 Thread Bin Meng
+Marek, Hi Andy, On Wed, Jul 5, 2017 at 5:36 PM, Andy Shevchenko wrote: > On Wed, Jul 5, 2017 at 12:36 PM, Andy Shevchenko > wrote: >> On Wed, Jul 5, 2017 at 8:23 AM, Bin Meng wrote: > >> So, options are: >> 1) apply my patch >> 2) remove selection of the host at least for X86. > > 3) move hos

Re: [U-Boot] [PATCH v1] arch/x86: Select USB before selecting host driver

2017-07-05 Thread Andy Shevchenko
On Wed, Jul 5, 2017 at 12:36 PM, Andy Shevchenko wrote: > On Wed, Jul 5, 2017 at 8:23 AM, Bin Meng wrote: > So, options are: > 1) apply my patch > 2) remove selection of the host at least for X86. 3) move hosts out of "if USB". -- With Best Regards, Andy Shevchenko ___

Re: [U-Boot] [PATCH v1] arch/x86: Select USB before selecting host driver

2017-07-05 Thread Andy Shevchenko
On Wed, Jul 5, 2017 at 8:23 AM, Bin Meng wrote: > Hi Andy, > > On Wed, Jul 5, 2017 at 12:32 AM, Andy Shevchenko > wrote: >> Kbuild complains if USB is not selected before any of host driver. >> >> warning: (X86) selects USB_EHCI_HCD which has unmet direct dependencies (USB) >> warning: (X86) sele

Re: [U-Boot] [PATCH v1] arch/x86: Select USB before selecting host driver

2017-07-04 Thread Bin Meng
Hi Andy, On Wed, Jul 5, 2017 at 12:32 AM, Andy Shevchenko wrote: > Kbuild complains if USB is not selected before any of host driver. > > warning: (X86) selects USB_EHCI_HCD which has unmet direct dependencies (USB) > warning: (X86) selects USB_EHCI_HCD which has unmet direct dependencies (USB) >

[U-Boot] [PATCH v1] arch/x86: Select USB before selecting host driver

2017-07-04 Thread Andy Shevchenko
Kbuild complains if USB is not selected before any of host driver. warning: (X86) selects USB_EHCI_HCD which has unmet direct dependencies (USB) warning: (X86) selects USB_EHCI_HCD which has unmet direct dependencies (USB) Select it for X86. Fixes: 64d6ac5bc4a9 ("Kconfig: USB: Migrate CONFIG_USB