Skip to content

Commit 5c281b4

Browse files
committed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
No conflicts. Signed-off-by: Jakub Kicinski <[email protected]>
2 parents b97dcb8 + aa3398f commit 5c281b4

File tree

272 files changed

+2139
-981
lines changed

Some content is hidden

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

272 files changed

+2139
-981
lines changed

Documentation/ABI/testing/sysfs-ata

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,14 @@ Description:
107107
described in ATA8 7.16 and 7.17. Only valid if
108108
the device is not a PM.
109109

110-
pio_mode: (RO) Transfer modes supported by the device when
111-
in PIO mode. Mostly used by PATA device.
110+
pio_mode: (RO) PIO transfer mode used by the device.
111+
Mostly used by PATA devices.
112112

113-
xfer_mode: (RO) Current transfer mode
113+
xfer_mode: (RO) Current transfer mode. Mostly used by
114+
PATA devices.
114115

115-
dma_mode: (RO) Transfer modes supported by the device when
116-
in DMA mode. Mostly used by PATA device.
116+
dma_mode: (RO) DMA transfer mode used by the device.
117+
Mostly used by PATA devices.
117118

118119
class: (RO) Device class. Can be "ata" for disk,
119120
"atapi" for packet device, "pmp" for PM, or

Documentation/ABI/testing/sysfs-driver-bd9571mwv-regulator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ Description: Read/write the current state of DDR Backup Mode, which controls
2626
DDR Backup Mode must be explicitly enabled by the user,
2727
to invoke step 1.
2828

29-
See also Documentation/devicetree/bindings/mfd/bd9571mwv.txt.
29+
See also Documentation/devicetree/bindings/mfd/rohm,bd9571mwv.yaml.
3030
Users: User space applications for embedded boards equipped with a
3131
BD9571MWV PMIC.

Documentation/arm/tcm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CPU so it is usually wise not to overlap any physical RAM with
3434
the TCM.
3535

3636
The TCM memory can then be remapped to another address again using
37-
the MMU, but notice that the TCM if often used in situations where
37+
the MMU, but notice that the TCM is often used in situations where
3838
the MMU is turned off. To avoid confusion the current Linux
3939
implementation will map the TCM 1 to 1 from physical to virtual
4040
memory in the location specified by the kernel. Currently Linux

Documentation/arm64/sme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ The regset data starts with struct user_za_header, containing:
371371
Appendix A. SME programmer's model (informative)
372372
=================================================
373373

374-
This section provides a minimal description of the additions made by SVE to the
374+
This section provides a minimal description of the additions made by SME to the
375375
ARMv8-A programmer's model that are relevant to this document.
376376

377377
Note: This section is for information only and not intended to be complete or

Documentation/devicetree/bindings/clock/idt,versaclock5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ description: |
4545
The case where SH and SP are both 1 is likely not very interesting.
4646
4747
maintainers:
48-
- Luca Ceresoli <luca@lucaceresoli.net>
48+
- Luca Ceresoli <luca[email protected]>
4949

5050
properties:
5151
compatible:

Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ has been processed. See [2] for more information on the brcm,l2-intc node.
1616
firmware. On some SoCs, this firmware supports DFS and DVFS in addition to
1717
Adaptive Voltage Scaling.
1818

19-
[2] Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.txt
19+
[2] Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.yaml
2020

2121

2222
Node brcm,avs-cpu-data-mem

Documentation/devicetree/bindings/display/arm,malidp.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ properties:
7171
- description: number of output lines for the green channel (G)
7272
- description: number of output lines for the blue channel (B)
7373

74-
arm,malidp-arqos-high-level:
75-
$ref: /schemas/types.yaml#/definitions/uint32
76-
description:
77-
integer describing the ARQoS levels of DP500's QoS signaling
78-
7974
arm,malidp-arqos-value:
8075
$ref: /schemas/types.yaml#/definitions/uint32
8176
description:
@@ -113,7 +108,7 @@ examples:
113108
clocks = <&oscclk2>, <&fpgaosc0>, <&fpgaosc1>, <&fpgaosc1>;
114109
clock-names = "pxlclk", "mclk", "aclk", "pclk";
115110
arm,malidp-output-port-lines = /bits/ 8 <8 8 8>;
116-
arm,malidp-arqos-high-level = <0xd000d000>;
111+
arm,malidp-arqos-value = <0xd000d000>;
117112
118113
port {
119114
dp0_output: endpoint {

Documentation/devicetree/bindings/display/msm/dpu-sc7180.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Qualcomm Display DPU dt properties for SC7180 target
88

99
maintainers:
10-
- Krishna Manikandan <[email protected]>
10+
- Krishna Manikandan <[email protected]>
1111

1212
description: |
1313
Device tree bindings for MSM Mobile Display Subsystem(MDSS) that encapsulates

Documentation/devicetree/bindings/display/msm/dpu-sc7280.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Qualcomm Display DPU dt properties for SC7280
88

99
maintainers:
10-
- Krishna Manikandan <[email protected]>
10+
- Krishna Manikandan <[email protected]>
1111

1212
description: |
1313
Device tree bindings for MSM Mobile Display Subsystem (MDSS) that encapsulates

Documentation/devicetree/bindings/display/msm/dpu-sdm845.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Qualcomm Display DPU dt properties for SDM845 target
88

99
maintainers:
10-
- Krishna Manikandan <[email protected]>
10+
- Krishna Manikandan <[email protected]>
1111

1212
description: |
1313
Device tree bindings for MSM Mobile Display Subsystem(MDSS) that encapsulates

Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Qualcomm Display DSI controller
88

99
maintainers:
10-
- Krishna Manikandan <[email protected]>
10+
- Krishna Manikandan <[email protected]>
1111

1212
allOf:
1313
- $ref: "../dsi-controller.yaml#"

Documentation/devicetree/bindings/display/msm/dsi-phy-10nm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Qualcomm Display DSI 10nm PHY
88

99
maintainers:
10-
- Krishna Manikandan <[email protected]>
10+
- Krishna Manikandan <[email protected]>
1111

1212
allOf:
1313
- $ref: dsi-phy-common.yaml#

Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Qualcomm Display DSI 14nm PHY
88

99
maintainers:
10-
- Krishna Manikandan <[email protected]>
10+
- Krishna Manikandan <[email protected]>
1111

1212
allOf:
1313
- $ref: dsi-phy-common.yaml#

Documentation/devicetree/bindings/display/msm/dsi-phy-20nm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Qualcomm Display DSI 20nm PHY
88

99
maintainers:
10-
- Krishna Manikandan <[email protected]>
10+
- Krishna Manikandan <[email protected]>
1111

1212
allOf:
1313
- $ref: dsi-phy-common.yaml#

Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Qualcomm Display DSI 28nm PHY
88

99
maintainers:
10-
- Krishna Manikandan <[email protected]>
10+
- Krishna Manikandan <[email protected]>
1111

1212
allOf:
1313
- $ref: dsi-phy-common.yaml#

Documentation/devicetree/bindings/display/msm/dsi-phy-common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Description of Qualcomm Display DSI PHY common dt properties
88

99
maintainers:
10-
- Krishna Manikandan <[email protected]>
10+
- Krishna Manikandan <[email protected]>
1111

1212
description: |
1313
This defines the DSI PHY dt properties which are common for all

Documentation/devicetree/bindings/hwmon/vexpress.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Requires node properties:
99
"arm,vexpress-power"
1010
"arm,vexpress-energy"
1111
- "arm,vexpress-sysreg,func" when controlled via vexpress-sysreg
12-
(see Documentation/devicetree/bindings/arm/vexpress-sysreg.txt
12+
(see Documentation/devicetree/bindings/arm/vexpress-config.yaml
1313
for more details)
1414

1515
Optional node properties:
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/iommu/xen,grant-dma.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Xen specific IOMMU for virtualized devices (e.g. virtio)
8+
9+
maintainers:
10+
- Stefano Stabellini <[email protected]>
11+
12+
description:
13+
The Xen IOMMU represents the Xen grant table interface. Grant mappings
14+
are to be used with devices connected to the Xen IOMMU using the "iommus"
15+
property, which also specifies the ID of the backend domain.
16+
The binding is required to restrict memory access using Xen grant mappings.
17+
18+
properties:
19+
compatible:
20+
const: xen,grant-dma
21+
22+
'#iommu-cells':
23+
const: 1
24+
description:
25+
The single cell is the domid (domain ID) of the domain where the backend
26+
is running.
27+
28+
required:
29+
- compatible
30+
- "#iommu-cells"
31+
32+
additionalProperties: false
33+
34+
examples:
35+
- |
36+
iommu {
37+
compatible = "xen,grant-dma";
38+
#iommu-cells = <1>;
39+
};

Documentation/devicetree/bindings/memory-controllers/nvidia,tegra186-mc.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ allOf:
150150
description: 5 memory controller channels and 1 for stream-id registers
151151

152152
reg-names:
153-
maxItems: 6
154153
items:
155154
- const: sid
156155
- const: broadcast
@@ -170,7 +169,6 @@ allOf:
170169
description: 17 memory controller channels and 1 for stream-id registers
171170

172171
reg-names:
173-
minItems: 18
174172
items:
175173
- const: sid
176174
- const: broadcast
@@ -202,7 +200,6 @@ allOf:
202200
description: 17 memory controller channels and 1 for stream-id registers
203201

204202
reg-names:
205-
minItems: 18
206203
items:
207204
- const: sid
208205
- const: broadcast

Documentation/devicetree/bindings/mfd/maxim,max77714.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: MAX77714 PMIC with GPIO, RTC and watchdog from Maxim Integrated.
88

99
maintainers:
10-
- Luca Ceresoli <luca@lucaceresoli.net>
10+
- Luca Ceresoli <luca[email protected]>
1111

1212
description: |
1313
MAX77714 is a Power Management IC with 4 buck regulators, 9

Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ allOf:
148148
items:
149149
- description: Xenon IP registers
150150
- description: Armada 3700 SoC PHY PAD Voltage Control register
151-
minItems: 2
152151

153152
marvell,pad-type:
154153
$ref: /schemas/types.yaml#/definitions/string

Documentation/devicetree/bindings/nvme/apple,nvme-ans.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ properties:
5555
maxItems: 1
5656

5757
apple,sart:
58-
maxItems: 1
5958
$ref: /schemas/types.yaml#/definitions/phandle
6059
description: |
6160
Reference to the SART address filter.

Documentation/devicetree/bindings/phy/phy-stih407-usb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Required properties:
99
- resets : list of phandle and reset specifier pairs. There should be two entries, one
1010
for the whole phy and one for the port
1111
- reset-names : list of reset signal names. Should be "global" and "port"
12-
See: Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
12+
See: Documentation/devicetree/bindings/reset/st,stih407-powerdown.yaml
1313
See: Documentation/devicetree/bindings/reset/reset.txt
1414

1515
Example:

Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#"
88
title: Qualcomm QMP USB3 DP PHY controller
99

1010
maintainers:
11-
- Manu Gautam <[email protected]>
11+
- Wesley Cheng <[email protected]>
1212

1313
properties:
1414
compatible:

Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#"
88
title: Qualcomm QUSB2 phy controller
99

1010
maintainers:
11-
- Manu Gautam <[email protected]>
11+
- Wesley Cheng <[email protected]>
1212

1313
description:
1414
QUSB2 controller supports LS/FS/HS usb connectivity on Qualcomm chipsets.

Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#"
77
title: Qualcomm Synopsys Femto High-Speed USB PHY V2
88

99
maintainers:
10-
- Wesley Cheng <[email protected]>
10+
- Wesley Cheng <[email protected]>
1111

1212
description: |
1313
Qualcomm High-Speed USB PHY

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Required properties:
2727
- pins: List of pins. Valid values of pins properties are: gpio0, gpio1.
2828

2929
First 2 properties must be added in the RK805 PMIC node, documented in
30-
Documentation/devicetree/bindings/mfd/rk808.txt
30+
Documentation/devicetree/bindings/mfd/rockchip,rk808.yaml
3131

3232
Optional properties:
3333
-------------------

Documentation/devicetree/bindings/pinctrl/ralink,mt7620-pinctrl.yaml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,31 +32,37 @@ patternProperties:
3232
groups:
3333
description: The pin group to select.
3434
enum: [
35+
# common
36+
i2c, spi, wdt,
37+
3538
# For MT7620 SoC
36-
ephy, i2c, mdio, nd_sd, pa, pcie, rgmii1, rgmii2, spi, spi refclk,
37-
uartf, uartlite, wdt, wled,
39+
ephy, mdio, nd_sd, pa, pcie, rgmii1, rgmii2, spi refclk,
40+
uartf, uartlite, wled,
3841

3942
# For MT7628 and MT7688 SoCs
40-
gpio, i2c, i2s, p0led_an, p0led_kn, p1led_an, p1led_kn, p2led_an,
43+
gpio, i2s, p0led_an, p0led_kn, p1led_an, p1led_kn, p2led_an,
4144
p2led_kn, p3led_an, p3led_kn, p4led_an, p4led_kn, perst, pwm0,
42-
pwm1, refclk, sdmode, spi, spi cs1, spis, uart0, uart1, uart2,
43-
wdt, wled_an, wled_kn,
45+
pwm1, refclk, sdmode, spi cs1, spis, uart0, uart1, uart2,
46+
wled_an, wled_kn,
4447
]
4548

4649
function:
4750
description: The mux function to select.
4851
enum: [
52+
# common
53+
gpio, i2c, refclk, spi,
54+
4955
# For MT7620 SoC
50-
ephy, gpio, gpio i2s, gpio uartf, i2c, i2s uartf, mdio, nand, pa,
51-
pcie refclk, pcie rst, pcm gpio, pcm i2s, pcm uartf, refclk,
52-
rgmii1, rgmii2, sd, spi, spi refclk, uartf, uartlite, wdt refclk,
56+
ephy, gpio i2s, gpio uartf, i2s uartf, mdio, nand, pa,
57+
pcie refclk, pcie rst, pcm gpio, pcm i2s, pcm uartf,
58+
rgmii1, rgmii2, sd, spi refclk, uartf, uartlite, wdt refclk,
5359
wdt rst, wled,
5460

5561
# For MT7628 and MT7688 SoCs
56-
antenna, debug, gpio, i2c, i2s, jtag, p0led_an, p0led_kn,
62+
antenna, debug, i2s, jtag, p0led_an, p0led_kn,
5763
p1led_an, p1led_kn, p2led_an, p2led_kn, p3led_an, p3led_kn,
5864
p4led_an, p4led_kn, pcie, pcm, perst, pwm, pwm0, pwm1, pwm_uart2,
59-
refclk, rsvd, sdxc, sdxc d5 d4, sdxc d6, sdxc d7, spi, spi cs1,
65+
rsvd, sdxc, sdxc d5 d4, sdxc d6, sdxc d7, spi cs1,
6066
spis, sw_r, uart0, uart1, uart2, utif, wdt, wled_an, wled_kn, -,
6167
]
6268

0 commit comments

Comments
 (0)