[v1,1/1] gpio: tangier: Add missing file to the MAINTAINERS

Message ID 20231222141117.2887788-1-andriy.shevchenko@linux.intel.com
State New
Headers
Series [v1,1/1] gpio: tangier: Add missing file to the MAINTAINERS |

Commit Message

Andy Shevchenko Dec. 22, 2023, 2:11 p.m. UTC
  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>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Bartosz Golaszewski Dec. 27, 2023, 2:56 p.m. UTC | #1
On Fri, Dec 22, 2023 at 3:11 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> 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>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2e0e74681511..da022945e184 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10750,6 +10750,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>
> --
> 2.43.0.rc1.1.gbec44491f096
>

Applied, thanks!

Bart
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 2e0e74681511..da022945e184 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10750,6 +10750,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>