* [PATCH v1 1/1] gpiolib-acpi: Update file references in the Documentation and MAINTAINERS
@ 2025-05-16 9:52 Andy Shevchenko
2025-05-16 12:19 ` Ilpo Järvinen
2025-05-19 20:35 ` Randy Dunlap
0 siblings, 2 replies; 4+ messages in thread
From: Andy Shevchenko @ 2025-05-16 9:52 UTC (permalink / raw)
To: Andy Shevchenko, Ilpo Järvinen, Hans de Goede, linux-gpio,
linux-doc, linux-kernel, platform-driver-x86
Cc: Linus Walleij, Bartosz Golaszewski, Jonathan Corbet, Alex Shi,
Yanteng Si, Dongliang Mu, Stephen Rothwell
The recent changes in the gpiolib-acpi.c need also updates in the Documentation
and MAINTAINERS. Do the necessary changes here.
Fixes: babb541af627 ("gpiolib: acpi: Move quirks to a separate file")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/r/20250516193436.09bdf8cc@canb.auug.org.au
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
Documentation/driver-api/gpio/index.rst | 2 +-
Documentation/translations/zh_CN/driver-api/gpio/index.rst | 2 +-
MAINTAINERS | 2 +-
drivers/platform/x86/intel/int0002_vgpio.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/driver-api/gpio/index.rst b/Documentation/driver-api/gpio/index.rst
index 34b57cee3391..43f6a3afe10b 100644
--- a/Documentation/driver-api/gpio/index.rst
+++ b/Documentation/driver-api/gpio/index.rst
@@ -27,7 +27,7 @@ Core
ACPI support
============
-.. kernel-doc:: drivers/gpio/gpiolib-acpi.c
+.. kernel-doc:: drivers/gpio/gpiolib-acpi-core.c
:export:
Device tree support
diff --git a/Documentation/translations/zh_CN/driver-api/gpio/index.rst b/Documentation/translations/zh_CN/driver-api/gpio/index.rst
index e4d54724a1b5..f64a69f771ca 100644
--- a/Documentation/translations/zh_CN/driver-api/gpio/index.rst
+++ b/Documentation/translations/zh_CN/driver-api/gpio/index.rst
@@ -42,7 +42,7 @@ ACPI支持
该API在以下内核代码中:
-drivers/gpio/gpiolib-acpi.c
+drivers/gpio/gpiolib-acpi-core.c
设备树支持
==========
diff --git a/MAINTAINERS b/MAINTAINERS
index 96b827049501..d1290bbb6ac6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10105,7 +10105,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
diff --git a/drivers/platform/x86/intel/int0002_vgpio.c b/drivers/platform/x86/intel/int0002_vgpio.c
index 3b48cd7a4075..b7b98343fdc6 100644
--- a/drivers/platform/x86/intel/int0002_vgpio.c
+++ b/drivers/platform/x86/intel/int0002_vgpio.c
@@ -23,7 +23,7 @@
* ACPI mechanisms, this is not a real GPIO at all.
*
* This driver will bind to the INT0002 device, and register as a GPIO
- * controller, letting gpiolib-acpi.c call the _L02 handler as it would
+ * controller, letting gpiolib-acpi call the _L02 handler as it would
* for a real GPIO controller.
*/
--
2.47.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v1 1/1] gpiolib-acpi: Update file references in the Documentation and MAINTAINERS
2025-05-16 9:52 [PATCH v1 1/1] gpiolib-acpi: Update file references in the Documentation and MAINTAINERS Andy Shevchenko
@ 2025-05-16 12:19 ` Ilpo Järvinen
2025-05-17 16:28 ` Andy Shevchenko
2025-05-19 20:35 ` Randy Dunlap
1 sibling, 1 reply; 4+ messages in thread
From: Ilpo Järvinen @ 2025-05-16 12:19 UTC (permalink / raw)
To: Andy Shevchenko
Cc: Hans de Goede, linux-gpio, linux-doc, LKML, platform-driver-x86,
Linus Walleij, Bartosz Golaszewski, Jonathan Corbet, Alex Shi,
Yanteng Si, Dongliang Mu, Stephen Rothwell
[-- Attachment #1: Type: text/plain, Size: 2978 bytes --]
On Fri, 16 May 2025, Andy Shevchenko wrote:
> The recent changes in the gpiolib-acpi.c need also updates in the Documentation
> and MAINTAINERS. Do the necessary changes here.
>
> Fixes: babb541af627 ("gpiolib: acpi: Move quirks to a separate file")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Closes: https://lore.kernel.org/r/20250516193436.09bdf8cc@canb.auug.org.au
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
> Documentation/driver-api/gpio/index.rst | 2 +-
> Documentation/translations/zh_CN/driver-api/gpio/index.rst | 2 +-
> MAINTAINERS | 2 +-
> drivers/platform/x86/intel/int0002_vgpio.c | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/driver-api/gpio/index.rst b/Documentation/driver-api/gpio/index.rst
> index 34b57cee3391..43f6a3afe10b 100644
> --- a/Documentation/driver-api/gpio/index.rst
> +++ b/Documentation/driver-api/gpio/index.rst
> @@ -27,7 +27,7 @@ Core
> ACPI support
> ============
>
> -.. kernel-doc:: drivers/gpio/gpiolib-acpi.c
> +.. kernel-doc:: drivers/gpio/gpiolib-acpi-core.c
> :export:
>
> Device tree support
> diff --git a/Documentation/translations/zh_CN/driver-api/gpio/index.rst b/Documentation/translations/zh_CN/driver-api/gpio/index.rst
> index e4d54724a1b5..f64a69f771ca 100644
> --- a/Documentation/translations/zh_CN/driver-api/gpio/index.rst
> +++ b/Documentation/translations/zh_CN/driver-api/gpio/index.rst
> @@ -42,7 +42,7 @@ ACPI支持
>
> 该API在以下内核代码中:
>
> -drivers/gpio/gpiolib-acpi.c
> +drivers/gpio/gpiolib-acpi-core.c
>
> 设备树支持
> ==========
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 96b827049501..d1290bbb6ac6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10105,7 +10105,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
> diff --git a/drivers/platform/x86/intel/int0002_vgpio.c b/drivers/platform/x86/intel/int0002_vgpio.c
> index 3b48cd7a4075..b7b98343fdc6 100644
> --- a/drivers/platform/x86/intel/int0002_vgpio.c
> +++ b/drivers/platform/x86/intel/int0002_vgpio.c
> @@ -23,7 +23,7 @@
> * ACPI mechanisms, this is not a real GPIO at all.
> *
> * This driver will bind to the INT0002 device, and register as a GPIO
> - * controller, letting gpiolib-acpi.c call the _L02 handler as it would
> + * controller, letting gpiolib-acpi call the _L02 handler as it would
> * for a real GPIO controller.
> */
>
>
Acked-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
I assume this goes through some other tree than pxd86 ?
--
i.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v1 1/1] gpiolib-acpi: Update file references in the Documentation and MAINTAINERS
2025-05-16 12:19 ` Ilpo Järvinen
@ 2025-05-17 16:28 ` Andy Shevchenko
0 siblings, 0 replies; 4+ messages in thread
From: Andy Shevchenko @ 2025-05-17 16:28 UTC (permalink / raw)
To: Ilpo Järvinen
Cc: Hans de Goede, linux-gpio, linux-doc, LKML, platform-driver-x86,
Linus Walleij, Bartosz Golaszewski, Jonathan Corbet, Alex Shi,
Yanteng Si, Dongliang Mu, Stephen Rothwell
On Fri, May 16, 2025 at 03:19:11PM +0300, Ilpo Järvinen wrote:
> On Fri, 16 May 2025, Andy Shevchenko wrote:
...
> Acked-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Thanks!
> I assume this goes through some other tree than pxd86 ?
Yes, via Intel GPIO.
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v1 1/1] gpiolib-acpi: Update file references in the Documentation and MAINTAINERS
2025-05-16 9:52 [PATCH v1 1/1] gpiolib-acpi: Update file references in the Documentation and MAINTAINERS Andy Shevchenko
2025-05-16 12:19 ` Ilpo Järvinen
@ 2025-05-19 20:35 ` Randy Dunlap
1 sibling, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2025-05-19 20:35 UTC (permalink / raw)
To: Andy Shevchenko, Ilpo Järvinen, Hans de Goede, linux-gpio,
linux-doc, linux-kernel, platform-driver-x86
Cc: Linus Walleij, Bartosz Golaszewski, Jonathan Corbet, Alex Shi,
Yanteng Si, Dongliang Mu, Stephen Rothwell
On 5/16/25 2:52 AM, Andy Shevchenko wrote:
> The recent changes in the gpiolib-acpi.c need also updates in the Documentation
> and MAINTAINERS. Do the necessary changes here.
>
> Fixes: babb541af627 ("gpiolib: acpi: Move quirks to a separate file")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Closes: https://lore.kernel.org/r/20250516193436.09bdf8cc@canb.auug.org.au
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> Documentation/driver-api/gpio/index.rst | 2 +-
> Documentation/translations/zh_CN/driver-api/gpio/index.rst | 2 +-
> MAINTAINERS | 2 +-
> drivers/platform/x86/intel/int0002_vgpio.c | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/driver-api/gpio/index.rst b/Documentation/driver-api/gpio/index.rst
> index 34b57cee3391..43f6a3afe10b 100644
> --- a/Documentation/driver-api/gpio/index.rst
> +++ b/Documentation/driver-api/gpio/index.rst
> @@ -27,7 +27,7 @@ Core
> ACPI support
> ============
>
> -.. kernel-doc:: drivers/gpio/gpiolib-acpi.c
> +.. kernel-doc:: drivers/gpio/gpiolib-acpi-core.c
> :export:
>
> Device tree support
> diff --git a/Documentation/translations/zh_CN/driver-api/gpio/index.rst b/Documentation/translations/zh_CN/driver-api/gpio/index.rst
> index e4d54724a1b5..f64a69f771ca 100644
> --- a/Documentation/translations/zh_CN/driver-api/gpio/index.rst
> +++ b/Documentation/translations/zh_CN/driver-api/gpio/index.rst
> @@ -42,7 +42,7 @@ ACPI支持
>
> 该API在以下内核代码中:
>
> -drivers/gpio/gpiolib-acpi.c
> +drivers/gpio/gpiolib-acpi-core.c
>
> 设备树支持
> ==========
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 96b827049501..d1290bbb6ac6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10105,7 +10105,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
> diff --git a/drivers/platform/x86/intel/int0002_vgpio.c b/drivers/platform/x86/intel/int0002_vgpio.c
> index 3b48cd7a4075..b7b98343fdc6 100644
> --- a/drivers/platform/x86/intel/int0002_vgpio.c
> +++ b/drivers/platform/x86/intel/int0002_vgpio.c
> @@ -23,7 +23,7 @@
> * ACPI mechanisms, this is not a real GPIO at all.
> *
> * This driver will bind to the INT0002 device, and register as a GPIO
> - * controller, letting gpiolib-acpi.c call the _L02 handler as it would
> + * controller, letting gpiolib-acpi call the _L02 handler as it would
> * for a real GPIO controller.
> */
>
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-05-19 20:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-16 9:52 [PATCH v1 1/1] gpiolib-acpi: Update file references in the Documentation and MAINTAINERS Andy Shevchenko
2025-05-16 12:19 ` Ilpo Järvinen
2025-05-17 16:28 ` Andy Shevchenko
2025-05-19 20:35 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).