Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/4] ASoC: loongson: Optimized code and variable naming
@ 2026-03-18  9:16 Binbin Zhou
  2026-03-18  9:16 ` [PATCH 1/4] MAINTAINERS: Add entry for Loongson ASoC driver Binbin Zhou
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Binbin Zhou @ 2026-03-18  9:16 UTC (permalink / raw)
  To: Binbin Zhou, Huacai Chen, Liam Girdwood, Mark Brown,
	Jaroslav Kysela, Takashi Iwai
  Cc: Huacai Chen, Xuerui Wang, loongarch, linux-sound, Binbin Zhou

Hi all:

This patchset is separated from [1], because it is unrelated to
Loongson-2K0300 support, and there are other features that need to be
added for Loongson-2K0300.

Patchset Overview:
1. Updated MAINTAINERS to add the Loongson ASoC entry;
2. Merged regmap definitions to eliminate warnings;
3. Renamed internal DMA/external DMA variables and decoupled external
   DMA from the platform interface.

Thanks.
Binbin

======
Change from [1]:
Patch (2/4):
  - Reordered the `write` function to follow the `read` function;
Patch (3/4)/(4/4):
  - Use `idma` (internal dma) and `edma` (external dma) for short.

[1]: https://lore.kernel.org/all/cover.1773107475.git.zhoubinbin@loongson.cn/

Binbin Zhou (4):
  MAINTAINERS: Add entry for Loongson ASoC driver
  ASoC: loongson: Combined regmap definitions
  ASoC: loongson: Use the `idma` identifier for internal DMA variables
  ASoC: loongson: Separate external shared DMA from the platform
    interface

 MAINTAINERS                            |   7 ++
 sound/soc/loongson/Makefile            |   4 +-
 sound/soc/loongson/loongson_dma.c      | 148 +++++++++++++++++--------
 sound/soc/loongson/loongson_dma.h      |   6 +-
 sound/soc/loongson/loongson_i2s.c      |  55 +++++++++
 sound/soc/loongson/loongson_i2s.h      |   7 +-
 sound/soc/loongson/loongson_i2s_pci.c  |  59 +---------
 sound/soc/loongson/loongson_i2s_plat.c |  67 +----------
 8 files changed, 180 insertions(+), 173 deletions(-)


base-commit: de12d535e2730ab630ffc65aee915c8155c9752a
-- 
2.52.0


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

end of thread, other threads:[~2026-03-18 14:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-18  9:16 [PATCH 0/4] ASoC: loongson: Optimized code and variable naming Binbin Zhou
2026-03-18  9:16 ` [PATCH 1/4] MAINTAINERS: Add entry for Loongson ASoC driver Binbin Zhou
2026-03-18  9:16 ` [PATCH 2/4] ASoC: loongson: Combined regmap definitions Binbin Zhou
2026-03-18 14:16   ` Mark Brown
2026-03-18  9:16 ` [PATCH 3/4] ASoC: loongson: Use the `idma` identifier for internal DMA variables Binbin Zhou
2026-03-18  9:17 ` [PATCH 4/4] ASoC: loongson: Separate external shared DMA from the platform interface Binbin Zhou

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