diff mbox series

[v1] MAINTAINERS: Append missed file to the database

Message ID 20191204123135.81630-1-andriy.shevchenko@linux.intel.com
State New
Headers show
Series [v1] MAINTAINERS: Append missed file to the database | expand

Commit Message

Andy Shevchenko Dec. 4, 2019, 12:31 p.m. UTC
When gpiolib.h internal header had been split to few, the commit 77cb907abe6c
("gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.h") in particular missed
the MAINTAINERS database update. Do it here.

Fixes: 77cb907abe6c ("gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.h")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Mika Westerberg Dec. 9, 2019, 3:53 p.m. UTC | #1
On Wed, Dec 04, 2019 at 02:31:35PM +0200, Andy Shevchenko wrote:
> When gpiolib.h internal header had been split to few, the commit 77cb907abe6c
> ("gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.h") in particular missed
> the MAINTAINERS database update. Do it here.
> 
> Fixes: 77cb907abe6c ("gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.h")
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Bartosz Golaszewski Dec. 11, 2019, 9:20 a.m. UTC | #2
pon., 9 gru 2019 o 16:53 Mika Westerberg
<mika.westerberg@linux.intel.com> napisaƂ(a):
>
> On Wed, Dec 04, 2019 at 02:31:35PM +0200, Andy Shevchenko wrote:
> > When gpiolib.h internal header had been split to few, the commit 77cb907abe6c
> > ("gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.h") in particular missed
> > the MAINTAINERS database update. Do it here.
> >
> > Fixes: 77cb907abe6c ("gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.h")
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
>
> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>

Applied for fixes.

Bart
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 28b1a500476d..b135f6233ff8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6973,6 +6973,7 @@  L:	linux-acpi@vger.kernel.org
 S:	Maintained
 F:	Documentation/firmware-guide/acpi/gpio-properties.rst
 F:	drivers/gpio/gpiolib-acpi.c
+F:	drivers/gpio/gpiolib-acpi.h
 
 GPIO IR Transmitter
 M:	Sean Young <sean@mess.org>