[PATCH v4 0/2] ASoC: dt-bindings: Convert TI TWL4030 sound bindings to schema

Jihed Chaibi posted 2 patches 1 month, 2 weeks ago
.../devicetree/bindings/mfd/twl4030-audio.txt | 46 ---------
.../bindings/sound/omap-twl4030.txt           | 62 ------------
.../bindings/sound/ti,omap-twl4030.yaml       | 98 +++++++++++++++++++
.../bindings/sound/ti,twl4030-audio.yaml      | 90 +++++++++++++++++
4 files changed, 188 insertions(+), 108 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/mfd/twl4030-audio.txt
delete mode 100644 Documentation/devicetree/bindings/sound/omap-twl4030.txt
create mode 100644 Documentation/devicetree/bindings/sound/ti,omap-twl4030.yaml
create mode 100644 Documentation/devicetree/bindings/sound/ti,twl4030-audio.yaml
[PATCH v4 0/2] ASoC: dt-bindings: Convert TI TWL4030 sound bindings to schema
Posted by Jihed Chaibi 1 month, 2 weeks ago
Hello,

This series converts the legacy TXT bindings for the TI TWL4030
sound-related modules to the modern YAML DT schema format.

This work was previously part of a larger series but is now being sent
as a focused submission for the ASoC subsystem.

Link to v3 discussion:
https://lore.kernel.org/all/20250816021523.167049-1-jihed.chaibi.dev@gmail.com/

Thank you,
Jihed

---
Changes in v4:

  - Resending as a separate, focused series per maintainer feedback.
    v3 link:
      https://lore.kernel.org/all/20250816021523.167049-1-jihed.chaibi.dev@gmail.com/
  - (1/2) ti,twl4030-audio: No change to binding content, only
          updating commit message format.
  - (2/2) ti,omap-twl4030.yaml: Deleted redundant pins list.

Changes in v3:

  - Updated commit message format for omap-twl4030.yaml (PATCH v2 7/9).

Changes in v2:

  - (1/9) ti,twl4030-audio: Moved binding to sound/, added enum for
    ti,enable-vibra, and simplified the example.
  - (7/9) omap-twl4030: Minor cosmetic fixes, retaining Acked-by Mark Brown.

The following two patches are included in this series:

Jihed Chaibi (2):
  ASoC: dt-bindings: ti,twl4030-audio: convert to DT schema
  ASoC: dt-bindings: omap-twl4030: convert to DT schema

 .../devicetree/bindings/mfd/twl4030-audio.txt | 46 ---------
 .../bindings/sound/omap-twl4030.txt           | 62 ------------
 .../bindings/sound/ti,omap-twl4030.yaml       | 98 +++++++++++++++++++
 .../bindings/sound/ti,twl4030-audio.yaml      | 90 +++++++++++++++++
 4 files changed, 188 insertions(+), 108 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/mfd/twl4030-audio.txt
 delete mode 100644 Documentation/devicetree/bindings/sound/omap-twl4030.txt
 create mode 100644 Documentation/devicetree/bindings/sound/ti,omap-twl4030.yaml
 create mode 100644 Documentation/devicetree/bindings/sound/ti,twl4030-audio.yaml

-- 
2.39.5
Re: [PATCH v4 0/2] ASoC: dt-bindings: Convert TI TWL4030 sound bindings to schema
Posted by Mark Brown 1 month, 2 weeks ago
On Tue, 19 Aug 2025 22:13:00 +0200, Jihed Chaibi wrote:
> This series converts the legacy TXT bindings for the TI TWL4030
> sound-related modules to the modern YAML DT schema format.
> 
> This work was previously part of a larger series but is now being sent
> as a focused submission for the ASoC subsystem.
> 
> Link to v3 discussion:
> https://lore.kernel.org/all/20250816021523.167049-1-jihed.chaibi.dev@gmail.com/
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/2] ASoC: dt-bindings: ti,twl4030-audio: convert to DT schema
      commit: 04113322406b4763677922f80ba5ab44a8dae7bb
[2/2] ASoC: dt-bindings: omap-twl4030: convert to DT schema
      commit: c232495d28ca092d0c39b10e35d3d613bd2414ab

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