[PATCH v2 0/5] Input: gpio_decoder - update driver to use modern APIs
Posted by
Andy Shevchenko
2 months, 3 weeks ago
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
Re: [PATCH v2 0/5] Input: gpio_decoder - update driver to use modern APIs
Posted by
Andy Shevchenko
3 weeks, 4 days ago
On Thu, Nov 13, 2025 at 04:44:41PM +0100, Andy Shevchenko wrote:
> Update gpio_decoder driver to use modern in-kernel APIs.
Any news here? It was sent 2 month ago!
--
With Best Regards,
Andy Shevchenko
Re: [PATCH v2 0/5] Input: gpio_decoder - update driver to use modern APIs
Posted by
Dmitry Torokhov
2 weeks, 2 days ago
On Thu, Nov 13, 2025 at 04:44:41PM +0100, Andy Shevchenko wrote:
> Update gpio_decoder driver to use modern in-kernel APIs.
>
> Changelog v2:
Applied the lot, thank you.
--
Dmitry