RE: [PATCH v4 01/11] usb: musb: add musb->id to identify core instance

2012-07-25 Thread Gupta, Ajay Kumar
Hi, > On Thu, Jul 19, 2012 at 05:15:57PM +0530, Ajay Kumar Gupta wrote: > > diff --git a/drivers/usb/musb/musb_core.c > > b/drivers/usb/musb/musb_core.c index 89d1871..3e09984 100644 > > --- a/drivers/usb/musb/musb_core.c > > +++ b/drivers/usb/musb/musb_core.c > > @@ -99,6 +99,7 @@ > > #include >

Re: [PATCH v4 01/11] usb: musb: add musb->id to identify core instance

2012-07-25 Thread Felipe Balbi
Hi, On Thu, Jul 19, 2012 at 05:15:57PM +0530, Ajay Kumar Gupta wrote: > diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c > index 89d1871..3e09984 100644 > --- a/drivers/usb/musb/musb_core.c > +++ b/drivers/usb/musb/musb_core.c > @@ -99,6 +99,7 @@ > #include > #include >

[PATCH v4 01/11] usb: musb: add musb->id to identify core instance

2012-07-19 Thread Ajay Kumar Gupta
Added 'id' field within 'struct musb' which can be used to determine the current instance of musb controller. Also defined musb_ida in musb_core.c to manage the core ids. Signed-off-by: Ajay Kumar Gupta --- drivers/usb/musb/am35x.c | 42 -- drivers/