linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] gpiolib: Avpid modifying GPIO chip fwnode
@ 2023-07-03 12:18 Andy Shevchenko
  2023-07-03 12:18 ` [PATCH v1 1/3] gpiolib: of: Don't use GPIO chip fwnode in of_gpiochip_*() Andy Shevchenko
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Andy Shevchenko @ 2023-07-03 12:18 UTC (permalink / raw)
  To: Andy Shevchenko, Dmitry Torokhov, Bartosz Golaszewski, linux-gpio,
	linux-acpi, linux-kernel
  Cc: Mika Westerberg, Linus Walleij, Bartosz Golaszewski,
	Benjamin Tissoires

Ideally the GPIO chip data structure has to be constant.
In real life it's not true, but we can make it closer to
that. Hence the series.

Benjamin, would be nice it you can perform regression test for your
case.

Bart, the idea is that this series has to land immediately after
v6.5-rc1 is out so we will have longer time to fix any downsides
and regressions found, if any.

Andy Shevchenko (3):
  gpiolib: of: Don't use GPIO chip fwnode in of_gpiochip_*()
  gpiolib: acpi: Don't use GPIO chip fwnode in acpi_gpiochip_find()
  gpiolib: Do not alter GPIO chip fwnode member

 drivers/gpio/gpiolib-acpi.c |  2 +-
 drivers/gpio/gpiolib-of.c   |  6 +++---
 drivers/gpio/gpiolib.c      | 16 ++++++++--------
 3 files changed, 12 insertions(+), 12 deletions(-)

-- 
2.40.0.1.gaa8946217a0b


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

end of thread, other threads:[~2023-07-03 14:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-03 12:18 [PATCH v1 0/3] gpiolib: Avpid modifying GPIO chip fwnode Andy Shevchenko
2023-07-03 12:18 ` [PATCH v1 1/3] gpiolib: of: Don't use GPIO chip fwnode in of_gpiochip_*() Andy Shevchenko
2023-07-03 12:18 ` [PATCH v1 2/3] gpiolib: acpi: Don't use GPIO chip fwnode in acpi_gpiochip_find() Andy Shevchenko
2023-07-03 13:15   ` Andy Shevchenko
2023-07-03 12:18 ` [PATCH v1 3/3] gpiolib: Do not alter GPIO chip fwnode member Andy Shevchenko
2023-07-03 14:06 ` [PATCH v1 0/3] gpiolib: Avpid modifying GPIO chip fwnode Benjamin Tissoires
2023-07-03 14:14   ` 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).