Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1186495
| From | Vignesh R <vigneshr@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] pixcir_i2c_ts: Add optional wakeup irq support |
| Date | 2015-07-17 08:50 +0200 |
| Message-ID | <pN7D3-666-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] pixcir_i2c_ts: Add optional wakeup irq support Vignesh R <vigneshr@ti.com> - 2015-07-17 08:50 +0200
[PATCH 1/2] input: touchscreen: pixcir_i2c_ts: Add support for optional wakeup interrupt Vignesh R <vigneshr@ti.com> - 2015-07-17 08:50 +0200
Re: [PATCH 1/2] input: touchscreen: pixcir_i2c_ts: Add support for optional wakeup interrupt Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-07-18 00:00 +0200
[PATCH 2/2] ARM: dts: am437x-gp-evm: Add wakeup interrupt source for pixcir_i2c_tsc Vignesh R <vigneshr@ti.com> - 2015-07-17 08:50 +0200
csiph-web