2019-01-17 11:47:19

by Wolfram Sang

[permalink] [raw]
Subject: [PATCH] Documentation: gpio: driver: fix wire name for I2C

Typo: the data line is called "SDA" not "SCA".

Signed-off-by: Wolfram Sang <[email protected]>
---
Documentation/driver-api/gpio/driver.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/gpio/driver.rst b/Documentation/driver-api/gpio/driver.rst
index a92d8837b62b..3043167fc557 100644
--- a/Documentation/driver-api/gpio/driver.rst
+++ b/Documentation/driver-api/gpio/driver.rst
@@ -135,7 +135,7 @@ This configuration is normally used as a way to achieve one of two things:
- inverse wire-OR on an I/O line, for example a GPIO line, making it possible
for any driving stage on the line to drive it low even if any other output
to the same line is simultaneously driving it high. A special case of this
- is driving the SCL and SCA lines of an I2C bus, which is by definition a
+ is driving the SCL and SDA lines of an I2C bus, which is by definition a
wire-OR bus.

Both usecases require that the line be equipped with a pull-up resistor. This
--
2.11.0



2019-01-17 10:27:46

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH] Documentation: gpio: driver: fix wire name for I2C

On Thu, Jan 17, 2019 at 11:14 AM Wolfram Sang
<[email protected]> wrote:
> Typo: the data line is called "SDA" not "SCA".
>
> Signed-off-by: Wolfram Sang <[email protected]>

Reviewed-by: Geert Uytterhoeven <[email protected]>

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds

2019-01-17 12:54:26

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH] Documentation: gpio: driver: fix wire name for I2C

czw., 17 sty 2019 o 11:24 Geert Uytterhoeven <[email protected]> napisaƂ(a):
>
> On Thu, Jan 17, 2019 at 11:14 AM Wolfram Sang
> <[email protected]> wrote:
> > Typo: the data line is called "SDA" not "SCA".
> >
> > Signed-off-by: Wolfram Sang <[email protected]>
>
> Reviewed-by: Geert Uytterhoeven <[email protected]>
>

Applied to for-next, thanks!

Bart