]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpio: rename gpio_chip_hwgpio() to gpiod_hwgpio()
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 16 Oct 2025 09:09:25 +0000 (11:09 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 21 Oct 2025 08:35:57 +0000 (10:35 +0200)
commitdf900536e85819f6168783d5f6b3908d47811fdd
treec258598962be89873842bd564535284b2adee63e
parentd09ec3dc7fea7b2f5f5a159470d43cced39e994d
gpio: rename gpio_chip_hwgpio() to gpiod_hwgpio()

This function takes a GPIO descriptor as first argument. Make its naming
consistent with the rest of the GPIO codebase and use the gpiod_ prefix.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Link: https://lore.kernel.org/r/20251016-aspeed-gpiolib-include-v1-1-31201c06d124@linaro.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-aspeed.c
drivers/gpio/gpiolib-cdev.c
drivers/gpio/gpiolib-sysfs.c
drivers/gpio/gpiolib.c
drivers/gpio/gpiolib.h