projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
399bfc8
)
Documentation: gpio: chip should be plural
author
Bryan Brattlof
<hello@bryanbrattlof.com>
Tue, 23 Mar 2021 14:55:59 +0000
(14:55 +0000)
committer
Jonathan Corbet
<corbet@lwn.net>
Thu, 25 Mar 2021 17:41:37 +0000
(11:41 -0600)
Signed-off-by: Bryan Brattlof <hello@bryanbrattlof.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link:
https://lore.kernel.org/r/20210323145509.139393-1-hello@bryanbrattlof.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/driver-api/gpio/intro.rst
patch
|
blob
|
history
diff --git
a/Documentation/driver-api/gpio/intro.rst
b/Documentation/driver-api/gpio/intro.rst
index
94dd718
..
2e924fb
100644
(file)
--- a/
Documentation/driver-api/gpio/intro.rst
+++ b/
Documentation/driver-api/gpio/intro.rst
@@
-27,7
+27,7
@@
What is a GPIO?
===============
A "General Purpose Input/Output" (GPIO) is a flexible software-controlled
-digital signal. They are provided from many kinds of chip, and are familiar
+digital signal. They are provided from many kinds of chip
s
, and are familiar
to Linux developers working with embedded and custom hardware. Each GPIO
represents a bit connected to a particular pin, or "ball" on Ball Grid Array
(BGA) packages. Board schematics show which external hardware connects to