diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-01-29 16:45:33 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-01-29 16:45:33 +0300 |
commit | 4cd90083d32574e52ac839c6c7e4ff445ac4472c (patch) | |
tree | c8d68883461bce5f03828e148a679b2425eb2e15 /Documentation | |
parent | e255759e5afbc233544d7246ad325417320e90b6 (diff) | |
parent | 8aa0f94b0a8d5304ea1bd63bf1ed06f9e395e328 (diff) | |
download | linux-4cd90083d32574e52ac839c6c7e4ff445ac4472c.tar.xz |
Merge tag 'gpio-fixes-for-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Pull gpio fixes from Bartosz Golaszewski:
"Two fixes for the gpio-simulator:
- fix a bug with hogs not being set-up in gpio-sim when user-space
sets the chip label to an empty string
- include the gpio-sim documentation in the index"
* tag 'gpio-fixes-for-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
gpio: sim: add doc file to index file
gpio: sim: check the label length when setting up device properties
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/admin-guide/gpio/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/admin-guide/gpio/index.rst b/Documentation/admin-guide/gpio/index.rst index 7db367572f30..f6861ca16ffe 100644 --- a/Documentation/admin-guide/gpio/index.rst +++ b/Documentation/admin-guide/gpio/index.rst @@ -10,6 +10,7 @@ gpio gpio-aggregator sysfs gpio-mockup + gpio-sim .. only:: subproject and html |