[PATCH v4 3/4] OMAP2+: use control module mfd driver in omap_type

2012-07-25 Thread Konstantin Baydarov
OMAP system control module can be probed early, then omap_type is safe to use its APIs. TODO: add support for other omap versions Signed-off-by: Eduardo Valentin eduardo.valen...@ti.com Signed-off-by: Konstantin Baydarov kbaida...@dev.rtsoft.ru --- arch/arm/mach-omap2/id.c | 11 ++- 1

Re: [PATCH v4 3/4] OMAP2+: use control module mfd driver in omap_type

2012-07-25 Thread Sergei Shtylyov
Hello. On 25-07-2012 15:05, Konstantin Baydarov wrote: OMAP system control module can be probed early, then omap_type is safe to use its APIs. TODO: add support for other omap versions Signed-off-by: Eduardo Valentin eduardo.valen...@ti.com Signed-off-by: Konstantin Baydarov

Re: [PATCH v4 3/4] OMAP2+: use control module mfd driver in omap_type

2012-07-25 Thread Konstantin Baydarov
HI, Sergei. On 07/25/2012 04:39 PM, Sergei Shtylyov wrote: Hello. On 25-07-2012 15:05, Konstantin Baydarov wrote: OMAP system control module can be probed early, then omap_type is safe to use its APIs. TODO: add support for other omap versions Signed-off-by: Eduardo Valentin