From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Govindraj.R" Subject: [PATCH v3 0/2] ARM: omap_hwmod: add api to enable/disable module level wakeup Date: Tue, 24 Apr 2012 19:39:10 +0530 Message-ID: <1335276552-24340-1-git-send-email-govindraj.raja@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from arroyo.ext.ti.com ([192.94.94.40]:47114 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754277Ab2DXOJe (ORCPT ); Tue, 24 Apr 2012 10:09:34 -0400 Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: linux-omap@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, "Govindraj.R" , Paul Walmsley , Kevin Hilman , Benoit Cousson , Tero Kristo , Tony Lindgren , Rajendra Nayak , Santosh Shilimkar From: "Govindraj.R" On omap2/3 module level wakeup is handled using PM_WKEN registers. Expand the hwmod framework to handle the module level wakeup enable registers. Tested on Beagle-xm by enabling and disabling uart wakeups from sysfs Series depends on following patches for testing. http://marc.info/?l=linux-omap&m=133527588923598&w=2 http://marc.info/?l=linux-omap&m=133518614022144&w=2 Cc: Paul Walmsley Cc: Kevin Hilman Cc: Benoit Cousson Cc: Tero Kristo Cc: Tony Lindgren Cc: Rajendra Nayak Cc: Santosh Shilimkar Govindraj.R (2): ARM: OMAP2+: omap_hwmod: Add api to enable/disable module level wakeup events ARM: omap3: pm: Remove uart module level wakeup configurations arch/arm/mach-omap2/omap_hwmod.c | 22 ++++++++++++++++++++++ arch/arm/mach-omap2/pm34xx.c | 14 +++++--------- arch/arm/mach-omap2/prm2xxx_3xxx.c | 16 ++++++++++++++++ arch/arm/mach-omap2/prm2xxx_3xxx.h | 9 +++++++++ 4 files changed, 52 insertions(+), 9 deletions(-) -- 1.7.9