mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 16:23:59 -04:00
In order to discourage people to use old and legacy GPIO APIs remove the respective documentation completely. It also helps further cleanups of the legacy GPIO API leftovers, which is ongoing task. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Hu Haowen <2023002089@link.tyut.edu.cn> Link: https://lore.kernel.org/r/20240508101703.830066-1-andriy.shevchenko@linux.intel.com Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
67 lines
906 B
ReStructuredText
67 lines
906 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.c
|
||
|
||
设备树支持
|
||
==========
|
||
|
||
该API在以下内核代码中:
|
||
|
||
drivers/gpio/gpiolib-of.c
|
||
|
||
设备管理支持
|
||
============
|
||
|
||
该API在以下内核代码中:
|
||
|
||
drivers/gpio/gpiolib-devres.c
|
||
|
||
sysfs帮助(函数)
|
||
=================
|
||
|
||
该API在以下内核代码中:
|
||
|
||
drivers/gpio/gpiolib-sysfs.c
|