mbox series

[v7,0/2] Cirrus Logic CS35L41 Amplifier

Message ID 20210907225719.2018115-1-drhodes@opensource.cirrus.com
Headers show
Series Cirrus Logic CS35L41 Amplifier | expand

Message

Rhodes, David Sept. 7, 2021, 10:57 p.m. UTC
ASoC driver and devicetree documentation for a new
Cirrus Logic amplifier CS35L41

v7 changes:
Remove property 'classh-bst-max-limit'

David Rhodes (2):
  ASoC: cs35l41: CS35L41 Boosted Smart Amplifier
  ASoC: cs35l41: Add bindings for CS35L41

 .../devicetree/bindings/sound/cs35l41.yaml    |  151 ++
 include/sound/cs35l41.h                       |   34 +
 sound/soc/codecs/Kconfig                      |   12 +
 sound/soc/codecs/Makefile                     |    4 +
 sound/soc/codecs/cs35l41-i2c.c                |  114 ++
 sound/soc/codecs/cs35l41-spi.c                |  143 ++
 sound/soc/codecs/cs35l41-tables.c             |  597 +++++++
 sound/soc/codecs/cs35l41.c                    | 1545 +++++++++++++++++
 sound/soc/codecs/cs35l41.h                    |  775 +++++++++
 9 files changed, 3375 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/cs35l41.yaml
 create mode 100644 include/sound/cs35l41.h
 create mode 100644 sound/soc/codecs/cs35l41-i2c.c
 create mode 100644 sound/soc/codecs/cs35l41-spi.c
 create mode 100644 sound/soc/codecs/cs35l41-tables.c
 create mode 100644 sound/soc/codecs/cs35l41.c
 create mode 100644 sound/soc/codecs/cs35l41.h

Comments

Charles Keepax Sept. 9, 2021, 10:28 a.m. UTC | #1
On Tue, Sep 07, 2021 at 05:57:19PM -0500, David Rhodes wrote:
> Devicetree binding documentation for CS35L41 driver
> 
> CS35L41 is a 11-V Boosted Mono Class D Amplifier with
> DSP Speaker Protection and Equalization
> 
> Signed-off-by: David Rhodes <drhodes@opensource.cirrus.com>
> ---

Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles
Rob Herring Sept. 10, 2021, 8:57 p.m. UTC | #2
On Tue, Sep 7, 2021 at 5:58 PM David Rhodes
<drhodes@opensource.cirrus.com> wrote:
>
> Devicetree binding documentation for CS35L41 driver
>
> CS35L41 is a 11-V Boosted Mono Class D Amplifier with
> DSP Speaker Protection and Equalization
>
> Signed-off-by: David Rhodes <drhodes@opensource.cirrus.com>
> ---
>  .../devicetree/bindings/sound/cs35l41.yaml    | 151 ++++++++++++++++++
>  1 file changed, 151 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/sound/cs35l41.yaml

Please resend to the DT list so automated checks can run and it is in
my review queue.

Rob
Mark Brown Sept. 13, 2021, 10:53 a.m. UTC | #3
On Tue, 7 Sep 2021 17:57:17 -0500, David Rhodes wrote:
> ASoC driver and devicetree documentation for a new
> Cirrus Logic amplifier CS35L41
> 
> v7 changes:
> Remove property 'classh-bst-max-limit'
> 
> David Rhodes (2):
>   ASoC: cs35l41: CS35L41 Boosted Smart Amplifier
>   ASoC: cs35l41: Add bindings for CS35L41
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: cs35l41: CS35L41 Boosted Smart Amplifier
      commit: 6450ef55905688602175fae4ed1bfbfef6a14dde
[2/2] ASoC: cs35l41: Add bindings for CS35L41
      commit: 8d7ab8800184cc75000dd2e784fe121934482878

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