mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-04 18:49:41 +00:00

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>
67 lines
911 B
ReStructuredText
67 lines
911 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
||
|
||
.. include:: ../../disclaimer-zh_CN.rst
|
||
|
||
:Original: Documentation/driver-api/gpio/index.rst
|
||
|
||
:翻译:
|
||
|
||
司延腾 Yanteng Si <siyanteng@loongson.cn>
|
||
|
||
:校译:
|
||
|
||
=======================
|
||
通用型输入/输出(GPIO)
|
||
=======================
|
||
|
||
.. toctree::
|
||
:caption: 目录
|
||
:maxdepth: 2
|
||
|
||
Todolist:
|
||
|
||
* intro
|
||
* using-gpio
|
||
* driver
|
||
* consumer
|
||
* board
|
||
* drivers-on-gpio
|
||
* bt8xxgpio
|
||
|
||
核心
|
||
====
|
||
|
||
该API在以下内核代码中:
|
||
|
||
include/linux/gpio/driver.h
|
||
|
||
drivers/gpio/gpiolib.c
|
||
|
||
ACPI支持
|
||
========
|
||
|
||
该API在以下内核代码中:
|
||
|
||
drivers/gpio/gpiolib-acpi-core.c
|
||
|
||
设备树支持
|
||
==========
|
||
|
||
该API在以下内核代码中:
|
||
|
||
drivers/gpio/gpiolib-of.c
|
||
|
||
设备管理支持
|
||
============
|
||
|
||
该API在以下内核代码中:
|
||
|
||
drivers/gpio/gpiolib-devres.c
|
||
|
||
sysfs帮助(函数)
|
||
=================
|
||
|
||
该API在以下内核代码中:
|
||
|
||
drivers/gpio/gpiolib-sysfs.c
|