linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/6] gpio: Get rid of deprecated GPIOF_ACTIVE_LOW
@ 2024-11-04  9:34 Andy Shevchenko
  2024-11-04  9:34 ` [PATCH v1 1/6] Input: gpio_keys - avoid using GPIOF_ACTIVE_LOW Andy Shevchenko
                   ` (7 more replies)
  0 siblings, 8 replies; 26+ messages in thread
From: Andy Shevchenko @ 2024-11-04  9:34 UTC (permalink / raw)
  To: Andy Shevchenko, Bartosz Golaszewski, Dmitry Torokhov,
	Tony Lindgren, Lee Jones, linux-gpio, linux-kernel, linux-input,
	linux-leds, linux-arm-kernel, linux-usb
  Cc: Linus Walleij, Bartosz Golaszewski, Pavel Machek,
	Dominik Brodowski, Daniel Mack, Haojian Zhuang, Robert Jarzmik,
	Greg Kroah-Hartman

This series targets the deprecated GPIOF_ACTIVE_LOW as only a few users
left. Convert those users to call modern APIs and drop this legacy piece
from the source tree.

The idea is to route this via GPIO tree, please Ack.

Andy Shevchenko (6):
  Input: gpio_keys - avoid using GPIOF_ACTIVE_LOW
  Input: gpio_keys_polled - avoid using GPIOF_ACTIVE_LOW
  leds: gpio: Avoid using GPIOF_ACTIVE_LOW
  pcmcia: soc_common: Avoid using GPIOF_ACTIVE_LOW
  USB: gadget: pxa27x_udc: Avoid using GPIOF_ACTIVE_LOW
  gpio: Get rid of GPIOF_ACTIVE_LOW

 drivers/gpio/gpiolib-legacy.c             |  3 ---
 drivers/input/keyboard/gpio_keys.c        | 10 ++++------
 drivers/input/keyboard/gpio_keys_polled.c | 12 +++++-------
 drivers/leds/leds-gpio.c                  |  9 ++++-----
 drivers/pcmcia/soc_common.c               | 12 +++++-------
 drivers/usb/gadget/udc/pxa27x_udc.c       |  7 ++++---
 include/linux/gpio.h                      |  3 ---
 7 files changed, 22 insertions(+), 34 deletions(-)

-- 
2.43.0.rc1.1336.g36b5255a03ac


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

end of thread, other threads:[~2024-11-11 10:21 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-04  9:34 [PATCH v1 0/6] gpio: Get rid of deprecated GPIOF_ACTIVE_LOW Andy Shevchenko
2024-11-04  9:34 ` [PATCH v1 1/6] Input: gpio_keys - avoid using GPIOF_ACTIVE_LOW Andy Shevchenko
2024-11-05  5:44   ` Dmitry Torokhov
2024-11-08  8:33   ` Linus Walleij
2024-11-04  9:34 ` [PATCH v1 2/6] Input: gpio_keys_polled " Andy Shevchenko
2024-11-05  5:45   ` Dmitry Torokhov
2024-11-08  8:33   ` Linus Walleij
2024-11-04  9:34 ` [PATCH v1 3/6] leds: gpio: Avoid " Andy Shevchenko
2024-11-06  9:55   ` Lee Jones
2024-11-08  8:37   ` Linus Walleij
2024-11-11  9:45   ` Geert Uytterhoeven
2024-11-11  9:56     ` Andy Shevchenko
2024-11-11 10:21       ` Geert Uytterhoeven
2024-11-04  9:34 ` [PATCH v1 4/6] pcmcia: soc_common: " Andy Shevchenko
2024-11-08  8:28   ` Linus Walleij
2024-11-08  8:35     ` Andy Shevchenko
2024-11-09  6:40       ` Dominik Brodowski
2024-11-11  7:31         ` Andy Shevchenko
2024-11-04  9:34 ` [PATCH v1 5/6] USB: gadget: pxa27x_udc: " Andy Shevchenko
2024-11-05 12:26   ` Greg Kroah-Hartman
2024-11-08  8:34   ` Linus Walleij
2024-11-04  9:34 ` [PATCH v1 6/6] gpio: Get rid of GPIOF_ACTIVE_LOW Andy Shevchenko
2024-11-08  8:29   ` Linus Walleij
2024-11-06 11:15 ` [PATCH v1 0/6] gpio: Get rid of deprecated GPIOF_ACTIVE_LOW Andy Shevchenko
2024-11-06 13:43   ` Bartosz Golaszewski
2024-11-09 13:56 ` Bartosz Golaszewski

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