Linux Input/HID development
 help / color / mirror / Atom feed
* [PATCH 0/3] Add polling support for DA9063 onkey driver
@ 2023-12-11 16:57 Biju Das
  2023-12-11 16:57 ` [PATCH 1/3] Input: da9063 - Simplify obtaining OF match data Biju Das
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Biju Das @ 2023-12-11 16:57 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: Biju Das, Support Opensource, linux-input, Geert Uytterhoeven,
	Prabhakar Mahadev Lad, Biju Das, linux-renesas-soc

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(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-12-13 21:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-11 16:57 [PATCH 0/3] Add polling support for DA9063 onkey driver Biju Das
2023-12-11 16:57 ` [PATCH 1/3] Input: da9063 - Simplify obtaining OF match data Biju Das
2023-12-11 16:57 ` [PATCH 2/3] Input: da9063 - Use dev_err_probe() Biju Das
2023-12-11 19:05   ` Sergey Shtylyov
2023-12-11 19:07     ` Biju Das
2023-12-12  8:01   ` Geert Uytterhoeven
2023-12-12  9:03     ` Biju Das
2023-12-12  9:28       ` Geert Uytterhoeven
2023-12-13 20:48         ` Dmitry Torokhov
2023-12-13 21:09           ` Biju Das
2023-12-11 16:57 ` [PATCH 3/3] Input: da9063 - Add polling support Biju Das
2023-12-11 17:07   ` Biju Das

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox