linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: gpio: driver: fix wire name for I2C
@ 2019-01-17 10:13 Wolfram Sang
  2019-01-17 10:24 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfram Sang @ 2019-01-17 10:13 UTC (permalink / raw)
  To: linux-gpio
  Cc: linux-renesas-soc, Wolfram Sang, Linus Walleij,
	Bartosz Golaszewski, Jonathan Corbet, linux-doc, linux-kernel

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

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: gpio: driver: fix wire name for I2C
  2019-01-17 10:13 [PATCH] Documentation: gpio: driver: fix wire name for I2C Wolfram Sang
@ 2019-01-17 10:24 ` Geert Uytterhoeven
  2019-01-17 12:12   ` Bartosz Golaszewski
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2019-01-17 10:24 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: open list:GPIO SUBSYSTEM, Linux-Renesas, Linus Walleij,
	Bartosz Golaszewski, Jonathan Corbet, open list:DOCUMENTATION,
	Linux Kernel Mailing List

On Thu, Jan 17, 2019 at 11:14 AM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
> Typo: the data line is called "SDA" not "SCA".
>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: gpio: driver: fix wire name for I2C
  2019-01-17 10:24 ` Geert Uytterhoeven
@ 2019-01-17 12:12   ` Bartosz Golaszewski
  0 siblings, 0 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2019-01-17 12:12 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Wolfram Sang, open list:GPIO SUBSYSTEM, Linux-Renesas,
	Linus Walleij, Jonathan Corbet, open list:DOCUMENTATION,
	Linux Kernel Mailing List

czw., 17 sty 2019 o 11:24 Geert Uytterhoeven <geert@linux-m68k.org> napisał(a):
>
> On Thu, Jan 17, 2019 at 11:14 AM Wolfram Sang
> <wsa+renesas@sang-engineering.com> wrote:
> > Typo: the data line is called "SDA" not "SCA".
> >
> > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
>

Applied to for-next, thanks!

Bart

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-17 12:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-17 10:13 [PATCH] Documentation: gpio: driver: fix wire name for I2C Wolfram Sang
2019-01-17 10:24 ` Geert Uytterhoeven
2019-01-17 12:12   ` Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).