RE: [PATCH 1/1] usb: chipidea: Improve kconfig

2013-06-04 Thread Alexander Shishkin
Chen Peter-B29397 writes: > >> >> I did actually have this one in my tree, but since that time this >> >> commit 7c8bfed7aaeba690de30835fe89882e1047a55fd >> Author: David Rientjes >> Date: Fri Apr 26 13:25:01 2013 -0700 >> >> usb, chipidea: fix link error when USB_EHCI_HCD is a module

RE: [PATCH 1/1] usb: chipidea: Improve kconfig

2013-06-04 Thread Chen Peter-B29397
> > I did actually have this one in my tree, but since that time this > > commit 7c8bfed7aaeba690de30835fe89882e1047a55fd > Author: David Rientjes > Date: Fri Apr 26 13:25:01 2013 -0700 > > usb, chipidea: fix link error when USB_EHCI_HCD is a module > > has turned up in usb-next, and

Re: [PATCH 1/1] usb: chipidea: Improve kconfig

2013-06-04 Thread Alexander Shishkin
Peter Chen writes: > On Thu, May 9, 2013 at 3:51 AM, Randy Dunlap wrote: >> On 05/08/13 03:02, Peter Chen wrote: >>> Randy Dunlap reported below problem >>> at i386: drivers/built-in.o: In function `ci_hdrc_host_init': (.text+0x2ce75c): undefined reference to `ehci_init_driver' >>> >>

Re: [PATCH 1/1] usb: chipidea: Improve kconfig

2013-06-03 Thread Peter Chen
On Thu, May 9, 2013 at 3:51 AM, Randy Dunlap wrote: > On 05/08/13 03:02, Peter Chen wrote: >> Randy Dunlap reported below problem >> at i386: >>> drivers/built-in.o: In function `ci_hdrc_host_init': >>> (.text+0x2ce75c): undefined reference to `ehci_init_driver' >> >>> When USB_EHCI_HCD=m and USB

Re: [PATCH 1/1] usb: chipidea: Improve kconfig

2013-05-08 Thread Randy Dunlap
On 05/08/13 03:02, Peter Chen wrote: > Randy Dunlap reported below problem > at i386: >> drivers/built-in.o: In function `ci_hdrc_host_init': >> (.text+0x2ce75c): undefined reference to `ehci_init_driver' > >> When USB_EHCI_HCD=m and USB_CHIPIDEA=y. > > In fact, this problem is existed at all pl