pinctrl: Reflow/wrap paragraph describing GPIO interaction
authorAndrew Jeffery <andrew@aj.id.au>
Fri, 10 Jun 2016 07:16:36 +0000 (16:46 +0930)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 13 Jun 2016 07:33:42 +0000 (09:33 +0200)
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/pinctrl.txt

index 07d102c3d05a19049f1c34cdba7aeb63492fb5a7..6414a613cb8a0f153d7824f0dd282ee817bf4dbc 100644 (file)
@@ -286,13 +286,13 @@ see the section named "pin control requests from drivers" and
 "drivers needing both pin control and GPIOs" below for details. But in some
 situations a cross-subsystem mapping between pins and GPIOs is needed.
 
-Since the pin controller subsystem has its pinspace local to the pin
-controller we need a mapping so that the pin control subsystem can figure out
-which pin controller handles control of a certain GPIO pin. Since a single
-pin controller may be muxing several GPIO ranges (typically SoCs that have
-one set of pins, but internally several GPIO silicon blocks, each modelled as
-a struct gpio_chip) any number of GPIO ranges can be added to a pin controller
-instance like this:
+Since the pin controller subsystem has its pinspace local to the pin controller
+we need a mapping so that the pin control subsystem can figure out which pin
+controller handles control of a certain GPIO pin. Since a single pin controller
+may be muxing several GPIO ranges (typically SoCs that have one set of pins,
+but internally several GPIO silicon blocks, each modelled as a struct
+gpio_chip) any number of GPIO ranges can be added to a pin controller instance
+like this:
 
 struct gpio_chip chip_a;
 struct gpio_chip chip_b;
This page took 0.032356 seconds and 5 git commands to generate.