Skip to content

Commit 29fda25

Browse files
committed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Two minor conflicts in virtio_net driver (bug fix overlapping addition of a helper) and MAINTAINERS (new driver edit overlapping revamp of PHY entry). Signed-off-by: David S. Miller <[email protected]>
2 parents bb1182b + bc78d64 commit 29fda25

File tree

537 files changed

+11723
-5156
lines changed

Some content is hidden

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

537 files changed

+11723
-5156
lines changed

Documentation/device-mapper/dm-raid.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,3 +343,4 @@ Version History
343343
1.11.0 Fix table line argument order
344344
(wrong raid10_copies/raid10_format sequence)
345345
1.11.1 Add raid4/5/6 journal write-back support via journal_mode option
346+
1.12.1 fix for MD deadlock between mddev_suspend() and md_write_start() available

Documentation/devicetree/bindings/ata/sata_rcar.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
* Renesas R-Car SATA
22

33
Required properties:
4-
- compatible : should contain one of the following:
4+
- compatible : should contain one or more of the following:
55
- "renesas,sata-r8a7779" for R-Car H1
6-
("renesas,rcar-sata" is deprecated)
76
- "renesas,sata-r8a7790-es1" for R-Car H2 ES1
87
- "renesas,sata-r8a7790" for R-Car H2 other than ES1
98
- "renesas,sata-r8a7791" for R-Car M2-W
109
- "renesas,sata-r8a7793" for R-Car M2-N
1110
- "renesas,sata-r8a7795" for R-Car H3
11+
- "renesas,rcar-gen2-sata" for a generic R-Car Gen2 compatible device
12+
- "renesas,rcar-gen3-sata" for a generic R-Car Gen3 compatible device
13+
- "renesas,rcar-sata" is deprecated
14+
15+
When compatible with the generic version nodes
16+
must list the SoC-specific version corresponding
17+
to the platform first followed by the generic
18+
version.
19+
1220
- reg : address and length of the SATA registers;
1321
- interrupts : must consist of one interrupt specifier.
1422
- clocks : must contain a reference to the functional clock.
1523

1624
Example:
1725

1826
sata0: sata@ee300000 {
19-
compatible = "renesas,sata-r8a7791";
27+
compatible = "renesas,sata-r8a7791", "renesas,rcar-gen2-sata";
2028
reg = <0 0xee300000 0 0x2000>;
2129
interrupt-parent = <&gic>;
2230
interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>;

Documentation/devicetree/bindings/crypto/inside-secure-safexcel.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Required properties:
88

99
Optional properties:
1010
- clocks: Reference to the crypto engine clock.
11-
- dma-mask: The address mask limitation. Defaults to 64.
1211

1312
Example:
1413

@@ -24,6 +23,5 @@ Example:
2423
interrupt-names = "mem", "ring0", "ring1", "ring2", "ring3",
2524
"eip";
2625
clocks = <&cpm_syscon0 1 26>;
27-
dma-mask = <0xff 0xffffffff>;
2826
status = "disabled";
2927
};

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ Example:
7878
};
7979

8080
dwmmc0@12200000 {
81-
num-slots = <1>;
8281
cap-mmc-highspeed;
8382
cap-sd-highspeed;
8483
broken-cd;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ Example:
2424

2525
fifo-depth = <0x20>;
2626
bus-width = <4>;
27-
num-slots = <1>;
2827
disable-wp;
2928
};

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Example:
3636

3737
/* Board portion */
3838
dwmmc0@fcd03000 {
39-
num-slots = <1>;
4039
vmmc-supply = <&ldo12>;
4140
fifo-depth = <0x100>;
4241
pinctrl-names = "default";
@@ -52,7 +51,6 @@ Example:
5251

5352
dwmmc_1: dwmmc1@f723e000 {
5453
compatible = "hisilicon,hi6220-dw-mshc";
55-
num-slots = <0x1>;
5654
bus-width = <0x4>;
5755
disable-wp;
5856
cap-sd-highspeed;

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

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Required Properties:
1212
* #address-cells: should be 1.
1313
* #size-cells: should be 0.
1414

15-
# Slots: The slot specific information are contained within child-nodes with
16-
each child-node representing a supported slot. There should be atleast one
17-
child node representing a card slot. The name of the child node representing
18-
the slot is recommended to be slot@n where n is the unique number of the slot
19-
connected to the controller. The following are optional properties which
20-
can be included in the slot child node.
15+
# Slots (DEPRECATED): The slot specific information are contained within
16+
child-nodes with each child-node representing a supported slot. There should
17+
be atleast one child node representing a card slot. The name of the child node
18+
representing the slot is recommended to be slot@n where n is the unique number
19+
of the slot connected to the controller. The following are optional properties
20+
which can be included in the slot child node.
2121

2222
* reg: specifies the physical slot number. The valid values of this
2323
property is 0 to (num-slots -1), where num-slots is the value
@@ -63,7 +63,7 @@ Optional properties:
6363
clock(cclk_out). If it's not specified, max is 200MHZ and min is 400KHz by default.
6464
(Use the "max-frequency" instead of "clock-freq-min-max".)
6565

66-
* num-slots: specifies the number of slots supported by the controller.
66+
* num-slots (DEPRECATED): specifies the number of slots supported by the controller.
6767
The number of physical slots actually used could be equal or less than the
6868
value specified by num-slots. If this property is not specified, the value
6969
of num-slot property is assumed to be 1.
@@ -124,7 +124,6 @@ board specific portions as listed below.
124124
dwmmc0@12200000 {
125125
clock-frequency = <400000000>;
126126
clock-freq-min-max = <400000 200000000>;
127-
num-slots = <1>;
128127
broken-cd;
129128
fifo-depth = <0x80>;
130129
card-detect-delay = <200>;
@@ -139,7 +138,6 @@ board specific portions as listed below.
139138
dwmmc0@12200000 {
140139
clock-frequency = <400000000>;
141140
clock-freq-min-max = <400000 200000000>;
142-
num-slots = <1>;
143141
broken-cd;
144142
fifo-depth = <0x80>;
145143
card-detect-delay = <200>;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Example:
2525
clock-frequency = <50000000>;
2626
clocks = <&topcrm SD0_AHB>, <&topcrm SD0_WCLK>;
2727
clock-names = "biu", "ciu";
28-
num-slots = <1>;
2928
max-frequency = <50000000>;
3029
cap-sdio-irq;
3130
cap-sd-highspeed;

Documentation/devicetree/bindings/nvmem/rockchip-efuse.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Required properties:
44
- compatible: Should be one of the following.
55
- "rockchip,rk3066a-efuse" - for RK3066a SoCs.
66
- "rockchip,rk3188-efuse" - for RK3188 SoCs.
7-
- "rockchip,rk322x-efuse" - for RK322x SoCs.
7+
- "rockchip,rk3228-efuse" - for RK3228 SoCs.
88
- "rockchip,rk3288-efuse" - for RK3288 SoCs.
99
- "rockchip,rk3399-efuse" - for RK3399 SoCs.
1010
- reg: Should contain the registers location and exact eFuse size

Documentation/devicetree/bindings/serial/fsl-imx-uart.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Optional properties:
99
- fsl,irda-mode : Indicate the uart supports irda mode
1010
- fsl,dte-mode : Indicate the uart works in DTE mode. The uart works
1111
in DCE mode by default.
12-
- fsl,dma-size : Indicate the size of the DMA buffer and its periods
1312

1413
Please check Documentation/devicetree/bindings/serial/serial.txt
1514
for the complete list of generic properties.
@@ -29,5 +28,4 @@ uart1: serial@73fbc000 {
2928
interrupts = <31>;
3029
uart-has-rtscts;
3130
fsl,dte-mode;
32-
fsl,dma-size = <1024 4>;
3331
};

0 commit comments

Comments
 (0)