Message ID | 20250226122325.2014547-1-vincenzo.frascino@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | xlnx: dt-bindings: Convert to json-schema | expand |
On Wed, 26 Feb 2025 12:23:21 +0000, Vincenzo Frascino wrote: > This series converts the folling Xilinx device tree binding documentation: > - xlnx,i2s > - xlnx,audio-formatter > - xlnx,spdif > to json-schema. > > To simplify the testing a linux tree rebased on 6.13-rc4 is accessible > at [1]. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/4] ASoC: dt-bindings: xlnx,i2s: Convert to json-schema commit: a206376b425472c7c3a824f47a9967a4c97ae32c [2/4] ASoC: dt-bindings: xlnx,audio-formatter: Convert to json-schema commit: 1b8b6dd0c91b7db58e344f01781932458ac43da3 [3/4] ASoC: dt-bindings: xlnx,spdif: Convert to json-schema commit: 7ed7065dfbbac1b5405a0c8029299847e408cf97 [4/4] MAINTAINERS: Add Vincenzo Frascino as Xilinx Sound Driver Maintainer commit: 55a1abd6e76ce91eb6049f32efec3a8506686748 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
This series converts the folling Xilinx device tree binding documentation: - xlnx,i2s - xlnx,audio-formatter - xlnx,spdif to json-schema. To simplify the testing a linux tree rebased on 6.13-rc4 is accessible at [1]. [1] https://codeberg.org/vincenzo/linux/src/branch/xlnx/dt-bindings/v6 Note: These bindings are required for future work on the ARM Morello Platforms device tree. Cc: Maruthi Srinivas Bayyavarapu <maruthi.srinivas.bayyavarapu@xilinx.com> Cc: Sudeep Holla <sudeep.holla@arm.com> Cc: Liam Girdwood <lgirdwood@gmail.com> Cc: Mark Brown <broonie@kernel.org> Cc: Rob Herring <robh@kernel.org> Cc: Krzysztof Kozlowski <krzk+dt@kernel.org> Cc: Conor Dooley <conor+dt@kernel.org> Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com> Changes ======= v6: - Address review comments. - Rebase on the latest master. v5: - Address review comments. v4: - Address review comments. v3: - Address an issue with the MAINTAINERS file reported by the kernel test robot. v2: - Address review comments. - Rebase on 6.14-rc4. Vincenzo Frascino (4): ASoC: dt-bindings: xlnx,i2s: Convert to json-schema ASoC: dt-bindings: xlnx,audio-formatter: Convert to json-schema ASoC: dt-bindings: xlnx,spdif: Convert to json-schema MAINTAINERS: Add Vincenzo Frascino as Xilinx Sound Driver Maintainer .../bindings/sound/xlnx,audio-formatter.txt | 29 ------- .../bindings/sound/xlnx,audio-formatter.yaml | 72 +++++++++++++++++ .../devicetree/bindings/sound/xlnx,i2s.txt | 28 ------- .../devicetree/bindings/sound/xlnx,i2s.yaml | 65 ++++++++++++++++ .../devicetree/bindings/sound/xlnx,spdif.txt | 28 ------- .../devicetree/bindings/sound/xlnx,spdif.yaml | 77 +++++++++++++++++++ MAINTAINERS | 8 ++ 7 files changed, 222 insertions(+), 85 deletions(-) delete mode 100644 Documentation/devicetree/bindings/sound/xlnx,audio-formatter.txt create mode 100644 Documentation/devicetree/bindings/sound/xlnx,audio-formatter.yaml delete mode 100644 Documentation/devicetree/bindings/sound/xlnx,i2s.txt create mode 100644 Documentation/devicetree/bindings/sound/xlnx,i2s.yaml delete mode 100644 Documentation/devicetree/bindings/sound/xlnx,spdif.txt create mode 100644 Documentation/devicetree/bindings/sound/xlnx,spdif.yaml