Commit f016f754 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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
parents e543d0b5 ad5575eb
Loading
Loading
Loading
Loading
+11 −3
Original line number Diff line number Diff line
@@ -9000,12 +9000,9 @@ K: (devm_)?gpio_regmap_(un)?register
GPIO SUBSYSTEM
M:	Linus Walleij <linus.walleij@linaro.org>
M:	Bartosz Golaszewski <brgl@bgdev.pl>
R:	Andy Shevchenko <andy@kernel.org>
L:	linux-gpio@vger.kernel.org
S:	Maintained
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
F:	Documentation/ABI/obsolete/sysfs-gpio
F:	Documentation/ABI/testing/gpio-cdev
F:	Documentation/admin-guide/gpio/
F:	Documentation/devicetree/bindings/gpio/
F:	Documentation/driver-api/gpio/
@@ -9014,6 +9011,16 @@ F: include/dt-bindings/gpio/
F:	include/linux/gpio.h
F:	include/linux/gpio/
F:	include/linux/of_gpio.h
GPIO UAPI
M:	Bartosz Golaszewski <brgl@bgdev.pl>
R:	Kent Gibson <warthog618@gmail.com>
L:	linux-gpio@vger.kernel.org
S:	Maintained
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
F:	Documentation/ABI/obsolete/sysfs-gpio
F:	Documentation/ABI/testing/gpio-cdev
F:	drivers/gpio/gpiolib-cdev.c
F:	include/uapi/linux/gpio.h
F:	tools/gpio/
@@ -10639,6 +10646,7 @@ F: drivers/gpio/gpio-pch.c
F:	drivers/gpio/gpio-sch.c
F:	drivers/gpio/gpio-sodaville.c
F:	drivers/gpio/gpio-tangier.c
F:	drivers/gpio/gpio-tangier.h
INTEL GVT-g DRIVERS (Intel GPU Virtualization)
M:	Zhenyu Wang <zhenyuw@linux.intel.com>