The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: cs35l56: Replace open-coded SoundWire regmap with generic regmap-sdw
@ 2026-05-18 13:09 Richard Fitzgerald
  2026-05-18 13:09 ` [PATCH 1/2] ASoC: cs35l56: Use reg_base to offset addresses on SoundWire Richard Fitzgerald
  2026-05-18 13:09 ` [PATCH 2/2] ASoC: cs35l56: Use standard SoundWire regmap implementation Richard Fitzgerald
  0 siblings, 2 replies; 4+ messages in thread
From: Richard Fitzgerald @ 2026-05-18 13:09 UTC (permalink / raw)
  To: broonie; +Cc: linux-sound, linux-kernel, patches

This series replaces the entirely custom SoundWire regmap with the generic
regmap-sdw. The reasons for doing this are:

- Avoid code duplication
- Avoid effort of keeping custom implementation up-to-date
- Prepare for supporting BRA

Richard Fitzgerald (2):
  ASoC: cs35l56: Use reg_base to offset addresses on SoundWire
  ASoC: cs35l56: Use standard SoundWire regmap implementation

 sound/soc/codecs/cs35l56-sdw.c    | 137 +++++++++++-------------------
 sound/soc/codecs/cs35l56-shared.c |   2 +
 sound/soc/codecs/cs35l56.h        |   1 +
 3 files changed, 52 insertions(+), 88 deletions(-)

-- 
2.47.3


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

end of thread, other threads:[~2026-05-19 10:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-18 13:09 [PATCH 0/2] ASoC: cs35l56: Replace open-coded SoundWire regmap with generic regmap-sdw Richard Fitzgerald
2026-05-18 13:09 ` [PATCH 1/2] ASoC: cs35l56: Use reg_base to offset addresses on SoundWire Richard Fitzgerald
2026-05-18 13:09 ` [PATCH 2/2] ASoC: cs35l56: Use standard SoundWire regmap implementation Richard Fitzgerald
2026-05-19 10:13   ` Mark Brown

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