Skip to content

Commit 5c5e74a

Browse files
committed
Merge remote-tracking branch 'stable/linux-6.12.y' into rpi-6.12.y
2 parents d091328 + 1a4a724 commit 5c5e74a

607 files changed

Lines changed: 5884 additions & 3762 deletions

File tree

Some content is hidden

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

Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ properties:
4141
patternProperties:
4242
"^sdhci@[0-9a-f]+$":
4343
type: object
44-
$ref: mmc-controller.yaml
44+
$ref: sdhci-common.yaml
4545
unevaluatedProperties: false
4646

4747
properties:

Documentation/devicetree/bindings/pci/qcom,pcie-sc7280.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ properties:
7474
items:
7575
- const: pci
7676

77+
required:
78+
- power-domains
79+
- resets
80+
- reset-names
81+
7782
allOf:
7883
- $ref: qcom,pcie-common.yaml#
7984

Documentation/devicetree/bindings/pci/qcom,pcie-sc8280xp.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ properties:
6161
required:
6262
- interconnects
6363
- interconnect-names
64+
- power-domains
65+
- resets
66+
- reset-names
6467

6568
allOf:
6669
- $ref: qcom,pcie-common.yaml#

Documentation/devicetree/bindings/pci/qcom,pcie-sm8150.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ properties:
6969
items:
7070
- const: pci
7171

72+
required:
73+
- power-domains
74+
- resets
75+
- reset-names
76+
7277
allOf:
7378
- $ref: qcom,pcie-common.yaml#
7479

Documentation/devicetree/bindings/pci/qcom,pcie-sm8250.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ properties:
8181
items:
8282
- const: pci
8383

84+
required:
85+
- power-domains
86+
- resets
87+
- reset-names
88+
8489
allOf:
8590
- $ref: qcom,pcie-common.yaml#
8691

Documentation/devicetree/bindings/pci/qcom,pcie-sm8350.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ properties:
7171
items:
7272
- const: pci
7373

74+
required:
75+
- power-domains
76+
- resets
77+
- reset-names
78+
7479
allOf:
7580
- $ref: qcom,pcie-common.yaml#
7681

Documentation/devicetree/bindings/pci/qcom,pcie-sm8450.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ properties:
8181
items:
8282
- const: pci
8383

84+
required:
85+
- power-domains
86+
- resets
87+
- reset-names
88+
8489
allOf:
8590
- $ref: qcom,pcie-common.yaml#
8691

Documentation/devicetree/bindings/pci/qcom,pcie-sm8550.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ properties:
7878
- const: pci # PCIe core reset
7979
- const: link_down # PCIe link down reset
8080

81+
required:
82+
- power-domains
83+
- resets
84+
- reset-names
85+
8186
allOf:
8287
- $ref: qcom,pcie-common.yaml#
8388

Documentation/driver-api/soundwire/stream.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ per stream. From ASoC DPCM framework, this stream state maybe linked to
291291

292292
.. code-block:: c
293293
294-
int sdw_alloc_stream(char * stream_name);
294+
int sdw_alloc_stream(char * stream_name, enum sdw_stream_type type);
295295
296296
The SoundWire core provides a sdw_startup_stream() helper function,
297297
typically called during a dailink .startup() callback, which performs

Documentation/driver-api/tty/tty_port.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ TTY Refcounting
4242
TTY Helpers
4343
-----------
4444

45+
.. kernel-doc:: include/linux/tty_port.h
46+
:identifiers: tty_port_tty_hangup tty_port_tty_vhangup
4547
.. kernel-doc:: drivers/tty/tty_port.c
46-
:identifiers: tty_port_tty_hangup tty_port_tty_wakeup
47-
48+
:identifiers: tty_port_tty_wakeup
4849

4950
Modem Signals
5051
-------------

0 commit comments

Comments
 (0)