linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] gpio-keys: Add support for specifying wakeup event action
@ 2018-03-02  3:50 Jeffy Chen
  2018-03-02  3:51 ` [PATCH v3 1/3] Input: gpio-keys - add support for " Jeffy Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jeffy Chen @ 2018-03-02  3:50 UTC (permalink / raw)
  To: linux-kernel
  Cc: briannorris, heiko, dtor, dianders, Jeffy Chen, Guenter Roeck,
	Arnd Bergmann, Joseph Lo, Rob Herring, Catalin Marinas, Mark Yao,
	Enric Balletbo i Serra, Brian Norris, Thomas Gleixner,
	Philippe Ombredanne, linux-rockchip, Kate Stewart, linux-input,
	Will Deacon, Matthias Kaehlcke, devicetree, stephen lu,
	Greg Kroah-Hartman, Emil Renner Berthing, Arvind Yadav,
	linux-arm-kernel, Dmitry Torokhov, Mark Rutland


On chromebook kevin, we are using gpio-keys for pen insert event. But
we only want it to wakeup the system when ejecting the pen.

So we may need to change the interrupt trigger type during suspending.

Changes in v3:
Adding more comments as Brian suggested.

Changes in v2:
Specify wakeup event action instead of irq trigger type as Brian
suggested.
Specify wakeup event action instead of irq trigger type as Brian
suggested.
Specify wakeup event action instead of irq trigger type as Brian
suggested.

Jeffy Chen (3):
  Input: gpio-keys - add support for wakeup event action
  Input: gpio-keys - allow setting wakeup event action in DT
  arm64: dts: rockchip: Avoid wakeup when inserting the pen

 .../devicetree/bindings/input/gpio-keys.txt        |  8 +++++
 arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts  |  2 ++
 drivers/input/keyboard/gpio_keys.c                 | 39 ++++++++++++++++++++++
 include/linux/gpio_keys.h                          |  2 ++
 include/uapi/linux/input-event-codes.h             |  9 +++++
 5 files changed, 60 insertions(+)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-03-06  7:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-02  3:50 [PATCH v3 0/3] gpio-keys: Add support for specifying wakeup event action Jeffy Chen
2018-03-02  3:51 ` [PATCH v3 1/3] Input: gpio-keys - add support for " Jeffy Chen
2018-03-03  1:10   ` Brian Norris
2018-03-06  0:30   ` Dmitry Torokhov
2018-03-06  7:44     ` JeffyChen
2018-03-02  3:51 ` [PATCH v3 2/3] Input: gpio-keys - allow setting wakeup event action in DT Jeffy Chen
2018-03-02  3:51 ` [PATCH v3 3/3] arm64: dts: rockchip: Avoid wakeup when inserting the pen Jeffy Chen
2018-03-05 10:22   ` Enric Balletbo Serra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).