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

Update gpio_decoder driver to use modern in-kernel APIs.

Changelog v2:
- fixed typo (LKP), dunno what I have compiled before

v1: 20251112191412.2088105-1-andriy.shevchenko@linux.intel.com

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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-13 15:44 [PATCH v2 0/5] Input: gpio_decoder - update driver to use modern APIs Andy Shevchenko
2025-11-13 15:44 ` [PATCH v2 1/5] Input: gpio_decoder - make use of device properties Andy Shevchenko
2025-11-13 15:44 ` [PATCH v2 2/5] Input: gpio_decoder - unify messages with help of dev_err_probe() Andy Shevchenko
2025-11-13 15:44 ` [PATCH v2 3/5] Input: gpio_decoder - replace custom loop by gpiod_get_array_value_cansleep() Andy Shevchenko
2025-11-13 15:44 ` [PATCH v2 4/5] Input: gpio_decoder - make use of the macros from bits.h Andy Shevchenko
2025-11-13 15:44 ` [PATCH v2 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).