From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@linaro.org (Kevin Hilman) Date: Thu, 10 Oct 2013 14:47:30 -0700 Subject: [PATCH 0/6] add support for omap wake-up interrupts via pinctrl-single, take2 In-Reply-To: <20131003054104.8941.88857.stgit@localhost> (Tony Lindgren's message of "Wed, 02 Oct 2013 22:42:08 -0700") References: <20131003054104.8941.88857.stgit@localhost> Message-ID: <871u3spzm5.fsf@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Tony Lindgren writes: > Here's a respin of the pinctrl-single related patches to use chained > irq as suggested by Linus W earlier. This series does not try to > provide any generic automated solution yet, but works by doing a > request_irq() for the wake-up pin, so it should be flexible enough for > both manual control and automated solution. > This series removes the last nasty blocker for making omap3 to be > device tree only without causing nasty PM regressions. Indeed, I gave this a spin on several OMAP3 platforms with legacy boot and ran through a series of retention and off-mode tests for idle and suspend with both UART and RTC wakeups. No regressions found. So... Reviewed-by: Kevin Hilman Tested-by: Kevin Hilman on 3530/beagle, 3730/beagle-xM, 3530/Overo, 3730/Overo STORM Kevin