devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Cirrus Logic Family of ADCs
@ 2024-06-20 14:28 Paul Handrigan
  2024-06-20 14:28 ` [PATCH v5 1/2] ASoC: dt-bindings: cirrus,cs530x: Add initial DT binding Paul Handrigan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Paul Handrigan @ 2024-06-20 14:28 UTC (permalink / raw)
  To: broonie, lgirdwood, linux-sound, patches, robh, krzk+dt, conor+dt,
	devicetree
  Cc: Paul Handrigan

his patchset provides ASoC support for the latest family
of Cirrus Logic multichannel, high performance audio ADCs.
The devices that are supported are CS5302 (2 channel ADC),
CS5304 (4 channel ADC), and CS5308 (8 channel ADC).

v5 changes:
- Add MODULE_LICENSE to cs530x-i2c.c

Paul Handrigan (2):
  ASoC: dt-bindings: cirrus,cs530x: Add initial DT binding
  ASoC: cs530x: Support for cs530x ADCs

 .../bindings/sound/cirrus,cs530x.yaml         |  85 ++
 sound/soc/codecs/Kconfig                      |  14 +
 sound/soc/codecs/Makefile                     |   4 +
 sound/soc/codecs/cs530x-i2c.c                 |  72 ++
 sound/soc/codecs/cs530x.c                     | 966 ++++++++++++++++++
 sound/soc/codecs/cs530x.h                     | 223 ++++
 6 files changed, 1364 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/cirrus,cs530x.yaml
 create mode 100644 sound/soc/codecs/cs530x-i2c.c
 create mode 100644 sound/soc/codecs/cs530x.c
 create mode 100644 sound/soc/codecs/cs530x.h

-- 
2.34.1


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

end of thread, other threads:[~2024-06-23 17:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20 14:28 [PATCH v5 0/2] Cirrus Logic Family of ADCs Paul Handrigan
2024-06-20 14:28 ` [PATCH v5 1/2] ASoC: dt-bindings: cirrus,cs530x: Add initial DT binding Paul Handrigan
2024-06-20 15:28   ` Krzysztof Kozlowski
2024-06-20 14:28 ` [PATCH v5 2/2] ASoC: cs530x: Support for cs530x ADCs Paul Handrigan
2024-06-23 17:22 ` [PATCH v5 0/2] Cirrus Logic Family of ADCs Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).