MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Commit babb541af627 ("gpiolib: acpi: Move quirks to a separate file")
splits drivers/gpio/gpiolib-acpi.c into two files, gpiolib-acpi-core.c and
gpiolib-acpi-quirks.c, but misses to adjust the file entry in GPIO ACPI
SUPPORT.
Adjust the file entry after this splitting into the two files.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 20e07e61a148..c816f8e0572e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10273,7 +10273,7 @@ L: linux-acpi@vger.kernel.org
S: Supported
T: git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
F: Documentation/firmware-guide/acpi/gpio-properties.rst
-F: drivers/gpio/gpiolib-acpi.c
+F: drivers/gpio/gpiolib-acpi-*.c
F: drivers/gpio/gpiolib-acpi.h
GPIO AGGREGATOR
--
2.49.0
On Mon, May 19, 2025 at 08:55:57AM +0200, Lukas Bulwahn wrote:
>
> Commit babb541af627 ("gpiolib: acpi: Move quirks to a separate file")
> splits drivers/gpio/gpiolib-acpi.c into two files, gpiolib-acpi-core.c and
> gpiolib-acpi-quirks.c, but misses to adjust the file entry in GPIO ACPI
> SUPPORT.
>
> Adjust the file entry after this splitting into the two files.
Thank you for the patch. I hope it will be fixed starting from today's Linux
Next in the commit 288c1516ca11 ("gpiolib-acpi: Update file references in the
Documentation and MAINTAINERS")
--
With Best Regards,
Andy Shevchenko
On Mon, May 19, 2025 at 08:55:57AM +0200, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit babb541af627 ("gpiolib: acpi: Move quirks to a separate file")
> splits drivers/gpio/gpiolib-acpi.c into two files, gpiolib-acpi-core.c and
> gpiolib-acpi-quirks.c, but misses to adjust the file entry in GPIO ACPI
> SUPPORT.
>
> Adjust the file entry after this splitting into the two files.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
© 2016 - 2025 Red Hat, Inc.