aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shevchenko <[email protected]>2017-06-12 11:52:12 +0300
committerLinus Walleij <[email protected]>2017-06-20 10:48:49 +0200
commiteb2ec49b0d64475be6ada37bcd70a4230f07ae70 (patch)
tree5e5164adfa63e835f020ceabfd28953159265d19
parent7f45a875da46a112f781c25cfa9bcb93aaed4712 (diff)
MAINTAINERS: Take maintainership for GPIO ACPI support
We will help Linus to maintain GPIO ACPI support. Append a dedicated record to the MAINTAINERS data base. Signed-off-by: Andy Shevchenko <[email protected]> Acked-by: Mika Westerberg <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
-rw-r--r--MAINTAINERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 1519e54d1073..7eef51d84a2d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5682,6 +5682,15 @@ F: include/asm-generic/gpio.h
F: include/uapi/linux/gpio.h
F: tools/gpio/
+GPIO ACPI SUPPORT
+M: Mika Westerberg <[email protected]>
+M: Andy Shevchenko <[email protected]>
+S: Maintained
+F: Documentation/acpi/gpio-properties.txt
+F: drivers/gpio/gpiolib-acpi.c
+
GRE DEMULTIPLEXER DRIVER
M: Dmitry Kozlov <[email protected]>