[PATCH 0/3] pinctrl: don't use gpiod_to_chip()

From: Bartosz Golaszewski
Date: Wed Nov 15 2023 - 11:50:08 EST


From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>

Let's start working towards removing gpiod_to_chip() from the kernel.
Start with pinctrl. The first patch should go through the GPIO tree
and become available through an immutable tag so that we can get more
conversions in this cycle elsewhere.

Bartosz Golaszewski (3):
gpiolib: provide gpio_devie_get_label()
pinctrl: stop using gpiod_to_chip()
pinctrl: don't include GPIOLIB private header

drivers/gpio/gpiolib.c | 14 ++++++++++++++
drivers/pinctrl/core.c | 18 ++++++++----------
include/linux/gpio/driver.h | 1 +
3 files changed, 23 insertions(+), 10 deletions(-)

--
2.40.1