[PATCH v3 3/7] OMAP2+: use control module mfd driver in omap_type

2012-06-27 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: Konstantin Baydarov --- arch/arm/mach-omap2/id.c |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-omap2/

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

2012-06-27 Thread Tony Lindgren
Hi, * Konstantin Baydarov [120627 11:09]: > 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: Konstantin Baydarov > --- > arch/arm/mach-omap2/id.c |9 + > 1 files changed, 5 in

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

2012-08-08 Thread Tony Lindgren
* Konstantin Baydarov [120627 11:09]: > --- a/arch/arm/mach-omap2/id.c > +++ b/arch/arm/mach-omap2/id.c > @@ -18,6 +18,7 @@ > #include > #include > #include > +#include > > #include > > @@ -43,13 +44,13 @@ int omap_type(void) > u32 val = 0; > > if (cpu_is_omap24xx()) { >