[PATCH 0/2] pinctrl: bcm63xx: properly request gpios
From: Álvaro Fernández Rojas
Date: Tue Jan 07 2025 - 05:27:50 EST
Add gpio_chip request/free functions to gpio-regmap and use them on bcm63xx in
order to properly call gpio_request_enable when requesting a gpio.
Álvaro Fernández Rojas (2):
gpio: regmap: add request/free gpio_chip functions
pinctrl: bcm63xx: implement gpio_regmap request/free
drivers/gpio/gpio-regmap.c | 2 ++
drivers/pinctrl/bcm/pinctrl-bcm63xx.c | 14 ++++++++++++++
include/linux/gpio/regmap.h | 4 ++++
3 files changed, 20 insertions(+)
--
2.39.5