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

2012-08-08 Thread Tony Lindgren
* Konstantin Baydarov kbaida...@dev.rtsoft.ru [120627 11:09]: --- a/arch/arm/mach-omap2/id.c +++ b/arch/arm/mach-omap2/id.c @@ -18,6 +18,7 @@ #include linux/kernel.h #include linux/init.h #include linux/io.h +#include linux/mfd/omap_control.h #include asm/cputype.h @@ -43,13

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

2012-06-28 Thread Tony Lindgren
Hi, * Konstantin Baydarov kbaida...@dev.rtsoft.ru [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 kbaida...@dev.rtsoft.ru --- arch/arm/mach-omap2/id.c |

[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 kbaida...@dev.rtsoft.ru --- arch/arm/mach-omap2/id.c |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff