All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Cirrus Logic CS35L41 Amplifier
@ 2021-07-02 20:51 David Rhodes
  2021-07-02 20:51 ` [PATCH v3 1/2] ASoC: cs35l41: CS35L41 Boosted Smart Amplifier David Rhodes
  2021-07-02 20:51 ` [PATCH v3 2/2] ASoC: cs35l41: Add bindings for CS35L41 David Rhodes
  0 siblings, 2 replies; 12+ messages in thread
From: David Rhodes @ 2021-07-02 20:51 UTC (permalink / raw)
  To: broonie, robh, ckeepax, brian.austin, patches, alsa-devel, david.rhodes
  Cc: David Rhodes

ASoC driver and devicetree documentation for a new
Cirrus Logic amplifier CS35L41

v3 changes:
Removed redundant info from license header
Alphabetized includes
Changed comment on ACPI ID to reflect that vendor portion is a PnP ID
Removed some unnecessary initializations
Changed some uses of (x == NULL) to (!x)

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

 .../devicetree/bindings/sound/cs35l41.yaml    |  395 ++++
 include/sound/cs35l41.h                       |   79 +
 sound/soc/codecs/Kconfig                      |   12 +
 sound/soc/codecs/Makefile                     |    4 +
 sound/soc/codecs/cs35l41-i2c.c                |  120 ++
 sound/soc/codecs/cs35l41-spi.c                |  147 ++
 sound/soc/codecs/cs35l41-tables.c             |  612 ++++++
 sound/soc/codecs/cs35l41.c                    | 1765 +++++++++++++++++
 sound/soc/codecs/cs35l41.h                    |  750 +++++++
 9 files changed, 3884 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

-- 
2.25.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-07-22 16:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-02 20:51 [PATCH v3 0/2] Cirrus Logic CS35L41 Amplifier David Rhodes
2021-07-02 20:51 ` [PATCH v3 1/2] ASoC: cs35l41: CS35L41 Boosted Smart Amplifier David Rhodes
2021-07-05 19:20   ` Mark Brown
2021-07-09 23:11     ` David Rhodes
2021-07-12 15:03       ` Mark Brown
2021-07-20 22:18         ` David Rhodes
2021-07-21  9:01           ` Charles Keepax
2021-07-21 12:03             ` Mark Brown
2021-07-22 16:07             ` David Rhodes
2021-07-22 16:11               ` Mark Brown
2021-07-02 20:51 ` [PATCH v3 2/2] ASoC: cs35l41: Add bindings for CS35L41 David Rhodes
2021-07-05 19:28   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.