aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/ABI/obsolete/sysfs-gpio2
-rw-r--r--Documentation/admin-guide/gpio/index.rst (renamed from Documentation/gpio/index.rst)2
-rw-r--r--Documentation/admin-guide/gpio/sysfs.rst (renamed from Documentation/gpio/sysfs.rst)0
-rw-r--r--Documentation/admin-guide/index.rst1
-rw-r--r--Documentation/firmware-guide/acpi/enumeration.rst2
-rw-r--r--Documentation/translations/zh_CN/gpio.txt4
-rw-r--r--MAINTAINERS2
7 files changed, 7 insertions, 6 deletions
diff --git a/Documentation/ABI/obsolete/sysfs-gpio b/Documentation/ABI/obsolete/sysfs-gpio
index 40d41ea1a3f5..e0d4e5e2dd90 100644
--- a/Documentation/ABI/obsolete/sysfs-gpio
+++ b/Documentation/ABI/obsolete/sysfs-gpio
@@ -11,7 +11,7 @@ Description:
11 Kernel code may export it for complete or partial access. 11 Kernel code may export it for complete or partial access.
12 12
13 GPIOs are identified as they are inside the kernel, using integers in 13 GPIOs are identified as they are inside the kernel, using integers in
14 the range 0..INT_MAX. See Documentation/gpio for more information. 14 the range 0..INT_MAX. See Documentation/admin-guide/gpio for more information.
15 15
16 /sys/class/gpio 16 /sys/class/gpio
17 /export ... asks the kernel to export a GPIO to userspace 17 /export ... asks the kernel to export a GPIO to userspace
diff --git a/Documentation/gpio/index.rst b/Documentation/admin-guide/gpio/index.rst
index 09a4a553f434..a244ba4e87d5 100644
--- a/Documentation/gpio/index.rst
+++ b/Documentation/admin-guide/gpio/index.rst
@@ -1,4 +1,4 @@
1:orphan: 1.. SPDX-License-Identifier: GPL-2.0
2 2
3==== 3====
4gpio 4gpio
diff --git a/Documentation/gpio/sysfs.rst b/Documentation/admin-guide/gpio/sysfs.rst
index ec09ffd983e7..ec09ffd983e7 100644
--- a/Documentation/gpio/sysfs.rst
+++ b/Documentation/admin-guide/gpio/sysfs.rst
diff --git a/Documentation/admin-guide/index.rst b/Documentation/admin-guide/index.rst
index 4e98f5596da0..280355d08af5 100644
--- a/Documentation/admin-guide/index.rst
+++ b/Documentation/admin-guide/index.rst
@@ -91,6 +91,7 @@ configure specific aspects of kernel behavior to your liking.
91 cputopology 91 cputopology
92 device-mapper/index 92 device-mapper/index
93 efi-stub 93 efi-stub
94 gpio/index
94 highuid 95 highuid
95 hw_random 96 hw_random
96 iostats 97 iostats
diff --git a/Documentation/firmware-guide/acpi/enumeration.rst b/Documentation/firmware-guide/acpi/enumeration.rst
index 1252617b520f..0a72b6321f5f 100644
--- a/Documentation/firmware-guide/acpi/enumeration.rst
+++ b/Documentation/firmware-guide/acpi/enumeration.rst
@@ -316,7 +316,7 @@ specifies the path to the controller. In order to use these GPIOs in Linux
316we need to translate them to the corresponding Linux GPIO descriptors. 316we need to translate them to the corresponding Linux GPIO descriptors.
317 317
318There is a standard GPIO API for that and is documented in 318There is a standard GPIO API for that and is documented in
319Documentation/gpio/. 319Documentation/admin-guide/gpio/.
320 320
321In the above example we can get the corresponding two GPIO descriptors with 321In the above example we can get the corresponding two GPIO descriptors with
322a code like this:: 322a code like this::
diff --git a/Documentation/translations/zh_CN/gpio.txt b/Documentation/translations/zh_CN/gpio.txt
index 4cb1ba8b8fed..a23ee14fc927 100644
--- a/Documentation/translations/zh_CN/gpio.txt
+++ b/Documentation/translations/zh_CN/gpio.txt
@@ -1,4 +1,4 @@
1Chinese translated version of Documentation/gpio 1Chinese translated version of Documentation/admin-guide/gpio
2 2
3If you have any comment or update to the content, please contact the 3If you have any comment or update to the content, please contact the
4original document maintainer directly. However, if you have a problem 4original document maintainer directly. However, if you have a problem
@@ -10,7 +10,7 @@ Maintainer: Grant Likely <grant.likely@secretlab.ca>
10 Linus Walleij <linus.walleij@linaro.org> 10 Linus Walleij <linus.walleij@linaro.org>
11Chinese maintainer: Fu Wei <tekkamanninja@gmail.com> 11Chinese maintainer: Fu Wei <tekkamanninja@gmail.com>
12--------------------------------------------------------------------- 12---------------------------------------------------------------------
13Documentation/gpio 的中文翻译 13Documentation/admin-guide/gpio 的中文翻译
14 14
15如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文 15如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文
16交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻 16交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻
diff --git a/MAINTAINERS b/MAINTAINERS
index 6571653ecb40..7fa2c2ca9791 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6867,7 +6867,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
6867S: Maintained 6867S: Maintained
6868F: Documentation/devicetree/bindings/gpio/ 6868F: Documentation/devicetree/bindings/gpio/
6869F: Documentation/driver-api/gpio/ 6869F: Documentation/driver-api/gpio/
6870F: Documentation/gpio/ 6870F: Documentation/admin-guide/gpio/
6871F: Documentation/ABI/testing/gpio-cdev 6871F: Documentation/ABI/testing/gpio-cdev
6872F: Documentation/ABI/obsolete/sysfs-gpio 6872F: Documentation/ABI/obsolete/sysfs-gpio
6873F: drivers/gpio/ 6873F: drivers/gpio/