Re: [PATCH] usb: musb: make modules behave better

2012-04-04 Thread Sakari Ailus
Hi Kishon, On Mon, Apr 02, 2012 at 10:33:10PM +0530, ABRAHAM, KISHON VIJAY wrote: > Hi, > > On Mon, Apr 2, 2012 at 8:04 PM, Sakari Ailus wrote: > > Hi Felipe, > > > > On Thu, Jan 26, 2012 at 12:45:49PM +0200, Felipe Balbi wrote: > >> There's really no point in doing all that > >> initcall tricke

Re: [PATCH] usb: musb: make modules behave better

2012-04-02 Thread ABRAHAM, KISHON VIJAY
Hi, On Mon, Apr 2, 2012 at 8:04 PM, Sakari Ailus wrote: > Hi Felipe, > > On Thu, Jan 26, 2012 at 12:45:49PM +0200, Felipe Balbi wrote: >> There's really no point in doing all that >> initcall trickery when we can safely let >> udev handle module probing for us. >> >> Remove all of that trickery,

Re: [PATCH] usb: musb: make modules behave better

2012-04-02 Thread Sakari Ailus
Hi Felipe, On Thu, Jan 26, 2012 at 12:45:49PM +0200, Felipe Balbi wrote: > There's really no point in doing all that > initcall trickery when we can safely let > udev handle module probing for us. > > Remove all of that trickery, by moving everybody > to module_init() and making proper use of > p

RE: [PATCH] usb: musb: make modules behave better

2012-01-27 Thread Rajashekhara, Sudhakar
Hello, On Thu, Jan 26, 2012 at 16:15:49, Balbi, Felipe wrote: > There's really no point in doing all that > initcall trickery when we can safely let > udev handle module probing for us. > > Remove all of that trickery, by moving everybody > to module_init() and making proper use of > platform_dev

Re: [PATCH] usb: musb: make modules behave better

2012-01-26 Thread Felipe Balbi
Hi, On Thu, Jan 26, 2012 at 12:21:03PM +0100, Tasslehoff Kjappfot wrote: > On 01/26/2012 11:45 AM, Felipe Balbi wrote: > >There's really no point in doing all that > >initcall trickery when we can safely let > >udev handle module probing for us. > > > >Remove all of that trickery, by moving everyb

Re: [PATCH] usb: musb: make modules behave better

2012-01-26 Thread Tasslehoff Kjappfot
On 01/26/2012 11:45 AM, Felipe Balbi wrote: There's really no point in doing all that initcall trickery when we can safely let udev handle module probing for us. Remove all of that trickery, by moving everybody to module_init() and making proper use of platform_device_register() rather than plat