Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpiolib-acpi: Update file references in the Documentation and MAINTAINERS

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>

+4 -4
+1 -1
Documentation/driver-api/gpio/index.rst
··· 27 27 ACPI support 28 28 ============ 29 29 30 - .. kernel-doc:: drivers/gpio/gpiolib-acpi.c 30 + .. kernel-doc:: drivers/gpio/gpiolib-acpi-core.c 31 31 :export: 32 32 33 33 Device tree support
+1 -1
Documentation/translations/zh_CN/driver-api/gpio/index.rst
··· 42 42 43 43 该API在以下内核代码中: 44 44 45 - drivers/gpio/gpiolib-acpi.c 45 + drivers/gpio/gpiolib-acpi-core.c 46 46 47 47 设备树支持 48 48 ==========
+1 -1
MAINTAINERS
··· 10105 10105 S: Supported 10106 10106 T: git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git 10107 10107 F: Documentation/firmware-guide/acpi/gpio-properties.rst 10108 - F: drivers/gpio/gpiolib-acpi.c 10108 + F: drivers/gpio/gpiolib-acpi-*.c 10109 10109 F: drivers/gpio/gpiolib-acpi.h 10110 10110 10111 10111 GPIO AGGREGATOR
+1 -1
drivers/platform/x86/intel/int0002_vgpio.c
··· 23 23 * ACPI mechanisms, this is not a real GPIO at all. 24 24 * 25 25 * This driver will bind to the INT0002 device, and register as a GPIO 26 - * controller, letting gpiolib-acpi.c call the _L02 handler as it would 26 + * controller, letting gpiolib-acpi call the _L02 handler as it would 27 27 * for a real GPIO controller. 28 28 */ 29 29