]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge tag 'arm-gpio-set-conversion-for-v6.16-rc1' of https://git.kernel.org/pub/scm...
authorArnd Bergmann <arnd@arndb.de>
Sat, 10 May 2025 09:30:44 +0000 (11:30 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 10 May 2025 09:30:44 +0000 (11:30 +0200)
ARM: convert board-file GPIO chips to using new value setters

struct gpio_chip now has callbacks for setting line values that return
an integer, allowing to indicate failures. We're in the process of
converting all GPIO drivers to using the new API. This series converts
all ARM board-file level controllers.

* tag 'arm-gpio-set-conversion-for-v6.16-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
  ARM: s3c/gpio: use new line value setter callbacks
  ARM: scoop/gpio: use new line value setter callbacks
  ARM: sa1100/gpio: use new line value setter callbacks
  ARM: orion/gpio: use new line value setter callbacks


Trivial merge