Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: update pin-control.rst references

Changeset 5513b411ea5b ("Documentation: rename pinctl to pin-control")
renamed: Documentation/driver-api/pinctl.rst
to: Documentation/driver-api/pin-control.rst.

Update the cross-references accordingly.

Fixes: 5513b411ea5b ("Documentation: rename pinctl to pin-control")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/46ac2e918c7c4a4b701d54870f167b78466ec578.1621413933.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
4b0c9948 716c9d94

+3 -3
+1 -1
include/linux/device.h
··· 399 399 * along with subsystem-level and driver-level callbacks. 400 400 * @em_pd: device's energy model performance domain 401 401 * @pins: For device pin management. 402 - * See Documentation/driver-api/pinctl.rst for details. 402 + * See Documentation/driver-api/pin-control.rst for details. 403 403 * @msi_list: Hosts MSI descriptors 404 404 * @msi_domain: The generic MSI domain this device is using. 405 405 * @numa_node: NUMA node this device is close to.
+1 -1
include/linux/mfd/madera/pdata.h
··· 31 31 * @irq_flags: Mode for primary IRQ (defaults to active low) 32 32 * @gpio_base: Base GPIO number 33 33 * @gpio_configs: Array of GPIO configurations (See 34 - * Documentation/driver-api/pinctl.rst) 34 + * Documentation/driver-api/pin-control.rst) 35 35 * @n_gpio_configs: Number of entries in gpio_configs 36 36 * @gpsw: General purpose switch mode setting. Depends on the external 37 37 * hardware connected to the switch. (See the SW1_MODE field
+1 -1
include/linux/pinctrl/pinconf-generic.h
··· 89 89 * it. 90 90 * @PIN_CONFIG_OUTPUT: this will configure the pin as an output and drive a 91 91 * value on the line. Use argument 1 to indicate high level, argument 0 to 92 - * indicate low level. (Please see Documentation/driver-api/pinctl.rst, 92 + * indicate low level. (Please see Documentation/driver-api/pin-control.rst, 93 93 * section "GPIO mode pitfalls" for a discussion around this parameter.) 94 94 * @PIN_CONFIG_PERSIST_STATE: retain pin state across sleep or controller reset 95 95 * @PIN_CONFIG_POWER_SOURCE: if the pin can select between different power