Re: [PATCH 07/12] System Control Module context save/restore

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Rajendra Nayak wrote:
-----Original Message-----
From: Kevin Hilman [mailto:khilman@xxxxxxxxxxxxxxxxxxx] Sent: Wednesday, September 10, 2008 8:18 PM
To: Rajendra Nayak
Cc: linux-omap@xxxxxxxxxxxxxxx
Subject: Re: [PATCH 07/12] System Control Module context save/restore

"Rajendra Nayak" <rnayak@xxxxxx> writes:

This patch adds the System control module context save/restore

Signed-off-by: Rajendra Nayak <rnayak@xxxxxx>
---
arch/arm/mach-omap2/control.c | 105
++++++++++++++++++++++++++++++
 arch/arm/plat-omap/include/mach/control.h |   61 +++++++++++++++++
 2 files changed, 165 insertions(+), 1 deletion(-)

Index: linux-omap-2.6/arch/arm/mach-omap2/control.c
===================================================================
--- linux-omap-2.6.orig/arch/arm/mach-omap2/control.c	
2008-09-01
18:11:34.000000000 +0530
+++ linux-omap-2.6/arch/arm/mach-omap2/control.c	
2008-09-01 18:11:54.000000000
+0530
@@ -73,6 +73,8 @@ void omap_ctrl_writel(u32 val, u16 offse

 #define OMAP3430_PRM_RSTST \
 		OMAP34XX_PRM_REGADDR(OMAP3430_GR_MOD, RM_RSTST)
+static struct omap3_control_module_regs control_ctx;
+
I'm not sure what this patch was generated against, but it doesn't
apply against linux-omap.  The PRM_RSTST definition above is not in
linux-omap code.

Kevin

There is no reference to PRM_RSTST in this patch. It uses RM_RSTST which
can be found in arch/arm/mach-omap2/prm.h.

You can see in the above quoted text that your 7/12 patch adds some code
immediately after a line which defines OMAP3430_PRM_RSTST. Since this existing code is not in linux-omap, and I couldn't find it in previous patches, it's not clear what this patch was generated against.

Kevin
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux