mbox series

[0/3] Add polling support for DA9063 onkey driver

Message ID 20231211165708.161808-1-biju.das.jz@bp.renesas.com
Headers show
Series Add polling support for DA9063 onkey driver | expand

Message

Biju Das Dec. 11, 2023, 4:57 p.m. UTC
On some platforms (eg: RZ/{G2UL,Five} SMARC EVK), there is no IRQ
populated by default. This patch series aims to add polling support
by parsing the polling interval from device tree and then detect
short key press and long press key.

Biju Das (3):
  Input: da9063 - Simplify obtaining OF match data
  Input: da9063 - Use dev_err_probe()
  Input: da9063 - Add polling support

 drivers/input/misc/da9063_onkey.c | 153 ++++++++++++++++++------------
 1 file changed, 92 insertions(+), 61 deletions(-)