All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Input: samsung-keypad - interrupt and PM fixes
@ 2026-07-14  5:39 Dmitry Torokhov
  2026-07-14  5:39 ` [PATCH v2 1/3] Input: samsung-keypad - clean up wakeup configuration logic Dmitry Torokhov
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Dmitry Torokhov @ 2026-07-14  5:39 UTC (permalink / raw)
  To: linux-input; +Cc: Krzysztof Kozlowski, linux-kernel

This series improves the Samsung keypad driver's interrupt handling
and power management.

Changes in v2:
- Fix incorrect clearing of keypad status register during system resume
  which caused wakeup key events to be discarded. We now only clear it
  if the device is closed.
- We do not expect runtime suspend/resume to fail in this driver, and
  power domains are not expected to interfere, so no additional PM
  error handling is introduced.

Link to v1:
https://lore.kernel.org/r/20260714015309.2140694-1-dmitry.torokhov@gmail.com

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
Dmitry Torokhov (3):
      Input: samsung-keypad - clean up wakeup configuration logic
      Input: samsung-keypad - keep interrupt disabled while closed
      Input: samsung-keypad - use pm_runtime_active guard

 drivers/input/keyboard/samsung-keypad.c | 39 ++++++++++++++-------------------
 1 file changed, 17 insertions(+), 22 deletions(-)
---
base-commit: 49362394dad7df66c274c867a271394c10ca2bb8
change-id: 20260713-samsung-kp-irq-d9b2652f0b88

Thanks.

-- 
Dmitry


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

end of thread, other threads:[~2026-07-14  5:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-14  5:39 [PATCH v2 0/3] Input: samsung-keypad - interrupt and PM fixes Dmitry Torokhov
2026-07-14  5:39 ` [PATCH v2 1/3] Input: samsung-keypad - clean up wakeup configuration logic Dmitry Torokhov
2026-07-14  5:51   ` sashiko-bot
2026-07-14  5:39 ` [PATCH v2 2/3] Input: samsung-keypad - keep interrupt disabled while closed Dmitry Torokhov
2026-07-14  5:39 ` [PATCH v2 3/3] Input: samsung-keypad - use pm_runtime_active guard Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.