linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/5] Input: gpio_decoder - update driver to use modern APIs
@ 2025-11-12 19:13 Andy Shevchenko
  2025-11-12 19:13 ` [PATCH v1 1/5] Input: gpio_decoder - make use of device properties Andy Shevchenko
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Andy Shevchenko @ 2025-11-12 19:13 UTC (permalink / raw)
  To: Andy Shevchenko, linux-input, linux-kernel; +Cc: Dmitry Torokhov

Update gpio_decoder driver to use modern in-kernel APIs.

Andy Shevchenko (5):
  Input: gpio_decoder - make use of device properties
  Input: gpio_decoder - unify messages with help of dev_err_probe()
  Input: gpio_decoder - replace custom loop by
    gpiod_get_array_value_cansleep()
  Input: gpio_decoder - make use of the macros from bits.h
  Input: gpio_decoder - don't use "proxy" headers

 drivers/input/misc/gpio_decoder.c | 72 ++++++++++++++-----------------
 1 file changed, 33 insertions(+), 39 deletions(-)

-- 
2.50.1


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

end of thread, other threads:[~2025-11-13 12:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-12 19:13 [PATCH v1 0/5] Input: gpio_decoder - update driver to use modern APIs Andy Shevchenko
2025-11-12 19:13 ` [PATCH v1 1/5] Input: gpio_decoder - make use of device properties Andy Shevchenko
2025-11-12 19:13 ` [PATCH v1 2/5] Input: gpio_decoder - unify messages with help of dev_err_probe() Andy Shevchenko
2025-11-12 19:13 ` [PATCH v1 3/5] Input: gpio_decoder - replace custom loop by gpiod_get_array_value_cansleep() Andy Shevchenko
2025-11-13 10:47   ` kernel test robot
2025-11-13 12:15   ` kernel test robot
2025-11-12 19:13 ` [PATCH v1 4/5] Input: gpio_decoder - make use of the macros from bits.h Andy Shevchenko
2025-11-12 19:13 ` [PATCH v1 5/5] Input: gpio_decoder - don't use "proxy" headers Andy Shevchenko

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