Unverified Commit a67ee4e2 authored by Christian Brauner's avatar Christian Brauner
Browse files

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: default avatarChristian Brauner <brauner@kernel.org>
parents ae901e5e 3c60b0b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ Alan Cox <alan@lxorguk.ukuu.org.uk>
Alan Cox <root@hraefn.swansea.linux.org.uk>
Aleksandar Markovic <aleksandar.markovic@mips.com> <aleksandar.markovic@imgtec.com>
Aleksey Gorelov <aleksey_gorelov@phoenix.com>
Alex Williamson <alex@shazbot.org> <alex.williamson@redhat.com>
Alexander Lobakin <alobakin@pm.me> <alobakin@dlink.ru>
Alexander Lobakin <alobakin@pm.me> <alobakin@marvell.com>
Alexander Lobakin <alobakin@pm.me> <bloodyreaper@yandex.ru>
+3 −1
Original line number Diff line number Diff line
@@ -142,7 +142,9 @@ allOf:
      required:
        - orientation-switch
    then:
      $ref: /schemas/usb/usb-switch.yaml#
      allOf:
        - $ref: /schemas/usb/usb-switch.yaml#
        - $ref: /schemas/usb/usb-switch-ports.yaml#

unevaluatedProperties: false

+4 −0
Original line number Diff line number Diff line
@@ -24,6 +24,10 @@ properties:
          - enum:
              - qcom,qcs8300-qmp-ufs-phy
          - const: qcom,sa8775p-qmp-ufs-phy
      - items:
          - enum:
              - qcom,kaanapali-qmp-ufs-phy
          - const: qcom,sm8750-qmp-ufs-phy
      - enum:
          - qcom,msm8996-qmp-ufs-phy
          - qcom,msm8998-qmp-ufs-phy
+3 −1
Original line number Diff line number Diff line
@@ -125,7 +125,9 @@ allOf:
          contains:
            const: google,gs101-usb31drd-phy
    then:
      $ref: /schemas/usb/usb-switch.yaml#
      allOf:
        - $ref: /schemas/usb/usb-switch.yaml#
        - $ref: /schemas/usb/usb-switch-ports.yaml#

      properties:
        clocks:
+1 −0
Original line number Diff line number Diff line
@@ -197,6 +197,7 @@ allOf:
              - renesas,rcar-gen2-scif
              - renesas,rcar-gen3-scif
              - renesas,rcar-gen4-scif
              - renesas,rcar-gen5-scif
    then:
      properties:
        interrupts:
Loading