Message ID | 20240618-ls_fman-v2-0-f00a82623d8e@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | dt-bindings: net: Convert fsl,fman related file to yaml format | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 18 Jun 2024 17:53:44 -0400 you wrote: > Passed dt_binding_check > Run dt_binding_check: fsl,fman-mdio.yaml > SCHEMA Documentation/devicetree/bindings/processed-schema.json > CHKDT Documentation/devicetree/bindings > LINT Documentation/devicetree/bindings > DTEX Documentation/devicetree/bindings/net/fsl,fman-mdio.example.dts > DTC_CHK Documentation/devicetree/bindings/net/fsl,fman-mdio.example.dtb > Run dt_binding_check: fsl,fman-muram.yaml > SCHEMA Documentation/devicetree/bindings/processed-schema.json > CHKDT Documentation/devicetree/bindings > LINT Documentation/devicetree/bindings > DTEX Documentation/devicetree/bindings/net/fsl,fman-muram.example.dts > DTC_CHK Documentation/devicetree/bindings/net/fsl,fman-muram.example.dtb > Run dt_binding_check: fsl,fman-port.yaml > SCHEMA Documentation/devicetree/bindings/processed-schema.json > CHKDT Documentation/devicetree/bindings > LINT Documentation/devicetree/bindings > DTEX Documentation/devicetree/bindings/net/fsl,fman-port.example.dts > DTC_CHK Documentation/devicetree/bindings/net/fsl,fman-port.example.dtb > Run dt_binding_check: fsl,fman.yaml > SCHEMA Documentation/devicetree/bindings/processed-schema.json > CHKDT Documentation/devicetree/bindings > LINT Documentation/devicetree/bindings > DTEX Documentation/devicetree/bindings/net/fsl,fman.example.dts > DTC_CHK Documentation/devicetree/bindings/net/fsl,fman.example.dtb > Run dt_binding_check: ptp-qoriq.yaml > SCHEMA Documentation/devicetree/bindings/processed-schema.json > CHKDT Documentation/devicetree/bindings > LINT Documentation/devicetree/bindings > DTEX Documentation/devicetree/bindings/ptp/ptp-qoriq.example.dts > DTC_CHK Documentation/devicetree/bindings/ptp/ptp-qoriq.example.dtb > > [...] Here is the summary with links: - [v2,1/2] dt-bindings: ptp: Convert ptp-qoirq to yaml format https://git.kernel.org/netdev/net-next/c/01479f1b912a - [v2,2/2] dt-bindings: net: Convert fsl-fman to yaml https://git.kernel.org/netdev/net-next/c/243996d172a6 You are awesome, thank you!
Passed dt_binding_check Run dt_binding_check: fsl,fman-mdio.yaml SCHEMA Documentation/devicetree/bindings/processed-schema.json CHKDT Documentation/devicetree/bindings LINT Documentation/devicetree/bindings DTEX Documentation/devicetree/bindings/net/fsl,fman-mdio.example.dts DTC_CHK Documentation/devicetree/bindings/net/fsl,fman-mdio.example.dtb Run dt_binding_check: fsl,fman-muram.yaml SCHEMA Documentation/devicetree/bindings/processed-schema.json CHKDT Documentation/devicetree/bindings LINT Documentation/devicetree/bindings DTEX Documentation/devicetree/bindings/net/fsl,fman-muram.example.dts DTC_CHK Documentation/devicetree/bindings/net/fsl,fman-muram.example.dtb Run dt_binding_check: fsl,fman-port.yaml SCHEMA Documentation/devicetree/bindings/processed-schema.json CHKDT Documentation/devicetree/bindings LINT Documentation/devicetree/bindings DTEX Documentation/devicetree/bindings/net/fsl,fman-port.example.dts DTC_CHK Documentation/devicetree/bindings/net/fsl,fman-port.example.dtb Run dt_binding_check: fsl,fman.yaml SCHEMA Documentation/devicetree/bindings/processed-schema.json CHKDT Documentation/devicetree/bindings LINT Documentation/devicetree/bindings DTEX Documentation/devicetree/bindings/net/fsl,fman.example.dts DTC_CHK Documentation/devicetree/bindings/net/fsl,fman.example.dtb Run dt_binding_check: ptp-qoriq.yaml SCHEMA Documentation/devicetree/bindings/processed-schema.json CHKDT Documentation/devicetree/bindings LINT Documentation/devicetree/bindings DTEX Documentation/devicetree/bindings/ptp/ptp-qoriq.example.dts DTC_CHK Documentation/devicetree/bindings/ptp/ptp-qoriq.example.dtb To: Yangbo Lu <yangbo.lu@nxp.com> To: Rob Herring <robh@kernel.org> To: Krzysztof Kozlowski <krzk+dt@kernel.org> To: Conor Dooley <conor+dt@kernel.org> To: Richard Cochran <richardcochran@gmail.com> To: David S. Miller <davem@davemloft.net> To: Eric Dumazet <edumazet@google.com> To: Jakub Kicinski <kuba@kernel.org> To: Paolo Abeni <pabeni@redhat.com> To: Madalin Bucur <madalin.bucur@nxp.com> To: Sean Anderson <sean.anderson@seco.com> Cc: netdev@vger.kernel.org Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: imx@lists.linux.dev Signed-off-by: Frank Li <Frank.Li@nxp.com> --- Changes in v2: - see each patch - Link to v1: https://lore.kernel.org/r/20240614-ls_fman-v1-0-cb33c96dc799@nxp.com --- Frank Li (2): dt-bindings: ptp: Convert ptp-qoirq to yaml format dt-bindings: net: Convert fsl-fman to yaml .../devicetree/bindings/net/fsl,fman-mdio.yaml | 123 +++++ .../devicetree/bindings/net/fsl,fman-muram.yaml | 40 ++ .../devicetree/bindings/net/fsl,fman-port.yaml | 75 +++ .../devicetree/bindings/net/fsl,fman.yaml | 204 ++++++++ Documentation/devicetree/bindings/net/fsl-fman.txt | 548 --------------------- .../devicetree/bindings/net/fsl-tsec-phy.txt | 2 +- Documentation/devicetree/bindings/ptp/fsl,ptp.yaml | 144 ++++++ .../devicetree/bindings/ptp/ptp-qoriq.txt | 87 ---- MAINTAINERS | 4 +- 9 files changed, 589 insertions(+), 638 deletions(-) --- base-commit: d68948a900ea2e75266bbfee45fc2265c65687fa change-id: 20240614-ls_fman-e0a705cdcf29 Best regards, --- Frank Li <Frank.Li@nxp.com>