devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: codecs: add support for everest-semi es8311 codec
@ 2024-05-10 13:00 Matteo Martelli
  2024-05-10 13:00 ` [PATCH 1/2] ASoC: es8311: dt-bindings: add everest " Matteo Martelli
  2024-05-10 13:00 ` [PATCH 2/2] ASoC: codecs: es8311: add everest es8311 codec support Matteo Martelli
  0 siblings, 2 replies; 7+ messages in thread
From: Matteo Martelli @ 2024-05-10 13:00 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-sound, devicetree, linux-kernel, Matteo Martelli

This patch set adds support for the Everest-semi ES8311 codec.

Everest-semi ES8311 codec is a low-power mono audio codec with I2S audio
interface and I2C control.

Implemented and tested most of the codec features, with few limitations
listed in the driver commit message. The test setup was composed of a
ESP32-LyraT-Mini board, which embeds the codec, connected via I2C and
I2S to a Raspberry Pi Zero W host board. Some tests were also performed
on a Pine64 A64 host board (e.g. to test the suspend/resume not
supported by the rpi). The codec driver was bound with the simple-card
driver running on kernel v6.9-rc7.

Matteo Martelli (2):
  ASoC: es8311: dt-bindings: add everest es8311 codec
  ASoC: codecs: es8311: add everest es8311 codec support

 .../bindings/sound/everest,es8311.yaml        |  52 +
 sound/soc/codecs/Kconfig                      |   4 +
 sound/soc/codecs/Makefile                     |   2 +
 sound/soc/codecs/es8311.c                     | 970 ++++++++++++++++++
 sound/soc/codecs/es8311.h                     | 162 +++
 5 files changed, 1190 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/everest,es8311.yaml
 create mode 100644 sound/soc/codecs/es8311.c
 create mode 100644 sound/soc/codecs/es8311.h


base-commit: dccb07f2914cdab2ac3a5b6c98406f765acab803
-- 
2.44.0


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

end of thread, other threads:[~2024-05-14 10:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-10 13:00 [PATCH 0/2] ASoC: codecs: add support for everest-semi es8311 codec Matteo Martelli
2024-05-10 13:00 ` [PATCH 1/2] ASoC: es8311: dt-bindings: add everest " Matteo Martelli
2024-05-13  8:53   ` Krzysztof Kozlowski
2024-05-13 15:38     ` matteomartelli3
2024-05-13 18:44       ` Rob Herring
2024-05-14 10:34         ` matteomartelli3
2024-05-10 13:00 ` [PATCH 2/2] ASoC: codecs: es8311: add everest es8311 codec support Matteo Martelli

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).