Skip to content

Commit 02af1db

Browse files
committed
Merge back thermal control material for v6.1.
2 parents d92e600 + 393d0f5 commit 02af1db

File tree

462 files changed

+8228
-4912
lines changed

Some content is hidden

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

462 files changed

+8228
-4912
lines changed

Documentation/atomic_bitops.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Like with atomic_t, the rule of thumb is:
5959
- RMW operations that have a return value are fully ordered.
6060

6161
- RMW operations that are conditional are unordered on FAILURE,
62-
otherwise the above rules apply. In the case of test_and_{}_bit() operations,
62+
otherwise the above rules apply. In the case of test_and_set_bit_lock(),
6363
if the bit in memory is unchanged by the operation then it is deemed to have
6464
failed.
6565

Documentation/devicetree/bindings/display/allwinner,sun4i-a10-tcon.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ allOf:
233233
- allwinner,sun8i-a83t-tcon-lcd
234234
- allwinner,sun8i-v3s-tcon
235235
- allwinner,sun9i-a80-tcon-lcd
236+
- allwinner,sun20i-d1-tcon-lcd
236237

237238
then:
238239
properties:
@@ -252,6 +253,7 @@ allOf:
252253
- allwinner,sun8i-a83t-tcon-tv
253254
- allwinner,sun8i-r40-tcon-tv
254255
- allwinner,sun9i-a80-tcon-tv
256+
- allwinner,sun20i-d1-tcon-tv
255257

256258
then:
257259
properties:
@@ -278,6 +280,7 @@ allOf:
278280
- allwinner,sun9i-a80-tcon-lcd
279281
- allwinner,sun4i-a10-tcon
280282
- allwinner,sun8i-a83t-tcon-lcd
283+
- allwinner,sun20i-d1-tcon-lcd
281284

282285
then:
283286
required:
@@ -294,6 +297,7 @@ allOf:
294297
- allwinner,sun8i-a23-tcon
295298
- allwinner,sun8i-a33-tcon
296299
- allwinner,sun8i-a83t-tcon-lcd
300+
- allwinner,sun20i-d1-tcon-lcd
297301

298302
then:
299303
properties:

Documentation/devicetree/bindings/net/qcom-emac.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ MAC node:
1414
- mac-address : The 6-byte MAC address. If present, it is the default
1515
MAC address.
1616
- internal-phy : phandle to the internal PHY node
17-
- phy-handle : phandle the external PHY node
17+
- phy-handle : phandle to the external PHY node
1818

1919
Internal PHY node:
2020
- compatible : Should be "qcom,fsm9900-emac-sgmii" or "qcom,qdf2432-emac-sgmii".

Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ properties:
4747
description:
4848
Properties for single LDO regulator.
4949

50-
properties:
51-
regulator-name:
52-
pattern: "^LDO[1-5]$"
53-
description:
54-
should be "LDO1", ..., "LDO5"
55-
5650
unevaluatedProperties: false
5751

5852
"^BUCK[1-6]$":
@@ -62,11 +56,6 @@ properties:
6256
Properties for single BUCK regulator.
6357

6458
properties:
65-
regulator-name:
66-
pattern: "^BUCK[1-6]$"
67-
description:
68-
should be "BUCK1", ..., "BUCK6"
69-
7059
nxp,dvs-run-voltage:
7160
$ref: "/schemas/types.yaml#/definitions/uint32"
7261
minimum: 600000

Documentation/devicetree/bindings/spi/cdns,qspi-nor-peripheral-props.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description:
1010
See spi-peripheral-props.yaml for more info.
1111

1212
maintainers:
13-
- Pratyush Yadav <p.yadav@ti.com>
13+
- Vaishnav Achath <vaishnav.a@ti.com>
1414

1515
properties:
1616
# cdns,qspi-nor.yaml

Documentation/devicetree/bindings/spi/cdns,qspi-nor.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: Cadence Quad SPI controller
88

99
maintainers:
10-
- Pratyush Yadav <p.yadav@ti.com>
10+
- Vaishnav Achath <vaishnav.a@ti.com>
1111

1212
allOf:
1313
- $ref: spi-controller.yaml#

Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description:
1616
their own separate schema that should be referenced from here.
1717

1818
maintainers:
19-
- Pratyush Yadav <p.yadav@ti.com>
19+
- Mark Brown <broonie@kernel.org>
2020

2121
properties:
2222
reg:

Documentation/devicetree/bindings/thermal/rcar-thermal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ properties:
4242
description:
4343
Address ranges of the thermal registers. If more then one range is given
4444
the first one must be the common registers followed by each sensor
45-
according the datasheet.
45+
according to the datasheet.
4646
minItems: 1
4747
maxItems: 4
4848

Documentation/kbuild/kconfig-language.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,8 @@ followed by a test macro::
525525
If you need to expose a compiler capability to makefiles and/or C source files,
526526
`CC_HAS_` is the recommended prefix for the config option::
527527

528-
config CC_HAS_ASM_GOTO
529-
def_bool $(success,$(srctree)/scripts/gcc-goto.sh $(CC))
528+
config CC_HAS_FOO
529+
def_bool $(success,$(srctree)/scripts/cc-check-foo.sh $(CC))
530530

531531
Build as module only
532532
~~~~~~~~~~~~~~~~~~~~

Documentation/tools/rtla/rtla-timerlat-hist.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ EXAMPLE
3333
=======
3434
In the example below, **rtla timerlat hist** is set to run for *10* minutes,
3535
in the cpus *0-4*, *skipping zero* only lines. Moreover, **rtla timerlat
36-
hist** will change the priority of the *timelat* threads to run under
36+
hist** will change the priority of the *timerlat* threads to run under
3737
*SCHED_DEADLINE* priority, with a *10us* runtime every *1ms* period. The
3838
*1ms* period is also passed to the *timerlat* tracer::
3939

0 commit comments

Comments
 (0)