[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AM4PR04MB213050D6375B3ED0D3414D4689640@AM4PR04MB2130.eurprd04.prod.outlook.com>
Date: Wed, 27 Apr 2016 13:18:31 +0000
From: Jun Li <jun.li@....com>
To: Jun Li <jun.li@....com>, Roger Quadros <rogerq@...com>,
"stern@...land.harvard.edu" <stern@...land.harvard.edu>,
"balbi@...nel.org" <balbi@...nel.org>,
"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
"peter.chen@...escale.com" <peter.chen@...escale.com>
CC: "dan.j.williams@...el.com" <dan.j.williams@...el.com>,
"jun.li@...escale.com" <jun.li@...escale.com>,
"mathias.nyman@...ux.intel.com" <mathias.nyman@...ux.intel.com>,
"tony@...mide.com" <tony@...mide.com>,
"Joao.Pinto@...opsys.com" <Joao.Pinto@...opsys.com>,
"abrestic@...omium.org" <abrestic@...omium.org>,
"r.baldyga@...sung.com" <r.baldyga@...sung.com>,
"linux-usb@...r.kernel.org" <linux-usb@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-omap@...r.kernel.org" <linux-omap@...r.kernel.org>
Subject: RE: [PATCH v6 08/12] usb: hcd: Adapt to OTG core
Hi,
> -----Original Message-----
> From: Jun Li [mailto:jun.li@....com]
> Sent: Wednesday, April 27, 2016 8:50 PM
> To: Roger Quadros <rogerq@...com>; stern@...land.harvard.edu;
> balbi@...nel.org; gregkh@...uxfoundation.org; peter.chen@...escale.com
> Cc: dan.j.williams@...el.com; jun.li@...escale.com;
> mathias.nyman@...ux.intel.com; tony@...mide.com; Joao.Pinto@...opsys.com;
> abrestic@...omium.org; r.baldyga@...sung.com; linux-usb@...r.kernel.org;
> linux-kernel@...r.kernel.org; linux-omap@...r.kernel.org
> Subject: RE: [PATCH v6 08/12] usb: hcd: Adapt to OTG core
>
> Hi
> > -----Original Message-----
> > From: Roger Quadros [mailto:rogerq@...com]
> > Sent: Wednesday, April 27, 2016 7:12 PM
> > To: Jun Li <jun.li@....com>; stern@...land.harvard.edu;
> > balbi@...nel.org; gregkh@...uxfoundation.org; peter.chen@...escale.com
> > Cc: dan.j.williams@...el.com; jun.li@...escale.com;
> > mathias.nyman@...ux.intel.com; tony@...mide.com;
> > Joao.Pinto@...opsys.com; abrestic@...omium.org; r.baldyga@...sung.com;
> > linux-usb@...r.kernel.org; linux-kernel@...r.kernel.org;
> > linux-omap@...r.kernel.org
> > Subject: Re: [PATCH v6 08/12] usb: hcd: Adapt to OTG core
> >
> > On 27/04/16 14:00, Roger Quadros wrote:
> > > On 27/04/16 13:16, Jun Li wrote:
> > >> Hi
> > >>
> > >>>
> > >>> +
> > >>> +static struct otg_hcd_ops otg_hcd_intf = {
> > >>> + .add = usb_add_hcd,
> > >>> + .remove = usb_remove_hcd,
> > >>> + .usb_bus_start_enum = usb_bus_start_enum,
> > >>
> > >> Build break if CONFIG_USB_OTG is not enabled:
> > >>
> > >> drivers/built-in.o:(.data+0x1db30): undefined reference to
> > `usb_bus_start_enum'
> > >> Makefile:948: recipe for target 'vmlinux' failed
> > >> make: *** [vmlinux] Error 1
> >
> > I couldn't get this error. Could you please send me your .config? Thanks.
>
> imx_v6_v7_defconfig
My bad, no problem now.
Li Jun
>
> >
> > cheers,
> > -roger
> > >
> > > Thanks. Will fix it.
> > >
> > > cheers,
> > > -roger
> > >
> > >>
> > >>> + .usb_control_msg = usb_control_msg,
> > >>> + .usb_hub_find_child = usb_hub_find_child, };
> > >>> +
> > >>
> > > --
> > > To unsubscribe from this list: send the line "unsubscribe linux-usb"
> > > in the body of a message to majordomo@...r.kernel.org More majordomo
> > > info at http://vger.kernel.org/majordomo-info.html
> > >
Powered by blists - more mailing lists