Skip to content

Commit a67ee4e

Browse files
committed
Merge branch 'kbuild-6.19.fms.extension'
Bring in the shared branch with the kbuild tree to enable '-fms-extensions' for 6.19. Further namespace cleanup work requires this extension. Signed-off-by: Christian Brauner <brauner@kernel.org>
2 parents ae901e5 + 3c60b0b commit a67ee4e

269 files changed

Lines changed: 2610 additions & 1565 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.

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Alan Cox <alan@lxorguk.ukuu.org.uk>
2727
Alan Cox <root@hraefn.swansea.linux.org.uk>
2828
Aleksandar Markovic <aleksandar.markovic@mips.com> <aleksandar.markovic@imgtec.com>
2929
Aleksey Gorelov <aleksey_gorelov@phoenix.com>
30+
Alex Williamson <alex@shazbot.org> <alex.williamson@redhat.com>
3031
Alexander Lobakin <alobakin@pm.me> <alobakin@dlink.ru>
3132
Alexander Lobakin <alobakin@pm.me> <alobakin@marvell.com>
3233
Alexander Lobakin <alobakin@pm.me> <bloodyreaper@yandex.ru>

Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ allOf:
142142
required:
143143
- orientation-switch
144144
then:
145-
$ref: /schemas/usb/usb-switch.yaml#
145+
allOf:
146+
- $ref: /schemas/usb/usb-switch.yaml#
147+
- $ref: /schemas/usb/usb-switch-ports.yaml#
146148

147149
unevaluatedProperties: false
148150

Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ properties:
2424
- enum:
2525
- qcom,qcs8300-qmp-ufs-phy
2626
- const: qcom,sa8775p-qmp-ufs-phy
27+
- items:
28+
- enum:
29+
- qcom,kaanapali-qmp-ufs-phy
30+
- const: qcom,sm8750-qmp-ufs-phy
2731
- enum:
2832
- qcom,msm8996-qmp-ufs-phy
2933
- qcom,msm8998-qmp-ufs-phy

Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ allOf:
125125
contains:
126126
const: google,gs101-usb31drd-phy
127127
then:
128-
$ref: /schemas/usb/usb-switch.yaml#
128+
allOf:
129+
- $ref: /schemas/usb/usb-switch.yaml#
130+
- $ref: /schemas/usb/usb-switch-ports.yaml#
129131

130132
properties:
131133
clocks:

Documentation/devicetree/bindings/serial/renesas,scif.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ allOf:
197197
- renesas,rcar-gen2-scif
198198
- renesas,rcar-gen3-scif
199199
- renesas,rcar-gen4-scif
200+
- renesas,rcar-gen5-scif
200201
then:
201202
properties:
202203
interrupts:

Documentation/devicetree/bindings/spi/spi-cadence.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@ allOf:
1414

1515
properties:
1616
compatible:
17-
enum:
18-
- cdns,spi-r1p6
19-
- xlnx,zynq-spi-r1p6
17+
oneOf:
18+
- enum:
19+
- xlnx,zynq-spi-r1p6
20+
- items:
21+
- enum:
22+
- xlnx,zynqmp-spi-r1p6
23+
- xlnx,versal-net-spi-r1p6
24+
- const: cdns,spi-r1p6
2025

2126
reg:
2227
maxItems: 1

Documentation/devicetree/bindings/spi/spi-rockchip.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ properties:
3434
- rockchip,rk3328-spi
3535
- rockchip,rk3368-spi
3636
- rockchip,rk3399-spi
37+
- rockchip,rk3506-spi
3738
- rockchip,rk3528-spi
3839
- rockchip,rk3562-spi
3940
- rockchip,rk3568-spi

Documentation/devicetree/bindings/ufs/qcom,sm8650-ufshc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ select:
1515
compatible:
1616
contains:
1717
enum:
18+
- qcom,kaanapali-ufshc
1819
- qcom,sm8650-ufshc
1920
- qcom,sm8750-ufshc
2021
required:
@@ -24,6 +25,7 @@ properties:
2425
compatible:
2526
items:
2627
- enum:
28+
- qcom,kaanapali-ufshc
2729
- qcom,sm8650-ufshc
2830
- qcom,sm8750-ufshc
2931
- const: qcom,ufshc

Documentation/devicetree/bindings/usb/fcs,fsa4480.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ required:
7676

7777
allOf:
7878
- $ref: usb-switch.yaml#
79+
- $ref: usb-switch-ports.yaml#
7980

8081
additionalProperties: false
8182

Documentation/devicetree/bindings/usb/fsl,imx8mp-dwc3.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,21 @@ required:
8989
- reg
9090
- "#address-cells"
9191
- "#size-cells"
92-
- dma-ranges
9392
- ranges
9493
- clocks
9594
- clock-names
9695
- interrupts
9796
- power-domains
9897

98+
allOf:
99+
- if:
100+
properties:
101+
compatible:
102+
const: fsl,imx8mp-dwc3
103+
then:
104+
required:
105+
- dma-ranges
106+
99107
additionalProperties: false
100108

101109
examples:

0 commit comments

Comments
 (0)