Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: ABI: update sysfs-gpio to reference gpio-cdev

Update the sysfs-gpio interface document to refer to the gpio-cdev
interface that obsoletes it.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

authored by

Kent Gibson and committed by
Bartosz Golaszewski
f1fc93d9 c27cdd7a

+2 -2
+2 -2
Documentation/ABI/obsolete/sysfs-gpio
··· 28 28 /label ... (r/o) descriptive, not necessarily unique 29 29 /ngpio ... (r/o) number of GPIOs; numbered N to N + (ngpio - 1) 30 30 31 - This ABI is deprecated and will be removed after 2020. It is 32 - replaced with the GPIO character device. 31 + This ABI is obsoleted by Documentation/ABI/testing/gpio-cdev and will be 32 + removed after 2020.