Skip to content

Commit 0cca6c8

Browse files
Ludovic DesrochesLinus Walleij
authored andcommitted
pinctrl: generic: update references to Documentation/pinctrl.txt
Update deprecated references to Documentation/pinctrl.txt since it has been moved to Documentation/driver-api/pinctl.rst. Signed-off-by: Ludovic Desroches <[email protected]> Fixes: 5a9b738 ("pinctrl.txt: move it to the driver-api book") Signed-off-by: Linus Walleij <[email protected]>
1 parent 5d99613 commit 0cca6c8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Documentation/gpio/gpio-legacy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ pin controller?
459459

460460
This is done by registering "ranges" of pins, which are essentially
461461
cross-reference tables. These are described in
462-
Documentation/pinctrl.txt
462+
Documentation/driver-api/pinctl.rst
463463

464464
While the pin allocation is totally managed by the pinctrl subsystem,
465465
gpio (under gpiolib) is still maintained by gpio drivers. It may happen

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10375,7 +10375,7 @@ L: [email protected]
1037510375
T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
1037610376
S: Maintained
1037710377
F: Documentation/devicetree/bindings/pinctrl/
10378-
F: Documentation/pinctrl.txt
10378+
F: Documentation/driver-api/pinctl.rst
1037910379
F: drivers/pinctrl/
1038010380
F: include/linux/pinctrl/
1038110381

include/linux/device.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ struct dev_links_info {
843843
* hibernation, system resume and during runtime PM transitions
844844
* along with subsystem-level and driver-level callbacks.
845845
* @pins: For device pin management.
846-
* See Documentation/pinctrl.txt for details.
846+
* See Documentation/driver-api/pinctl.rst for details.
847847
* @msi_list: Hosts MSI descriptors
848848
* @msi_domain: The generic MSI domain this device is using.
849849
* @numa_node: NUMA node this device is close to.

include/linux/pinctrl/pinconf-generic.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
* it.
8282
* @PIN_CONFIG_OUTPUT: this will configure the pin as an output and drive a
8383
* value on the line. Use argument 1 to indicate high level, argument 0 to
84-
* indicate low level. (Please see Documentation/pinctrl.txt, section
85-
* "GPIO mode pitfalls" for a discussion around this parameter.)
84+
* indicate low level. (Please see Documentation/driver-api/pinctl.rst,
85+
* section "GPIO mode pitfalls" for a discussion around this parameter.)
8686
* @PIN_CONFIG_POWER_SOURCE: if the pin can select between different power
8787
* supplies, the argument to this parameter (on a custom format) tells
8888
* the driver which alternative power source to use.

0 commit comments

Comments
 (0)