public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@denx.de>
To: Claudiu <claudiu.beznea@tuxon.dev>
Cc: nobuhiro1.iwamatsu@toshiba.co.jp, cip-dev@lists.cip-project.org
Subject: Re: [PATCH 5.10.y-cip 00/37] RZ/G3S: Backport audio support
Date: Mon, 12 May 2025 18:08:32 +0200	[thread overview]
Message-ID: <aCIdABx3/lmEnii9@duo.ucw.cz> (raw)
In-Reply-To: <20250509093442.4015145-1-claudiu.beznea.uj@bp.renesas.com>

[-- Attachment #1: Type: text/plain, Size: 334 bytes --]

Hi!

> Series backports the Renesas RZ/G3S audio support to v5.10.y CIP.

Thank you, applied.

Best regards,
                                                                Pavel
-- 
DENX Software Engineering GmbH,        Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

      parent reply	other threads:[~2025-05-12 16:08 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-09  9:34 [PATCH 5.10.y-cip 00/37] RZ/G3S: Backport audio support Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 01/37] ASoC: da7213: Add support for mono, set frame width to 32 when possible Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 02/37] ASoC: da7213.c: add missing pm_runtime_disable() Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 03/37] ASoC: da7213: Add new kcontrol for tonegen Claudiu
2025-05-12  8:01   ` Pavel Machek
2025-05-12 10:45     ` Claudiu Beznea
2025-05-12 11:44       ` Pavel Machek
2025-05-09  9:34 ` [PATCH 5.10.y-cip 04/37] ASoC: codecs: da7213: Simplify mclk initialization Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 05/37] ASoC: da7213: Populate max_register to regmap_config Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 06/37] ASoC: da7213: Return directly the value of regcache_sync() Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 07/37] ASoC: da7213: Add suspend to RAM support Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 08/37] ASoC: da7213: Avoid setting PLL when closing audio stream Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 09/37] ASoC: da7213: Extend support for the MCK in range [2, 50] MHz Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 10/37] ASoC: da7213: Initialize the mutex Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 11/37] arm64: defconfig: Enable DA7213 Codec Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 12/37] clk: renesas: r9a08g045: Add clocks, resets and power domains support for SSI Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 13/37] clk: versaclock3: Prepare for the addition of 5L35023 device Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 14/37] dt-bindings: clock: versaclock3: Document 5L35023 Versa3 clock generator Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 15/37] clk: versaclock3: Add support for the 5L35023 variant Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 16/37] ASoC: renesas: rz-ssi: Terminate all the DMA transactions Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 17/37] ASoC: renesas: rz-ssi: Use only the proper amount of dividers Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 18/37] ASoC: renesas: rz-ssi: Fix typo on SSI_RATES macro comment Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 19/37] ASoC: renesas: rz-ssi: Remove pdev member of struct rz_ssi_priv Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 20/37] ASoC: renesas: rz-ssi: Remove the first argument of rz_ssi_stream_is_play() Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 21/37] ASoC: renesas: rz-ssi: Use readl_poll_timeout_atomic() Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 22/37] ASoC: renesas: rz-ssi: Use temporary variable for struct device Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 23/37] ASoC: renesas: rz-ssi: Use goto label names that specify their actions Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 24/37] ASoC: renesas: rz-ssi: Rely on the ASoC subsystem to runtime resume/suspend the SSI Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 25/37] ASoC: renesas: rz-ssi: Enable runtime PM autosuspend support Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 26/37] ASoC: renesas: rz-ssi: Add runtime PM support Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 27/37] ASoC: renesas: rz-ssi: Issue software reset in hw_params API Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 28/37] ASoC: renesas: rz-ssi: Add suspend to RAM support Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 29/37] ASoC: renesas: rz-ssi: Use NOIRQ_SYSTEM_SLEEP_PM_OPS() Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 30/37] ASoC: dt-bindings: renesas,rz-ssi: Remove DMA description Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 31/37] ASoC: dt-bindings: renesas,rz-ssi: Document the Renesas RZ/G3S SoC Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 32/37] pinctrl: renesas: rzg2l: Add audio clock pins on RZ/G3S Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 33/37] arm64: dts: renesas: r9a08g045: Add SSI nodes Claudiu
2025-05-09  9:34 ` [PATCH 5.10.y-cip 34/37] arm64: dts: renesas: rzg3s-smarc-som: Add versa3 clock generator node Claudiu
2025-05-11 19:46 ` [PATCH 5.10.y-cip 00/37] RZ/G3S: Backport audio support Pavel Machek
2025-05-12 16:08 ` Pavel Machek [this message]

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=aCIdABx3/lmEnii9@duo.ucw.cz \
    --to=pavel@denx.de \
    --cc=cip-dev@lists.cip-project.org \
    --cc=claudiu.beznea@tuxon.dev \
    --cc=nobuhiro1.iwamatsu@toshiba.co.jp \
    /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