Merge tag 'gpio-fixes-for-v6.7-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux

Pull gpio fixes from Bartosz Golaszewski:

- Andy steps down as GPIO reviewer

- Kent becomes a reviewer for GPIO uAPI

- add missing intel file to the relevant MAINTAINERS section

* tag 'gpio-fixes-for-v6.7-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
MAINTAINERS: Add a missing file to the INTEL GPIO section
MAINTAINERS: Remove Andy from GPIO maintainers
MAINTAINERS: split out the uAPI into a new section

Changed files
+11 -3
+11 -3
MAINTAINERS
··· 9000 9000 GPIO SUBSYSTEM 9001 9001 M: Linus Walleij <linus.walleij@linaro.org> 9002 9002 M: Bartosz Golaszewski <brgl@bgdev.pl> 9003 - R: Andy Shevchenko <andy@kernel.org> 9004 9003 L: linux-gpio@vger.kernel.org 9005 9004 S: Maintained 9006 9005 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git 9007 - F: Documentation/ABI/obsolete/sysfs-gpio 9008 - F: Documentation/ABI/testing/gpio-cdev 9009 9006 F: Documentation/admin-guide/gpio/ 9010 9007 F: Documentation/devicetree/bindings/gpio/ 9011 9008 F: Documentation/driver-api/gpio/ ··· 9011 9014 F: include/linux/gpio.h 9012 9015 F: include/linux/gpio/ 9013 9016 F: include/linux/of_gpio.h 9017 + 9018 + GPIO UAPI 9019 + M: Bartosz Golaszewski <brgl@bgdev.pl> 9020 + R: Kent Gibson <warthog618@gmail.com> 9021 + L: linux-gpio@vger.kernel.org 9022 + S: Maintained 9023 + T: git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git 9024 + F: Documentation/ABI/obsolete/sysfs-gpio 9025 + F: Documentation/ABI/testing/gpio-cdev 9026 + F: drivers/gpio/gpiolib-cdev.c 9014 9027 F: include/uapi/linux/gpio.h 9015 9028 F: tools/gpio/ 9016 9029 ··· 10646 10639 F: drivers/gpio/gpio-sch.c 10647 10640 F: drivers/gpio/gpio-sodaville.c 10648 10641 F: drivers/gpio/gpio-tangier.c 10642 + F: drivers/gpio/gpio-tangier.h 10649 10643 10650 10644 INTEL GVT-g DRIVERS (Intel GPU Virtualization) 10651 10645 M: Zhenyu Wang <zhenyuw@linux.intel.com>