Re: [RFC PATCH 04/11] OMAP: Add early device for system control module

2012-05-28 Thread Shilimkar, Santosh
On Fri, May 25, 2012 at 1:55 PM, Eduardo Valentin wrote: > This is a way to add an early device for system control module. > the code is also requesting for driver registration and probing. > Done at early_initcall because at that time, ioremapping is possible. > > Signed-off-by: Eduardo Valentin

Re: [RFC PATCH 04/11] OMAP: Add early device for system control module

2012-05-25 Thread Cousson, Benoit
On 5/25/2012 10:25 AM, Eduardo Valentin wrote: This is a way to add an early device for system control module. the code is also requesting for driver registration and probing. Done at early_initcall because at that time, ioremapping is possible. Signed-off-by: Eduardo Valentin --- arch/arm/mac

Re: [RFC PATCH 04/11] OMAP: Add early device for system control module

2012-05-25 Thread Konstantin Baydarov
Hi. On 05/25/2012 12:25 PM, Eduardo Valentin wrote: > This is a way to add an early device for system control module. > the code is also requesting for driver registration and probing. > Done at early_initcall because at that time, ioremapping is possible. > > Signed-off-by: Eduardo Valentin >

Re: [RFC PATCH 04/11] OMAP: Add early device for system control module

2012-05-25 Thread Valentin, Eduardo
Hello, On Fri, May 25, 2012 at 2:32 PM, Konstantin Baydarov wrote: >  Hi , Eduardo. > > On 05/25/2012 12:25 PM, Eduardo Valentin wrote: >> This is a way to add an early device for system control module. >> the code is also requesting for driver registration and probing. >> Done at early_initcall

Re: [RFC PATCH 04/11] OMAP: Add early device for system control module

2012-05-25 Thread Konstantin Baydarov
Hi , Eduardo. On 05/25/2012 12:25 PM, Eduardo Valentin wrote: > This is a way to add an early device for system control module. > the code is also requesting for driver registration and probing. > Done at early_initcall because at that time, ioremapping is possible. > > Signed-off-by: Eduardo Va

[RFC PATCH 04/11] OMAP: Add early device for system control module

2012-05-25 Thread Eduardo Valentin
This is a way to add an early device for system control module. the code is also requesting for driver registration and probing. Done at early_initcall because at that time, ioremapping is possible. Signed-off-by: Eduardo Valentin --- arch/arm/mach-omap2/devices.c | 29