]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
6.12-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Feb 2026 11:56:59 +0000 (12:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Feb 2026 11:56:59 +0000 (12:56 +0100)
added patches:
gpiolib-acpi-update-file-references-in-the-documentation-and-maintainers.patch

queue-6.12/gpiolib-acpi-update-file-references-in-the-documentation-and-maintainers.patch [new file with mode: 0644]
queue-6.12/series

diff --git a/queue-6.12/gpiolib-acpi-update-file-references-in-the-documentation-and-maintainers.patch b/queue-6.12/gpiolib-acpi-update-file-references-in-the-documentation-and-maintainers.patch
new file mode 100644 (file)
index 0000000..8a64a9f
--- /dev/null
@@ -0,0 +1,75 @@
+From ec0c0aab15243bbc6140a7cedd01e2dd9ad19878 Mon Sep 17 00:00:00 2001
+From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
+Date: Fri, 16 May 2025 12:52:34 +0300
+Subject: gpiolib-acpi: Update file references in the Documentation and MAINTAINERS
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
+
+commit ec0c0aab15243bbc6140a7cedd01e2dd9ad19878 upstream.
+
+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
+Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
+Tested-by: Randy Dunlap <rdunlap@infradead.org>
+Acked-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
+Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
+Cc: Ben Hutchings <ben@decadent.org.uk>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ 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(-)
+
+--- 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
+--- 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
+ 设备树支持
+ ==========
+--- a/MAINTAINERS
++++ b/MAINTAINERS
+@@ -9680,7 +9680,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
+--- 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.
+  */
index 61e598e790a2b117f30cc51dd14be64fdeb2f503..dd560c4038824ab5b95a5d5d4aff59ec2c748c80 100644 (file)
@@ -111,3 +111,4 @@ spi-tegra210-quad-protect-curr_xfer-clearing-in-tegr.patch
 spi-tegra-fix-a-memory-leak-in-tegra_slink_probe.patch
 spi-tegra114-preserve-spi-mode-bits-in-def_command1_.patch
 alsa-hda-realtek-really-fix-headset-mic-for-tongfang-x6ar55xu.patch
+gpiolib-acpi-update-file-references-in-the-documentation-and-maintainers.patch