public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add ES7243E ADC driver
@ 2024-07-09 10:41 Igor Prusov
  2024-07-09 10:41 ` [PATCH 1/2] ASoC: dt-bindings: Add bindings for Everest ES7243E Igor Prusov
  2024-07-09 10:41 ` [PATCH 2/2] ASoC: codecs: add ES7243E ADC driver Igor Prusov
  0 siblings, 2 replies; 5+ messages in thread
From: Igor Prusov @ 2024-07-09 10:41 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Jaroslav Kysela, Takashi Iwai, Igor Prusov
  Cc: prusovigor, kernel, linux-sound, devicetree, linux-kernel

This series adds Everest Semi ES7243E ADC driver and bindings.
Driver is based on David Yang's implementation [1].

[1] https://github.com/BPI-SINOVOIP/BPI-R2PRO-BSP/blob/main/kernel/sound/soc/codecs/es7243e.c

Igor Prusov (2):
  ASoC: dt-bindings: Add bindings for Everest ES7243E
  ASoC: codecs: add ES7243E ADC driver

 .../bindings/sound/everest,es7243e.yaml       |  42 ++
 sound/soc/codecs/Kconfig                      |   3 +
 sound/soc/codecs/Makefile                     |   2 +
 sound/soc/codecs/es7243e.c                    | 676 ++++++++++++++++++
 4 files changed, 723 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/everest,es7243e.yaml
 create mode 100644 sound/soc/codecs/es7243e.c

-- 
2.34.1


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

end of thread, other threads:[~2024-07-10 10:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-09 10:41 [PATCH 0/2] Add ES7243E ADC driver Igor Prusov
2024-07-09 10:41 ` [PATCH 1/2] ASoC: dt-bindings: Add bindings for Everest ES7243E Igor Prusov
2024-07-10 10:35   ` Krzysztof Kozlowski
2024-07-09 10:41 ` [PATCH 2/2] ASoC: codecs: add ES7243E ADC driver Igor Prusov
2024-07-10 10:34   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox