mbox series

[0/2] pinctrl: bcm63xx: properly request gpios

Message ID 20250107102735.317446-1-noltari@gmail.com
Headers show
Series pinctrl: bcm63xx: properly request gpios | expand

Message

Álvaro Fernández Rojas Jan. 7, 2025, 10:27 a.m. UTC
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(+)