Re: [PATCH] [OMAP3_PM] Fix zoom2 defconfig build

2009-11-02 Thread Artem Bityutskiy
On Mon, 2009-11-02 at 13:26 +0530, manj...@ti.com wrote: From: Manjunatha GK manj...@ti.com Signed-off-by: Manjunatha GK manj...@ti.com --- arch/arm/configs/omap_zoom2_defconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

RE: [PATCH] [OMAP3_PM] Fix zoom2 defconfig build

2009-11-02 Thread G, Manjunath Kondaiah
--- a/arch/arm/configs/omap_zoom2_defconfig +++ b/arch/arm/configs/omap_zoom2_defconfig @@ -1350,7 +1350,7 @@ CONFIG_ENABLE_MUST_CHECK=y CONFIG_FRAME_WARN=1024 CONFIG_MAGIC_SYSRQ=y # CONFIG_UNUSED_SYMBOLS is not set -# CONFIG_DEBUG_FS is not set +CONFIG_DEBUG_FS=y #

Re: [PATCH] [OMAP3_PM] Fix zoom2 defconfig build

2009-11-02 Thread Felipe Balbi
On Mon, Nov 02, 2009 at 10:00:23AM +0100, ext G, Manjunath Kondaiah wrote: --- a/arch/arm/configs/omap_zoom2_defconfig +++ b/arch/arm/configs/omap_zoom2_defconfig @@ -1350,7 +1350,7 @@ CONFIG_ENABLE_MUST_CHECK=y CONFIG_FRAME_WARN=1024 CONFIG_MAGIC_SYSRQ=y #

RE: [PATCH] [OMAP3_PM] Fix zoom2 defconfig build

2009-11-02 Thread Artem Bityutskiy
On Mon, 2009-11-02 at 14:30 +0530, G, Manjunath Kondaiah wrote: --- a/arch/arm/configs/omap_zoom2_defconfig +++ b/arch/arm/configs/omap_zoom2_defconfig @@ -1350,7 +1350,7 @@ CONFIG_ENABLE_MUST_CHECK=y CONFIG_FRAME_WARN=1024 CONFIG_MAGIC_SYSRQ=y # CONFIG_UNUSED_SYMBOLS is not

RE: [PATCH] [OMAP3_PM] Fix zoom2 defconfig build

2009-11-02 Thread G, Manjunath Kondaiah
-Original Message- From: Felipe Balbi [mailto:felipe.ba...@nokia.com] Sent: Monday, November 02, 2009 2:44 PM To: G, Manjunath Kondaiah Cc: dedeki...@gmail.com; linux-omap@vger.kernel.org; khil...@deeprootsystems.com Subject: Re: [PATCH] [OMAP3_PM] Fix zoom2 defconfig build

Re: [PATCH] [OMAP3_PM] Fix zoom2 defconfig build

2009-11-02 Thread Kevin Hilman
: [PATCH] [OMAP3_PM] Fix zoom2 defconfig build On Mon, Nov 02, 2009 at 10:00:23AM +0100, ext G, Manjunath Kondaiah wrote: --- a/arch/arm/configs/omap_zoom2_defconfig +++ b/arch/arm/configs/omap_zoom2_defconfig @@ -1350,7 +1350,7 @@ CONFIG_ENABLE_MUST_CHECK=y CONFIG_FRAME_WARN=1024

RE: [PATCH] [OMAP3_PM] Fix zoom2 defconfig build

2009-11-02 Thread G, Manjunath Kondaiah
diff --git a/arch/arm/mach-omap2/pm-debug.c b/arch/arm/mach-omap2/pm-debug.c index 767ebbc..3a42615 100644 --- a/arch/arm/mach-omap2/pm-debug.c +++ b/arch/arm/mach-omap2/pm-debug.c @@ -625,4 +625,6 @@ arch_initcall(pm_dbg_init); #else void pm_dbg_update_time(struct powerdomain

Re: [PATCH] [OMAP3_PM] Fix zoom2 defconfig build

2009-11-02 Thread Kevin Hilman
G, Manjunath Kondaiah manj...@ti.com writes: diff --git a/arch/arm/mach-omap2/pm-debug.c b/arch/arm/mach-omap2/pm-debug.c index 767ebbc..3a42615 100644 --- a/arch/arm/mach-omap2/pm-debug.c +++ b/arch/arm/mach-omap2/pm-debug.c @@ -625,4 +625,6 @@ arch_initcall(pm_dbg_init); #else

RE: [PATCH] [OMAP3_PM] Fix zoom2 defconfig build

2009-11-01 Thread G, Manjunath Kondaiah
It looks like config issue with git-send-email on my system. Here is Patch Description: The CONFIG_DEBUG_FS is not enabled in omap_zoom2_defconfig which is breaking zoom2 defconfig build in linux-omap-pm(pm branch). This patch fixes build issue and kernel booting is also tested on zoom2.