From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932136AbbGQGmR (ORCPT ); Fri, 17 Jul 2015 02:42:17 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:53688 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754933AbbGQGmO (ORCPT ); Fri, 17 Jul 2015 02:42:14 -0400 From: Vignesh R To: Dmitry Torokhov , Tony Lindgren , Benoit Cousson , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King CC: Roger Quadros , Henrik Rydberg , Frodo Lai , Jingoo Han , , , , , , Vignesh R Subject: [PATCH 0/2] pixcir_i2c_ts: Add optional wakeup irq support Date: Fri, 17 Jul 2015 12:10:39 +0530 Message-ID: <1437115241-17859-1-git-send-email-vigneshr@ti.com> X-Mailer: git-send-email 2.4.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On am437x-gp-evm, pixcir_i2c_tsc can wake-up system from low power state via pinctrl and IO daisy chain mechanism. This patch series add support for such optional wake up interrupt to be handled via recently introduced generic wake irq handling framework. Tested on am437x-gp-evm, with some out of tree patches to support suspend/resume on am437x. Vignesh R (2): input: touchscreen: pixcir_i2c_ts: Add support for optional wakeup interrupt ARM: dts: AM437x-gp-evm: Add wakeup interrupt source for pixcir_i2c_tsc arch/arm/boot/dts/am437x-gp-evm.dts | 3 +++ drivers/input/touchscreen/pixcir_i2c_ts.c | 14 ++++++++++++++ 2 files changed, 17 insertions(+) -- 2.4.5