devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 0/2] ASoC: rt5575: Add the codec driver for the ALC5575
@ 2025-12-01 10:59 Oder Chiou
  2025-12-01 10:59 ` [PATCH v8 1/2] " Oder Chiou
  2025-12-01 10:59 ` [PATCH v8 2/2] ASoC: dt-bindings: realtek,rt5575: add bindings for ALC5575 Oder Chiou
  0 siblings, 2 replies; 19+ messages in thread
From: Oder Chiou @ 2025-12-01 10:59 UTC (permalink / raw)
  To: cezary.rojewski, broonie, lgirdwood, robh, krzk+dt, conor+dt
  Cc: perex, linux-sound, devicetree, alsa-devel, flove, shumingf,
	jack.yu, derek.fang, Oder Chiou

Hi all,

This patch series adds support for the Realtek ALC5575 audio codec.

Changes in v8:
- Patch 1/2:
  - remove the variable rt5575_spi_ready
  - use the multiple compatible names to distinguish between w/wo flash
- Patch 2/2
  - add compatible enum "realtek,rt5575-with-spi"

Changes in v7:
- Patch 1/2:
  - add a caption for the tristates
  - remove the redundant enum of the SPI command
  - add the error log in the request firmware failure
  - change the function name rt5575_spi_fw_loaded to rt5575_fw_load_by_spi
  - minor fixes
- Patch 2/2
  - modify commit message
- Link to v7: https://lore.kernel.org/all/20251121084112.743518-1-oder_chiou@realtek.com/

Changes in v6:
- Patch 1/2:
  - modify commit message
  - add select SND_SOC_RT5575 to config SND_SOC_RT5575_SPI in the Kconfig
  - revise the boiler plate in the head of the file
  - sort the include files
  - use a structure to transfer the spi data
  - use the poll() related function instead the for-loop
  - revise the UUID to the private ID
  - minor fixes
- Patch 2/2
  - modify description
- Link to v6: https://lore.kernel.org/all/20251031073245.3629060-1-oder_chiou@realtek.com/

Changes in v2 to v5:
- Patch 1/2:
  - move the firmware to the subdirectory
  - remove the empty functions
  - remove the cache_type in the regmap_config
  - add the error log in the run firmware failure
- Patch 2/2:
  - nothing
- Link to v5: https://lore.kernel.org/all/20251015103404.3075684-1-oder_chiou@realtek.com/

Oder Chiou (2):
  ASoC: rt5575: Add the codec driver for the ALC5575
  ASoC: dt-bindings: realtek,rt5575: add bindings for ALC5575

 .../bindings/sound/realtek,rt5575.yaml        |  44 ++
 sound/soc/codecs/Kconfig                      |  10 +
 sound/soc/codecs/Makefile                     |   4 +
 sound/soc/codecs/rt5575-spi.c                 |  84 ++++
 sound/soc/codecs/rt5575-spi.h                 |  16 +
 sound/soc/codecs/rt5575.c                     | 375 ++++++++++++++++++
 sound/soc/codecs/rt5575.h                     |  54 +++
 7 files changed, 587 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/realtek,rt5575.yaml
 create mode 100644 sound/soc/codecs/rt5575-spi.c
 create mode 100644 sound/soc/codecs/rt5575-spi.h
 create mode 100644 sound/soc/codecs/rt5575.c
 create mode 100644 sound/soc/codecs/rt5575.h

-- 
2.52.0


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

end of thread, other threads:[~2025-12-10  9:22 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-01 10:59 [PATCH v8 0/2] ASoC: rt5575: Add the codec driver for the ALC5575 Oder Chiou
2025-12-01 10:59 ` [PATCH v8 1/2] " Oder Chiou
2025-12-08  6:05   ` Krzysztof Kozlowski
2025-12-08  7:29     ` Oder Chiou
2025-12-08  8:01       ` Krzysztof Kozlowski
2025-12-08  9:16         ` Oder Chiou
2025-12-09  6:07           ` Krzysztof Kozlowski
2025-12-10  5:26             ` Oder Chiou
2025-12-10  9:14               ` Cezary Rojewski
2025-12-08 20:05   ` Cezary Rojewski
2025-12-09  5:35     ` Oder Chiou
2025-12-10  9:22       ` Cezary Rojewski
2025-12-01 10:59 ` [PATCH v8 2/2] ASoC: dt-bindings: realtek,rt5575: add bindings for ALC5575 Oder Chiou
2025-12-05  8:31   ` Krzysztof Kozlowski
2025-12-05  8:31     ` Krzysztof Kozlowski
2025-12-08  5:55       ` Oder Chiou
2025-12-08  5:55     ` Oder Chiou
2025-12-08  6:02       ` Krzysztof Kozlowski
2025-12-08  6:03         ` Krzysztof Kozlowski

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