Skip to content

Commit ec0c0aa

Browse files
committed
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 <[email protected]> Closes: https://lore.kernel.org/r/[email protected] Reviewed-by: Randy Dunlap <[email protected]> Tested-by: Randy Dunlap <[email protected]> Acked-by: Ilpo Järvinen <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent 9edfde6 commit ec0c0aa

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
@@ -10105,7 +10105,7 @@ L: [email protected]
1010510105
S: Supported
1010610106
T: git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
1010710107
F: Documentation/firmware-guide/acpi/gpio-properties.rst
10108-
F: drivers/gpio/gpiolib-acpi.c
10108+
F: drivers/gpio/gpiolib-acpi-*.c
1010910109
F: drivers/gpio/gpiolib-acpi.h
1011010110

1011110111
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)