diff options
author | Mark Brown <broonie@kernel.org> | 2020-12-04 21:39:45 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-12-04 21:39:45 +0100 |
commit | 4ecc08b2f51d874f35185724eda769492b60a18d (patch) | |
tree | f4d9e97304e9ff423fd4efa5193a1b94ebfc5912 /Documentation/ABI/obsolete/sysfs-gpio | |
parent | ASoC: bindings: fsl-asoc-card: add compatible string for si476x codec (diff) | |
parent | driver core: auxiliary bus: minor coding style tweaks (diff) | |
download | linux-4ecc08b2f51d874f35185724eda769492b60a18d.tar.xz linux-4ecc08b2f51d874f35185724eda769492b60a18d.zip |
Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into asoc-5.11
Auxiliary Bus support tag for 5.11-rc1
This is a signed tag for other subsystems to be able to pull in the
auxiliary bus support into their trees for the 5.11-rc1 merge.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/ABI/obsolete/sysfs-gpio')
-rw-r--r-- | Documentation/ABI/obsolete/sysfs-gpio | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/ABI/obsolete/sysfs-gpio b/Documentation/ABI/obsolete/sysfs-gpio index e0d4e5e2dd90..b8b0fd341c17 100644 --- a/Documentation/ABI/obsolete/sysfs-gpio +++ b/Documentation/ABI/obsolete/sysfs-gpio @@ -13,6 +13,8 @@ Description: GPIOs are identified as they are inside the kernel, using integers in the range 0..INT_MAX. See Documentation/admin-guide/gpio for more information. + :: + /sys/class/gpio /export ... asks the kernel to export a GPIO to userspace /unexport ... to return a GPIO to the kernel |