[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241210170953.2936724-1-claudiu.beznea.uj@bp.renesas.com>
Date: Tue, 10 Dec 2024 19:09:29 +0200
From: Claudiu <claudiu.beznea@...on.dev>
To: geert+renesas@...der.be,
mturquette@...libre.com,
sboyd@...nel.org,
robh+dt@...nel.org,
lgirdwood@...il.com,
broonie@...nel.org,
magnus.damm@...il.com,
perex@...ex.cz,
tiwai@...e.com,
p.zabel@...gutronix.de,
biju.das.jz@...renesas.com
Cc: claudiu.beznea@...on.dev,
linux-renesas-soc@...r.kernel.org,
linux-clk@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
alsa-devel@...a-project.org,
Claudiu Beznea <claudiu.beznea.uj@...renesas.com>
Subject: [PATCH v4 00/24] Add audio support for the Renesas RZ/G3S SoC
From: Claudiu Beznea <claudiu.beznea.uj@...renesas.com>
Hi,
Series enables the audio support for the Renesas RZ/G3S
SoC along with runtime PM and suspend to RAM.
Patches:
- 01-03/24 - update versaclock3 clock generator driver to support the
5L35023 hardware variant; versaclock3 provides clocks for
the audio devices (SSIF, DA7212 codec)
- 04-19/24 - add SSIF support for the RZ/G3S SoC; fixes and cleanups
were also included
- 20-24/24 - add device tree support
Merge strategy, if any:
- clock patches (01-03/24) can go the clock tree
- audio patches (04-19/24) can go through the audio tree
- device tree patches (20-24/24) can go through the Renesas tree
Thank you,
Claudiu Beznea
Changes in v4:
- added patch 18/24 "ASoC: dt-bindings: renesas,rz-ssi: Remove DMA
description"
- collected tags
- addressed review comments
- dropped already integrated patches
- the changelog for each patch is detailed within the individual
patches
Changes in v3:
- use renesas instead of sh in audio patches title
- use proper fixes tag for patch
"ASoC: renesas: rz-ssi: Terminate all the DMA transactions"
- collected tags
Changes in v2:
- fixed typos pointed out in the review process
- dropped da7213 patches already applied
- dropped patch "ASoC: sh: rz-ssi: Use a proper bitmask for clear bits"
as requested in the review process
Claudiu Beznea (24):
clk: versaclock3: Prepare for the addition of 5L35023 device
dt-bindings: clock: versaclock3: Document 5L35023 Versa3 clock
generator
clk: versaclock3: Add support for the 5L35023 variant
ASoC: renesas: rz-ssi: Terminate all the DMA transactions
ASoC: renesas: rz-ssi: Use only the proper amount of dividers
ASoC: renesas: rz-ssi: Fix typo on SSI_RATES macro comment
ASoC: renesas: rz-ssi: Remove pdev member of struct rz_ssi_priv
ASoC: renesas: rz-ssi: Remove the rz_ssi_get_dai() function
ASoC: renesas: rz-ssi: Remove the first argument of
rz_ssi_stream_is_play()
ASoC: renesas: rz-ssi: Use readl_poll_timeout_atomic()
ASoC: renesas: rz-ssi: Use temporary variable for struct device
ASoC: renesas: rz-ssi: Use goto label names that specify their actions
ASoC: renesas: rz-ssi: Rely on the ASoC subsystem to runtime
resume/suspend the SSI
ASoC: renesas: rz-ssi: Enable runtime PM autosuspend support
ASoC: renesas: rz-ssi: Add runtime PM support
ASoC: renesas: rz-ssi: Issue software reset in hw_params API
ASoC: renesas: rz-ssi: Add suspend to RAM support
ASoC: dt-bindings: renesas,rz-ssi: Remove DMA description
ASoC: dt-bindings: renesas,rz-ssi: Document the Renesas RZ/G3S SoC
arm64: dts: renesas: r9a08g045: Add SSI nodes
arm64: dts: renesas: rzg3s-smarc-som: Add versa3 clock generator node
arm64: dts: renesas: Add da7212 audio codec node
arm64: dts: renesas: rzg3s-smarc: Enable SSI3
arm64: dts: renesas: rzg3s-smarc: Add sound card
.../bindings/clock/renesas,5p35023.yaml | 1 +
.../bindings/sound/renesas,rz-ssi.yaml | 19 +-
arch/arm64/boot/dts/renesas/r9a08g045.dtsi | 94 ++++++++
.../boot/dts/renesas/rzg3s-smarc-som.dtsi | 47 +++-
arch/arm64/boot/dts/renesas/rzg3s-smarc.dtsi | 63 +++++
drivers/clk/clk-versaclock3.c | 67 ++++--
sound/soc/renesas/rz-ssi.c | 226 +++++++++++-------
7 files changed, 388 insertions(+), 129 deletions(-)
--
2.39.2
Powered by blists - more mailing lists