diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-06-12 11:52:12 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-06-20 10:48:49 +0200 |
commit | eb2ec49b0d64475be6ada37bcd70a4230f07ae70 (patch) | |
tree | 5e5164adfa63e835f020ceabfd28953159265d19 /MAINTAINERS | |
parent | 7f45a875da46a112f781c25cfa9bcb93aaed4712 (diff) | |
download | op-kernel-dev-eb2ec49b0d64475be6ada37bcd70a4230f07ae70.zip op-kernel-dev-eb2ec49b0d64475be6ada37bcd70a4230f07ae70.tar.gz |
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 <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1519e54..7eef51d 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 <mika.westerberg@linux.intel.com> +M: Andy Shevchenko <andriy.shevchenko@linux.intel.com> +L: linux-gpio@vger.kernel.org +L: linux-acpi@vger.kernel.org +S: Maintained +F: Documentation/acpi/gpio-properties.txt +F: drivers/gpio/gpiolib-acpi.c + GRE DEMULTIPLEXER DRIVER M: Dmitry Kozlov <xeb@mail.ru> L: netdev@vger.kernel.org |