mbox series

[0/3] Input: gpio-keys - Interrupt-related fixes

Message ID cover.1638538079.git.geert+renesas@glider.be (mailing list archive)
Headers show
Series Input: gpio-keys - Interrupt-related fixes | expand

Message

Geert Uytterhoeven Dec. 3, 2021, 1:35 p.m. UTC
Hi all,

This patch series contains two interrupt-related fixes for the gpio-keys
DT bindings and driver, and a small clean-up.
The first two patches can be applied independently.
The third patch, which is marked RFC, depends on the second.

Thanks for your comments!

Geert Uytterhoeven (3):
  dt-bindings: input: gpio-keys: Fix interrupts in example
  Input: gpio-keys - Use input_report_key()
  [WIP] [RFC] Input: gpio-keys - Fix ghost events with both-edge irqs

 .../devicetree/bindings/input/gpio-keys.yaml  |  2 +-
 drivers/input/keyboard/gpio_keys.c            | 38 ++++++++++++-------
 2 files changed, 25 insertions(+), 15 deletions(-)