Skip to content

Commit 5e7b921

Browse files
committed
Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental
Pull documentation fixes from Mauro Carvalho Chehab: "This solves a series of broken links for files under Documentation, and improves a script meant to detect such broken links (see scripts/documentation-file-ref-check). The changes on this series are: - can.rst: fix a footnote reference; - crypto_engine.rst: Fix two parsing warnings; - Fix a lot of broken references to Documentation/*; - improve the scripts/documentation-file-ref-check script, in order to help detecting/fixing broken references, preventing false-positives. After this patch series, only 33 broken references to doc files are detected by scripts/documentation-file-ref-check" * tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental: (26 commits) fix a series of Documentation/ broken file name references Documentation: rstFlatTable.py: fix a broken reference ABI: sysfs-devices-system-cpu: remove a broken reference devicetree: fix a series of wrong file references devicetree: fix name of pinctrl-bindings.txt devicetree: fix some bindings file names MAINTAINERS: fix location of DT npcm files MAINTAINERS: fix location of some display DT bindings kernel-parameters.txt: fix pointers to sound parameters bindings: nvmem/zii: Fix location of nvmem.txt docs: Fix more broken references scripts/documentation-file-ref-check: check tools/*/Documentation scripts/documentation-file-ref-check: get rid of false-positives scripts/documentation-file-ref-check: hint: dash or underline scripts/documentation-file-ref-check: add a fix logic for DT scripts/documentation-file-ref-check: accept more wildcards at filenames scripts/documentation-file-ref-check: fix help message media: max2175: fix location of driver's companion documentation media: v4l: fix broken video4linux docs locations media: dvb: point to the location of the old README.dvb-usb file ...
2 parents dbb2816 + 44348e8 commit 5e7b921

File tree

206 files changed

+372
-339
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+372
-339
lines changed

Documentation/ABI/obsolete/sysfs-gpio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Description:
1111
Kernel code may export it for complete or partial access.
1212

1313
GPIOs are identified as they are inside the kernel, using integers in
14-
the range 0..INT_MAX. See Documentation/gpio/gpio.txt for more information.
14+
the range 0..INT_MAX. See Documentation/gpio for more information.
1515

1616
/sys/class/gpio
1717
/export ... asks the kernel to export a GPIO to userspace

Documentation/ABI/testing/sysfs-devices-system-cpu

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,6 @@ Description: Discover and change clock speed of CPUs
238238

239239
See files in Documentation/cpu-freq/ for more information.
240240

241-
In particular, read Documentation/cpu-freq/user-guide.txt
242-
to learn how to control the knobs.
243-
244241

245242
What: /sys/devices/system/cpu/cpu#/cpufreq/freqdomain_cpus
246243
Date: June 2013

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
(may crash computer or cause data corruption)
257257

258258
ALSA [HW,ALSA]
259-
See Documentation/sound/alsa/alsa-parameters.txt
259+
See Documentation/sound/alsa-configuration.rst
260260

261261
alignment= [KNL,ARM]
262262
Allow the default userspace alignment fault handler
@@ -2926,9 +2926,6 @@
29262926
This will also cause panics on machine check exceptions.
29272927
Useful together with panic=30 to trigger a reboot.
29282928

2929-
OSS [HW,OSS]
2930-
See Documentation/sound/oss/oss-parameters.txt
2931-
29322929
page_owner= [KNL] Boot-time page_owner enabling option.
29332930
Storage of the information about who allocated
29342931
each page is disabled in default. With this switch,
@@ -4335,7 +4332,7 @@
43354332
[FTRACE] Set and start specified trace events in order
43364333
to facilitate early boot debugging. The event-list is a
43374334
comma separated list of trace events to enable. See
4338-
also Documentation/trace/events.txt
4335+
also Documentation/trace/events.rst
43394336

43404337
trace_options=[option-list]
43414338
[FTRACE] Enable or disable tracer options at boot.
@@ -4350,7 +4347,7 @@
43504347

43514348
trace_options=stacktrace
43524349

4353-
See also Documentation/trace/ftrace.txt "trace options"
4350+
See also Documentation/trace/ftrace.rst "trace options"
43544351
section.
43554352

43564353
tp_printk[FTRACE]

Documentation/crypto/crypto_engine.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ The crypto engine API (CE), is a crypto queue manager.
88

99
Requirement
1010
-----------
11-
You have to put at start of your tfm_ctx the struct crypto_engine_ctx
12-
struct your_tfm_ctx {
11+
You have to put at start of your tfm_ctx the struct crypto_engine_ctx::
12+
13+
struct your_tfm_ctx {
1314
struct crypto_engine_ctx enginectx;
1415
...
15-
};
16+
};
17+
1618
Why: Since CE manage only crypto_async_request, it cannot know the underlying
1719
request_type and so have access only on the TFM.
1820
So using container_of for accessing __ctx is impossible.

Documentation/devicetree/bindings/clock/st/st,clkgen.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ This binding uses the common clock binding[1].
3131
Each subnode should use the binding described in [2]..[7]
3232

3333
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
34-
[3] Documentation/devicetree/bindings/clock/st,clkgen-mux.txt
35-
[4] Documentation/devicetree/bindings/clock/st,clkgen-pll.txt
36-
[7] Documentation/devicetree/bindings/clock/st,quadfs.txt
37-
[8] Documentation/devicetree/bindings/clock/st,flexgen.txt
34+
[3] Documentation/devicetree/bindings/clock/st/st,clkgen-mux.txt
35+
[4] Documentation/devicetree/bindings/clock/st/st,clkgen-pll.txt
36+
[7] Documentation/devicetree/bindings/clock/st/st,quadfs.txt
37+
[8] Documentation/devicetree/bindings/clock/st/st,flexgen.txt
3838

3939

4040
Required properties:

Documentation/devicetree/bindings/clock/ti/gate.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ will be controlled instead and the corresponding hw-ops for
1010
that is used.
1111

1212
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
13-
[2] Documentation/devicetree/bindings/clock/gate-clock.txt
13+
[2] Documentation/devicetree/bindings/clock/gpio-gate-clock.txt
1414
[3] Documentation/devicetree/bindings/clock/ti/clockdomain.txt
1515

1616
Required properties:

Documentation/devicetree/bindings/clock/ti/interface.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ companion clock finding (match corresponding functional gate
99
clock) and hardware autoidle enable / disable.
1010

1111
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
12-
[2] Documentation/devicetree/bindings/clock/gate-clock.txt
12+
[2] Documentation/devicetree/bindings/clock/gpio-gate-clock.txt
1313

1414
Required properties:
1515
- compatible : shall be one of:

Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Required properties:
88
"intermediate" - A parent of "cpu" clock which is used as "intermediate" clock
99
source (usually MAINPLL) when the original CPU PLL is under
1010
transition and not stable yet.
11-
Please refer to Documentation/devicetree/bindings/clk/clock-bindings.txt for
11+
Please refer to Documentation/devicetree/bindings/clock/clock-bindings.txt for
1212
generic clock consumer properties.
1313
- operating-points-v2: Please refer to Documentation/devicetree/bindings/opp/opp.txt
1414
for detail.

Documentation/devicetree/bindings/devfreq/rk3399_dmc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Required properties:
1212
- clocks: Phandles for clock specified in "clock-names" property
1313
- clock-names : The name of clock used by the DFI, must be
1414
"pclk_ddr_mon";
15-
- operating-points-v2: Refer to Documentation/devicetree/bindings/power/opp.txt
15+
- operating-points-v2: Refer to Documentation/devicetree/bindings/opp/opp.txt
1616
for details.
1717
- center-supply: DMC supply node.
1818
- status: Marks the node enabled/disabled.

Documentation/devicetree/bindings/display/bridge/tda998x.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Optional properties:
3030
- nxp,calib-gpios: calibration GPIO, which must correspond with the
3131
gpio used for the TDA998x interrupt pin.
3232

33-
[1] Documentation/sound/alsa/soc/DAI.txt
33+
[1] Documentation/sound/soc/dai.rst
3434
[2] include/dt-bindings/display/tda998x.h
3535

3636
Example:

Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Optional properties:
3434
- mali-supply : Phandle to regulator for the Mali device. Refer to
3535
Documentation/devicetree/bindings/regulator/regulator.txt for details.
3636

37-
- operating-points-v2 : Refer to Documentation/devicetree/bindings/power/opp.txt
37+
- operating-points-v2 : Refer to Documentation/devicetree/bindings/opp/opp.txt
3838
for details.
3939

4040

Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Optional properties:
4444

4545
- memory-region:
4646
Memory region to allocate from, as defined in
47-
Documentation/devicetree/bindi/reserved-memory/reserved-memory.txt
47+
Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt
4848

4949
- mali-supply:
5050
Phandle to regulator for the Mali device, as defined in

Documentation/devicetree/bindings/input/rmi4/rmi_2d_sensor.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Additional documentation for F11 can be found at:
1212
http://www.synaptics.com/sites/default/files/511-000136-01-Rev-E-RMI4-Interfacing-Guide.pdf
1313

1414
Optional Touch Properties:
15-
Description in Documentation/devicetree/bindings/input/touch
15+
Description in Documentation/devicetree/bindings/input/touchscreen
1616
- touchscreen-inverted-x
1717
- touchscreen-inverted-y
1818
- touchscreen-swapped-x-y

Documentation/devicetree/bindings/input/rotary-encoder.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Deprecated properties:
2828
This property is deprecated. Instead, a 'steps-per-period ' value should
2929
be used, such as "rotary-encoder,steps-per-period = <2>".
3030

31-
See Documentation/input/rotary-encoder.txt for more information.
31+
See Documentation/input/devices/rotary-encoder.rst for more information.
3232

3333
Example:
3434

Documentation/devicetree/bindings/media/stih407-c8sectpfe.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ See: Documentation/devicetree/bindings/clock/clock-bindings.txt
2828
- pinctrl-names : a pinctrl state named tsin%d-serial or tsin%d-parallel (where %d is tsin-num)
2929
must be defined for each tsin child node.
3030
- pinctrl-0 : phandle referencing pin configuration for this tsin configuration
31-
See: Documentation/devicetree/bindings/pinctrl/pinctrl-binding.txt
31+
See: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
3232

3333

3434
Required properties (tsin (child) node):

Documentation/devicetree/bindings/mfd/as3722.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ is required:
4646
Following properties are require if pin control setting is required
4747
at boot.
4848
- pinctrl-names: A pinctrl state named "default" be defined, using the
49-
bindings in pinctrl/pinctrl-binding.txt.
49+
bindings in pinctrl/pinctrl-bindings.txt.
5050
- pinctrl[0...n]: Properties to contain the phandle that refer to
5151
different nodes of pin control settings. These nodes represents
5252
the pin control setting of state 0 to state n. Each of these

Documentation/devicetree/bindings/mfd/mt6397.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MT6397/MT6323 is a multifunction device with the following sub modules:
1212
It is interfaced to host controller using SPI interface by a proprietary hardware
1313
called PMIC wrapper or pwrap. MT6397/MT6323 MFD is a child device of pwrap.
1414
See the following for pwarp node definitions:
15-
Documentation/devicetree/bindings/soc/pwrap.txt
15+
Documentation/devicetree/bindings/soc/mediatek/pwrap.txt
1616

1717
This document describes the binding for MFD device and its sub module.
1818

Documentation/devicetree/bindings/mfd/sun6i-prcm.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Required properties:
88
- reg: The PRCM registers range
99

1010
The prcm node may contain several subdevices definitions:
11-
- see Documentation/devicetree/clk/sunxi.txt for clock devices
12-
- see Documentation/devicetree/reset/allwinner,sunxi-clock-reset.txt for reset
11+
- see Documentation/devicetree/bindings/clock/sunxi.txt for clock devices
12+
- see Documentation/devicetree/bindings/reset/allwinner,sunxi-clock-reset.txt for reset
1313
controller devices
1414

1515

Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Required properties for a slot (Deprecated - Recommend to use one slot per host)
6262
rest of the gpios (depending on the bus-width property) are the data lines in
6363
no particular order. The format of the gpio specifier depends on the gpio
6464
controller.
65-
(Deprecated - Refer to Documentation/devicetree/binding/pinctrl/samsung-pinctrl.txt)
65+
(Deprecated - Refer to Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt)
6666

6767
Example:
6868

Documentation/devicetree/bindings/mmc/microchip,sdhci-pic32.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Required properties:
1212
See: Documentation/devicetree/bindings/clock/clock-bindings.txt
1313
- pinctrl-names: A pinctrl state names "default" must be defined.
1414
- pinctrl-0: Phandle referencing pin configuration of the SDHCI controller.
15-
See: Documentation/devicetree/bindings/pinctrl/pinctrl-binding.txt
15+
See: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
1616

1717
Example:
1818

Documentation/devicetree/bindings/mmc/sdhci-st.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Required properties:
2020

2121
- pinctrl-names: A pinctrl state names "default" must be defined.
2222
- pinctrl-0: Phandle referencing pin configuration of the sd/emmc controller.
23-
See: Documentation/devicetree/bindings/pinctrl/pinctrl-binding.txt
23+
See: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
2424

2525
- reg: This must provide the host controller base address and it can also
2626
contain the FlashSS Top register for TX/RX delay used by the driver

Documentation/devicetree/bindings/net/dsa/ksz.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Required properties:
66
- compatible: For external switch chips, compatible string must be exactly one
77
of: "microchip,ksz9477"
88

9-
See Documentation/devicetree/bindings/dsa/dsa.txt for a list of additional
9+
See Documentation/devicetree/bindings/net/dsa/dsa.txt for a list of additional
1010
required and optional properties.
1111

1212
Examples:

Documentation/devicetree/bindings/net/dsa/mt7530.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Required properties for the child nodes within ports container:
3131
- phy-mode: String, must be either "trgmii" or "rgmii" for port labeled
3232
"cpu".
3333

34-
See Documentation/devicetree/bindings/dsa/dsa.txt for a list of additional
34+
See Documentation/devicetree/bindings/net/dsa/dsa.txt for a list of additional
3535
required, optional properties and how the integrated switch subnodes must
3636
be specified.
3737

Documentation/devicetree/bindings/nvmem/zii,rave-sp-eeprom.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Optional properties:
1818
Data cells:
1919

2020
Data cells are child nodes of eerpom node, bindings for which are
21-
documented in Documentation/bindings/nvmem/nvmem.txt
21+
documented in Documentation/devicetree/bindings/nvmem/nvmem.txt
2222

2323
Example:
2424

Documentation/devicetree/bindings/pci/hisilicon-pcie.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ HiSilicon Hip05 and Hip06 PCIe host bridge DT description
33
HiSilicon PCIe host controller is based on the Synopsys DesignWare PCI core.
44
It shares common functions with the PCIe DesignWare core driver and inherits
55
common properties defined in
6-
Documentation/devicetree/bindings/pci/designware-pci.txt.
6+
Documentation/devicetree/bindings/pci/designware-pcie.txt.
77

88
Additional properties are described here:
99

Documentation/devicetree/bindings/pci/kirin-pcie.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ HiSilicon Kirin SoCs PCIe host DT description
33
Kirin PCIe host controller is based on the Synopsys DesignWare PCI core.
44
It shares common functions with the PCIe DesignWare core driver and
55
inherits common properties defined in
6-
Documentation/devicetree/bindings/pci/designware-pci.txt.
6+
Documentation/devicetree/bindings/pci/designware-pcie.txt.
77

88
Additional properties are described here:
99

Documentation/devicetree/bindings/pci/pci-keystone.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ TI Keystone PCIe interface
33
Keystone PCI host Controller is based on the Synopsys DesignWare PCI
44
hardware version 3.65. It shares common functions with the PCIe DesignWare
55
core driver and inherits common properties defined in
6-
Documentation/devicetree/bindings/pci/designware-pci.txt
6+
Documentation/devicetree/bindings/pci/designware-pcie.txt
77

8-
Please refer to Documentation/devicetree/bindings/pci/designware-pci.txt
8+
Please refer to Documentation/devicetree/bindings/pci/designware-pcie.txt
99
for the details of DesignWare DT bindings. Additional properties are
1010
described here as well as properties that are not applicable.
1111

Documentation/devicetree/bindings/pinctrl/pinctrl-max77620.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Optional Pinmux properties:
1111
--------------------------
1212
Following properties are required if default setting of pins are required
1313
at boot.
14-
- pinctrl-names: A pinctrl state named per <pinctrl-binding.txt>.
14+
- pinctrl-names: A pinctrl state named per <pinctrl-bindings.txt>.
1515
- pinctrl[0...n]: Properties to contain the phandle for pinctrl states per
16-
<pinctrl-binding.txt>.
16+
<pinctrl-bindings.txt>.
1717

1818
The pin configurations are defined as child of the pinctrl states node. Each
1919
sub-node have following properties:

Documentation/devicetree/bindings/pinctrl/pinctrl-mcp23s08.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ Optional Pinmux properties:
101101
--------------------------
102102
Following properties are required if default setting of pins are required
103103
at boot.
104-
- pinctrl-names: A pinctrl state named per <pinctrl-binding.txt>.
104+
- pinctrl-names: A pinctrl state named per <pinctrl-bindings.txt>.
105105
- pinctrl[0...n]: Properties to contain the phandle for pinctrl states per
106-
<pinctrl-binding.txt>.
106+
<pinctrl-bindings.txt>.
107107

108108
The pin configurations are defined as child of the pinctrl states node. Each
109109
sub-node have following properties:

Documentation/devicetree/bindings/pinctrl/pinctrl-rk805.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Optional Pinmux properties:
1010
--------------------------
1111
Following properties are required if default setting of pins are required
1212
at boot.
13-
- pinctrl-names: A pinctrl state named per <pinctrl-binding.txt>.
13+
- pinctrl-names: A pinctrl state named per <pinctrl-bindings.txt>.
1414
- pinctrl[0...n]: Properties to contain the phandle for pinctrl states per
15-
<pinctrl-binding.txt>.
15+
<pinctrl-bindings.txt>.
1616

1717
The pin configurations are defined as child of the pinctrl states node. Each
1818
sub-node have following properties:

Documentation/devicetree/bindings/power/fsl,imx-gpc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Required properties:
1414
datasheet
1515
- interrupts: Should contain one interrupt specifier for the GPC interrupt
1616
- clocks: Must contain an entry for each entry in clock-names.
17-
See Documentation/devicetree/bindings/clocks/clock-bindings.txt for details.
17+
See Documentation/devicetree/bindings/clock/clock-bindings.txt for details.
1818
- clock-names: Must include the following entries:
1919
- ipg
2020

Documentation/devicetree/bindings/power/supply/ab8500/btemp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Required Properties:
1313
};
1414

1515
For information on battery specific node, Ref:
16-
Documentation/devicetree/bindings/power_supply/ab8500/fg.txt
16+
Documentation/devicetree/bindings/power/supply/ab8500/fg.txt

Documentation/devicetree/bindings/power/supply/ab8500/chargalg.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ ab8500_chargalg {
1313
};
1414

1515
For information on battery specific node, Ref:
16-
Documentation/devicetree/bindings/power_supply/ab8500/fg.txt
16+
Documentation/devicetree/bindings/power/supply/ab8500/fg.txt

Documentation/devicetree/bindings/power/supply/ab8500/charger.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Required Properties:
2222
};
2323

2424
For information on battery specific node, Ref:
25-
Documentation/devicetree/bindings/power_supply/ab8500/fg.txt
25+
Documentation/devicetree/bindings/power/supply/ab8500/fg.txt

Documentation/devicetree/bindings/power/wakeup-source.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ List of legacy properties and respective binding document
2222
3. "has-tpo" Documentation/devicetree/bindings/rtc/rtc-opal.txt
2323
4. "linux,wakeup" Documentation/devicetree/bindings/input/gpio-matrix-keypad.txt
2424
Documentation/devicetree/bindings/mfd/tc3589x.txt
25-
Documentation/devicetree/bindings/input/ads7846.txt
25+
Documentation/devicetree/bindings/input/touchscreen/ads7846.txt
2626
5. "linux,keypad-wakeup" Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt
2727
6. "linux,input-wakeup" Documentation/devicetree/bindings/input/samsung-keypad.txt
2828
7. "nvidia,wakeup-source" Documentation/devicetree/bindings/input/nvidia,tegra20-kbc.txt

Documentation/devicetree/bindings/serial/microchip,pic32-uart.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Required properties:
88
See: Documentation/devicetree/bindings/clock/clock-bindings.txt
99
- pinctrl-names: A pinctrl state names "default" must be defined.
1010
- pinctrl-0: Phandle referencing pin configuration of the UART peripheral.
11-
See: Documentation/devicetree/bindings/pinctrl/pinctrl-binding.txt
11+
See: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
1212

1313
Optional properties:
1414
- cts-gpios: CTS pin for UART

Documentation/devicetree/bindings/sound/st,stm32-i2s.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Required properties:
1818
See Documentation/devicetree/bindings/dma/stm32-dma.txt.
1919
- dma-names: Identifier for each DMA request line. Must be "tx" and "rx".
2020
- pinctrl-names: should contain only value "default"
21-
- pinctrl-0: see Documentation/devicetree/bindings/pinctrl/pinctrl-stm32.txt
21+
- pinctrl-0: see Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt
2222

2323
Optional properties:
2424
- resets: Reference to a reset controller asserting the reset controller

Documentation/devicetree/bindings/sound/st,stm32-sai.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SAI subnodes required properties:
3737
"tx": if sai sub-block is configured as playback DAI
3838
"rx": if sai sub-block is configured as capture DAI
3939
- pinctrl-names: should contain only value "default"
40-
- pinctrl-0: see Documentation/devicetree/bindings/pinctrl/pinctrl-stm32.txt
40+
- pinctrl-0: see Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt
4141

4242
SAI subnodes Optional properties:
4343
- st,sync: specify synchronization mode.

Documentation/devicetree/bindings/spi/spi-st-ssc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Required properties:
99
- clocks : Must contain an entry for each name in clock-names
1010
See ../clk/*
1111
- pinctrl-names : Uses "default", can use "sleep" if provided
12-
See ../pinctrl/pinctrl-binding.txt
12+
See ../pinctrl/pinctrl-bindings.txt
1313

1414
Optional properties:
1515
- cs-gpios : List of GPIO chip selects

0 commit comments

Comments
 (0)