]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gpio: aggregator: unify function naming
authorKoichiro Den <koichiro.den@canonical.com>
Mon, 7 Apr 2025 04:30:12 +0000 (13:30 +0900)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 9 Apr 2025 13:48:49 +0000 (15:48 +0200)
commit7616dd97ae22e5f69b24774455673d183d4191c9
treeaa99dc204fad91639d21d61890766c22754a3897
parent7a56efeabffd13a162073068b8e29113c65f9e64
gpio: aggregator: unify function naming

Unify function names to use gpio_aggregator_ prefix (except GPIO
forwarder implementations, which remain unchanged in subsequent
commits). While at it, rename the pre-existing gpio_aggregator_free() to
gpio_aggregator_destory(), since that name will be used by new
alloc/free functions introduced in the next commit, for which the name
is more appropriate.

No functional change.

Signed-off-by: Koichiro Den <koichiro.den@canonical.com>
Link: https://lore.kernel.org/r/20250407043019.4105613-3-koichiro.den@canonical.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-aggregator.c