diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-12-22 15:11:17 +0100 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-12-27 15:55:44 +0100 |
commit | ad5575eb6278892aa25a5d249c5009860d6d8bbc (patch) | |
tree | 43567068a9220bec34204e6f790c8773d87831ef | |
parent | MAINTAINERS: Remove Andy from GPIO maintainers (diff) | |
download | linux-ad5575eb6278892aa25a5d249c5009860d6d8bbc.tar.xz linux-ad5575eb6278892aa25a5d249c5009860d6d8bbc.zip |
MAINTAINERS: Add a missing file to the INTEL GPIO section
When gpio-tangier was split the new born headers had been missed
in the MAINTAINERS. Add it there.
Fixes: d2c19e89e03c ("gpio: tangier: Introduce Intel Tangier GPIO driver")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0931646fdb87..759985fd085c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10646,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> |