diff options
author | Hans de Goede <hdegoede@redhat.com> | 2017-12-12 17:40:54 +0100 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-12-21 13:56:28 +0100 |
commit | 1b46f17d687a431c423f970a5d292c6fcd478afb (patch) | |
tree | 69891b3c116a87757c9f5580c036de3ced6f3e4d /MAINTAINERS | |
parent | platform/x86: thinkpad_acpi: Accept flat mode for type 4 multi mode status (diff) | |
download | linux-1b46f17d687a431c423f970a5d292c6fcd478afb.tar.xz linux-1b46f17d687a431c423f970a5d292c6fcd478afb.zip |
platform/x86: Add driver for GPD pocket custom fan controller
Add a driver for the GPD pocket device's custom fan controller, which
gets controlled through 2 GPIOs listed in a FAN02501 ACPI device.
Cc: James <kernel@madingley.org>
Suggested-by: James <kernel@madingley.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 825acf165c2d..bc4d77695918 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5947,6 +5947,12 @@ L: linux-input@vger.kernel.org S: Maintained F: drivers/input/touchscreen/goodix.c +GPD POCKET FAN DRIVER +M: Hans de Goede <hdegoede@redhat.com> +L: platform-driver-x86@vger.kernel.org +S: Maintained +F: drivers/platform/x86/gpd-pocket-fan.c + GPIO ACPI SUPPORT M: Mika Westerberg <mika.westerberg@linux.intel.com> M: Andy Shevchenko <andriy.shevchenko@linux.intel.com> |