Skip to content

Commit 1ccb2f4

Browse files
author
Ingo Molnar
committed
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <[email protected]>
2 parents c3a3800 + 9b231d9 commit 1ccb2f4

File tree

720 files changed

+12548
-17572
lines changed

Some content is hidden

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

720 files changed

+12548
-17572
lines changed

Documentation/admin-guide/pm/cpufreq.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,14 @@ are the following:
237237
This attribute is not present if the scaling driver in use does not
238238
support it.
239239

240+
``cpuinfo_cur_freq``
241+
Current frequency of the CPUs belonging to this policy as obtained from
242+
the hardware (in KHz).
243+
244+
This is expected to be the frequency the hardware actually runs at.
245+
If that frequency cannot be determined, this attribute should not
246+
be present.
247+
240248
``cpuinfo_max_freq``
241249
Maximum possible operating frequency the CPUs belonging to this policy
242250
can run at (in kHz).

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
};
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Exportable MPIO interface of Exar UART chips
2+
3+
Required properties of the device:
4+
- exar,first-pin: first exportable pins (0..15)
5+
- ngpios: number of exportable pins (1..16)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Optional properties:
4040
Example for a Mali-T760:
4141

4242
gpu@ffa30000 {
43-
compatible = "rockchip,rk3288-mali", "arm,mali-t760", "arm,mali-midgard";
43+
compatible = "rockchip,rk3288-mali", "arm,mali-t760";
4444
reg = <0xffa30000 0x10000>;
4545
interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
4646
<GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,

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>;

0 commit comments

Comments
 (0)