summaryrefslogtreecommitdiff
path: root/Documentation/translations/zh_CN/driver-api
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2023-05-30 01:14:45 +0300
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-06-01 10:52:31 +0300
commit2f804aca48322f02a8f44cca540663845ee80fb1 (patch)
treebe234a80482b12e8da85d7c66bc1eb81335588b4 /Documentation/translations/zh_CN/driver-api
parent6dd032ba4474bc35216a76195889b2127d2aeaaa (diff)
downloadlinux-2f804aca48322f02a8f44cca540663845ee80fb1.tar.xz
gpiolib: Kill unused GPIOF_EXPORT and Co
There is no use of the GPIOF_EXPORT in the kernel. Kill it for good. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'Documentation/translations/zh_CN/driver-api')
-rw-r--r--Documentation/translations/zh_CN/driver-api/gpio/legacy.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/translations/zh_CN/driver-api/gpio/legacy.rst b/Documentation/translations/zh_CN/driver-api/gpio/legacy.rst
index 84ce2322fdba..8720970393fb 100644
--- a/Documentation/translations/zh_CN/driver-api/gpio/legacy.rst
+++ b/Documentation/translations/zh_CN/driver-api/gpio/legacy.rst
@@ -297,9 +297,6 @@ gpio_request()前将这类细节配置好,例如使用引脚控制子系统的
* GPIOF_OPEN_DRAIN - gpio引脚为开漏信号
* GPIOF_OPEN_SOURCE - gpio引脚为源极开路信号
- * GPIOF_EXPORT_DIR_FIXED - 将 gpio 导出到 sysfs,并保持方向
- * GPIOF_EXPORT_DIR_CHANGEABLE - 同样是导出, 但允许改变方向
-
因为 GPIOF_INIT_* 仅有在配置为输出的时候才存在,所以有效的组合为:
* GPIOF_IN - 配置为输入