Skip to content

Commit 577d17b

Browse files
andy-shevopsiff
authored andcommitted
gpiolib-acpi: Update file references in the Documentation and MAINTAINERS
commit ec0c0aa 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> (cherry picked from commit c1ae8301551f39803a22f4684c2ee50ed2dd9e68) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent c4f9fa6 commit 577d17b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Documentation/driver-api/gpio/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Core
2727
ACPI support
2828
============
2929

30-
.. kernel-doc:: drivers/gpio/gpiolib-acpi.c
30+
.. kernel-doc:: drivers/gpio/gpiolib-acpi-core.c
3131
:export:
3232

3333
Device tree support

Documentation/translations/zh_CN/driver-api/gpio/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ACPI支持
4242

4343
该API在以下内核代码中:
4444

45-
drivers/gpio/gpiolib-acpi.c
45+
drivers/gpio/gpiolib-acpi-core.c
4646

4747
设备树支持
4848
==========

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9703,7 +9703,7 @@ L: linux-acpi@vger.kernel.org
97039703
S: Supported
97049704
T: git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
97059705
F: Documentation/firmware-guide/acpi/gpio-properties.rst
9706-
F: drivers/gpio/gpiolib-acpi.c
9706+
F: drivers/gpio/gpiolib-acpi-*.c
97079707
F: drivers/gpio/gpiolib-acpi.h
97089708

97099709
GPIO AGGREGATOR

drivers/platform/x86/intel/int0002_vgpio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* ACPI mechanisms, this is not a real GPIO at all.
2424
*
2525
* 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
2727
* for a real GPIO controller.
2828
*/
2929

0 commit comments

Comments
 (0)