]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'gpio-fixes-for-v6.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 Jul 2025 17:15:50 +0000 (10:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 Jul 2025 17:15:50 +0000 (10:15 -0700)
commit5265593a28d91aed5529c31e720be8d3e78e0695
treed1aaa161dcf86b0c405a27905a2593f867e76b8a
parent87cf461cd30bc3e0ae48936a96590de8db747f54
parentedb471108cf1477c44b95e87e8cec261825eb079
Merge tag 'gpio-fixes-for-v6.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux

Pull gpio fixes from Bartosz Golaszewski:

 - fix performance regression when setting values of multiple GPIO lines
   at once

 - make sure the GPIO OF xlate code doesn't end up passing an
   uninitialized local variable to GPIO core

 - update MAINTAINERS

* tag 'gpio-fixes-for-v6.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
  MAINTAINERS: remove bouncing address for Nandor Han
  gpio: of: initialize local variable passed to the .of_xlate() callback
  gpiolib: fix performance regression when using gpio_chip_get_multiple()
MAINTAINERS