]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
gpiolib-acpi: Update file references in the Documentation and MAINTAINERS
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 16 May 2025 09:52:34 +0000 (12:52 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 21 May 2025 09:25:24 +0000 (12:25 +0300)
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>
Documentation/driver-api/gpio/index.rst
Documentation/translations/zh_CN/driver-api/gpio/index.rst
MAINTAINERS
drivers/platform/x86/intel/int0002_vgpio.c

index 34b57cee339147d309b707249023b16eebd0d87b..43f6a3afe10b55a258917460ed3f8fe827d6e92e 100644 (file)
@@ -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
index e4d54724a1b555d7a8ea6f88bbadbebd2208654d..f64a69f771ca8db621160d45b32242b3fbdf7d39 100644 (file)
@@ -42,7 +42,7 @@ ACPI支持
 
 该API在以下内核代码中:
 
-drivers/gpio/gpiolib-acpi.c
+drivers/gpio/gpiolib-acpi-core.c
 
 设备树支持
 ==========
index 96b82704950184bd71623ff41fc4df31e4c7fe87..d1290bbb6ac683bf2215a5ec63f8262445ab8ac2 100644 (file)
@@ -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
index 3b48cd7a4075e8140c40e79202e5574eb2816c2b..b7b98343fdc68b9f401a14f40c8c8b23db68b51c 100644 (file)
@@ -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.
  */