Message ID | 20220715162922.660859-1-Ryan.Wanner@microchip.com (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: dt-bindings: atmel-classd: Convert to | expand |
On Fri, 15 Jul 2022 09:29:20 -0700, Ryan.Wanner@microchip.com wrote: > From: Ryan Wanner <Ryan.Wanner@microchip.com> > > This patch series converts atmel-classd and atmel-pdmic device tree > bindings to json-schema. > > v1 -> v2: > - Fix commit formatting. > - Fix titles in yaml file. > - Removed trivial descriptions. > - Correct formatting errors. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/2] ASoC: dt-bindings: atmel-classd: Convert to json-schema commit: a3b19e0c9cdd0ece48f34f68f922764f26435f73 [2/2] ASoC: dt-bindings: atmel-classd: PDMIC convert to json-schema commit: ca0e30b19dbe5f23cf0abe047259a9e9495624c6 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
From: Ryan Wanner <Ryan.Wanner@microchip.com> This patch series converts atmel-classd and atmel-pdmic device tree bindings to json-schema. v1 -> v2: - Fix commit formatting. - Fix titles in yaml file. - Removed trivial descriptions. - Correct formatting errors. v2 -> v3: - Fix subsystem prefix. - Fix word wrap formatting. - Removed assigned-clocks parameter. - Correct descriptions in inconsistent locations. - Remove duplicated description. - Correct formatting for dts example. Ryan Wanner (2): ASoC: dt-bindings: atmel-classd: Convert to json-schema ASoC: dt-bindings: atmel-classd: PDMIC convert to json-schema .../bindings/sound/atmel,sama5d2-classd.yaml | 100 ++++++++++++++++++ .../bindings/sound/atmel,sama5d2-pdmic.yaml | 98 +++++++++++++++++ .../bindings/sound/atmel-classd.txt | 55 ---------- .../devicetree/bindings/sound/atmel-pdmic.txt | 55 ---------- 4 files changed, 198 insertions(+), 110 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/atmel,sama5d2-classd.yaml create mode 100644 Documentation/devicetree/bindings/sound/atmel,sama5d2-pdmic.yaml delete mode 100644 Documentation/devicetree/bindings/sound/atmel-classd.txt delete mode 100644 Documentation/devicetree/bindings/sound/atmel-pdmic.txt