Re: [PATCH] ARM: SAMSUNG: Removing dependency on CONFIG_PM_DEBUG for clock debugging

2011-02-11 Thread Amit Kucheria
On Fri, Feb 11, 2011 at 11:22 AM, Amit Kachhap wrote: > yes this is a temporary patch untill all the PM > components(sleep/resume) are mainlined. > The exact compilation error is, > >  CC      arch/arm/plat-samsung/pm.o > arch/arm/plat-samsung/pm.c:32: fatal error: mach/pm-core.h: No such > file o

Re: [PATCH] ARM: SAMSUNG: Removing dependency on CONFIG_PM_DEBUG for clock debugging

2011-02-11 Thread Amit Kachhap
yes this is a temporary patch untill all the PM components(sleep/resume) are mainlined. The exact compilation error is, CC arch/arm/plat-samsung/pm.o arch/arm/plat-samsung/pm.c:32: fatal error: mach/pm-core.h: No such file or directory compilation terminated. make[1]: *** [arch/arm/plat-sams

Re: [PATCH] ARM: SAMSUNG: Removing dependency on CONFIG_PM_DEBUG for clock debugging

2011-02-10 Thread Amit Kucheria
On Sat, Feb 12, 2011 at 7:06 PM, Amit Daniel Kachhap wrote: > Enabling the macro CONFIG_PM_DEBUG is causing compilation error as all PM > components > are included which is not in mainline for samsung V310 platform, therefore, > this patch > removes the dependency on macro CONFIG_PM_DEBUG for cl

[PATCH] ARM: SAMSUNG: Removing dependency on CONFIG_PM_DEBUG for clock debugging

2011-02-10 Thread Amit Daniel Kachhap
Enabling the macro CONFIG_PM_DEBUG is causing compilation error as all PM components are included which is not in mainline for samsung V310 platform, therefore, this patch removes the dependency on macro CONFIG_PM_DEBUG for clock debugging through debugfs interface. Signed-off-by: Amit Daniel K