On Tue, 1 Oct 2013, Felipe Balbi wrote:
> Hi,
>
> On Tue, Oct 01, 2013 at 06:17:56AM +0200, Marek Vasut wrote:
> > Dear Chen Peter-B29397,
> >
> > > > > Since we introduce -EPROBE_DEFER for udc driver, it will be
> > > > > probed at late_initcall if it is defered. When the gadget
> > > > > is bu
Hi,
On Tue, Oct 01, 2013 at 06:17:56AM +0200, Marek Vasut wrote:
> Dear Chen Peter-B29397,
>
> > > > Since we introduce -EPROBE_DEFER for udc driver, it will be
> > > > probed at late_initcall if it is defered. When the gadget
> > > > is built in, it will return "couldn't find an available UDC"
>
Dear Chen Peter-B29397,
> > > Since we introduce -EPROBE_DEFER for udc driver, it will be
> > > probed at late_initcall if it is defered. When the gadget
> > > is built in, it will return "couldn't find an available UDC"
> > > at such case. That's the problem we met at below link:
> > >
> > > htt
> > Since we introduce -EPROBE_DEFER for udc driver, it will be
> > probed at late_initcall if it is defered. When the gadget
> > is built in, it will return "couldn't find an available UDC"
> > at such case. That's the problem we met at below link:
> >
> > http://marc.info/?l=linux-usb&m=1377064
Dear Peter Chen,
> Since we introduce -EPROBE_DEFER for udc driver, it will be
> probed at late_initcall if it is defered. When the gadget
> is built in, it will return "couldn't find an available UDC"
> at such case. That's the problem we met at below link:
>
> http://marc.info/?l=linux-usb&m=13