lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <176193548186.1612475.2578905716183905679.robh@kernel.org>
Date: Fri, 31 Oct 2025 13:31:23 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Frank Li <Frank.Li@....com>
Cc: Peter Rosin <peda@...ntia.se>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
	Conor Dooley <conor+dt@...nel.org>,
	Support Opensource <support.opensource@...semi.com>,
	devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
	asahi@...ts.linux.dev, linux-sound@...r.kernel.org,
	Nuno Sá <nuno.sa@...log.com>,
	Liam Girdwood <lgirdwood@...il.com>,
	Martin Povišer <povik+lin@...ebit.org>,
	patches@...nsource.cirrus.com, Mark Brown <broonie@...nel.org>,
	imx@...ts.linux.dev, Lars-Peter Clausen <lars@...afoo.de>
Subject: Re: [PATCH v2 1/1] ASoC: dt-bindings: consolidate simple audio codec
 to trivial-codec.yaml


On Fri, 31 Oct 2025 10:46:19 -0400, Frank Li wrote:
> Consolidate simple audio codec (one compatible string, one reg, one
> optional reset-gpios and '#sound-dai-cells' 0) to a trivial-codec.yaml.
> 
> Signed-off-by: Frank Li <Frank.Li@....com>
> ---
> change in v2
> - update title to Trivial Audio Codecs
> - update maintainer to rob
> - add reset-gpios
> - add charles keepax reviewed-by tag.
> - add below
> cirrus,cs4349
> cirrus,cs4341a
> cirrus,cs4265
> "adi,ssm2602", "adi,ssm2603", "adi,ssm2604"
> ti,pcm1792a
> ti,pcm1789 (Add reset-gpios)
> ti,pcm5102a
> dlg,da9055-codec (already added v1).
> ---
>  .../bindings/sound/adi,max98363.yaml          | 60 --------------
>  .../devicetree/bindings/sound/adi,ssm2602.txt | 19 -----
>  .../bindings/sound/adi,ssm3515.yaml           | 49 ------------
>  .../devicetree/bindings/sound/cs4265.txt      | 29 -------
>  .../devicetree/bindings/sound/cs4341.txt      | 22 ------
>  .../devicetree/bindings/sound/cs4349.txt      | 19 -----
>  .../devicetree/bindings/sound/da9055.txt      | 22 ------
>  .../bindings/sound/nuvoton,nau8540.yaml       | 40 ----------
>  .../bindings/sound/nuvoton,nau8810.yaml       | 45 -----------
>  .../bindings/sound/nxp,tfa9879.yaml           | 44 -----------
>  .../bindings/sound/nxp,uda1342.yaml           | 42 ----------
>  .../devicetree/bindings/sound/pcm1789.txt     | 22 ------
>  .../devicetree/bindings/sound/pcm179x.txt     | 27 -------
>  .../devicetree/bindings/sound/pcm5102a.txt    | 13 ---
>  .../bindings/sound/trivial-codec.yaml         | 79 +++++++++++++++++++
>  .../devicetree/bindings/sound/wlf,wm8510.yaml | 41 ----------
>  .../devicetree/bindings/sound/wlf,wm8523.yaml | 40 ----------
>  .../devicetree/bindings/sound/wlf,wm8580.yaml | 42 ----------
>  .../devicetree/bindings/sound/wlf,wm8711.yaml | 40 ----------
>  .../devicetree/bindings/sound/wlf,wm8728.yaml | 40 ----------
>  .../devicetree/bindings/sound/wlf,wm8737.yaml | 40 ----------
>  .../devicetree/bindings/sound/wlf,wm8750.yaml | 42 ----------
>  .../devicetree/bindings/sound/wlf,wm8753.yaml | 62 ---------------
>  .../devicetree/bindings/sound/wlf,wm8776.yaml | 41 ----------
>  .../devicetree/bindings/sound/wlf,wm8961.yaml | 43 ----------
>  .../devicetree/bindings/sound/wlf,wm8974.yaml | 41 ----------
>  .../devicetree/bindings/sound/wm8770.txt      | 16 ----
>  27 files changed, 79 insertions(+), 941 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/sound/adi,max98363.yaml
>  delete mode 100644 Documentation/devicetree/bindings/sound/adi,ssm2602.txt
>  delete mode 100644 Documentation/devicetree/bindings/sound/adi,ssm3515.yaml
>  delete mode 100644 Documentation/devicetree/bindings/sound/cs4265.txt
>  delete mode 100644 Documentation/devicetree/bindings/sound/cs4341.txt
>  delete mode 100644 Documentation/devicetree/bindings/sound/cs4349.txt
>  delete mode 100644 Documentation/devicetree/bindings/sound/da9055.txt
>  delete mode 100644 Documentation/devicetree/bindings/sound/nuvoton,nau8540.yaml
>  delete mode 100644 Documentation/devicetree/bindings/sound/nuvoton,nau8810.yaml
>  delete mode 100644 Documentation/devicetree/bindings/sound/nxp,tfa9879.yaml
>  delete mode 100644 Documentation/devicetree/bindings/sound/nxp,uda1342.yaml
>  delete mode 100644 Documentation/devicetree/bindings/sound/pcm1789.txt
>  delete mode 100644 Documentation/devicetree/bindings/sound/pcm179x.txt
>  delete mode 100644 Documentation/devicetree/bindings/sound/pcm5102a.txt
>  create mode 100644 Documentation/devicetree/bindings/sound/trivial-codec.yaml
>  delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8510.yaml
>  delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8523.yaml
>  delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8580.yaml
>  delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8711.yaml
>  delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8728.yaml
>  delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8737.yaml
>  delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8750.yaml
>  delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8753.yaml
>  delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8776.yaml
>  delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8961.yaml
>  delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8974.yaml
>  delete mode 100644 Documentation/devicetree/bindings/sound/wm8770.txt
> 

Reviewed-by: Rob Herring (Arm) <robh@...nel.org>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ