From: Binbin Zhou <zhoubinbin@loongson.cn>
To: Binbin Zhou <zhoubb.aaron@gmail.com>,
Huacai Chen <chenhuacai@loongson.cn>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
Takashi Iwai <tiwai@suse.com>
Cc: Huacai Chen <chenhuacai@kernel.org>,
Xuerui Wang <kernel@xen0n.name>,
loongarch@lists.linux.dev, linux-sound@vger.kernel.org,
Binbin Zhou <zhoubinbin@loongson.cn>
Subject: [PATCH 0/4] ASoC: loongson: Optimized code and variable naming
Date: Wed, 18 Mar 2026 17:16:34 +0800 [thread overview]
Message-ID: <cover.1773821115.git.zhoubinbin@loongson.cn> (raw)
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
next reply other threads:[~2026-03-18 9:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-18 9:16 Binbin Zhou [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1773821115.git.zhoubinbin@loongson.cn \
--to=zhoubinbin@loongson.cn \
--cc=broonie@kernel.org \
--cc=chenhuacai@kernel.org \
--cc=chenhuacai@loongson.cn \
--cc=kernel@xen0n.name \
--cc=lgirdwood@gmail.com \
--cc=linux-sound@vger.kernel.org \
--cc=loongarch@lists.linux.dev \
--cc=perex@perex.cz \
--cc=tiwai@suse.com \
--cc=zhoubb.aaron@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox