[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1316781986-30642-15-git-send-email-t-kristo@ti.com>
Date: Fri, 23 Sep 2011 15:46:22 +0300
From: Tero Kristo <t-kristo@...com>
To: <linux-omap@...r.kernel.org>
CC: <linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>
Subject: [PATCHv9 14/18] TEMP: mux: added trace for io wkup event
Temporary patch for testing purposes, not meant for integration.
Signed-off-by: Tero Kristo <t-kristo@...com>
---
arch/arm/mach-omap2/mux.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/mux.c
index b27c061..642fe3f 100644
--- a/arch/arm/mach-omap2/mux.c
+++ b/arch/arm/mach-omap2/mux.c
@@ -376,6 +376,8 @@ bool omap_hwmod_mux_get_wake_status(struct omap_hwmod_mux_info *hmux)
pad->mux->reg_offset);
if (val & OMAP_WAKEUP_EVENT) {
ret = true;
+ pr_info("wkup detected: %04x\n",
+ pad->mux->reg_offset);
break;
}
}
--
1.7.4.1
Texas Instruments Oy, Tekniikantie 12, 02150 Espoo. Y-tunnus: 0115040-6. Kotipaikka: Helsinki
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists