public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Michael Turquette <mturquette@baylibre.com>,
	 Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh@kernel.org>,
	 Krzysztof Kozlowski <krzk+dt@kernel.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	Heiko Stuebner <heiko@sntech.de>,
	 Liam Girdwood <lgirdwood@gmail.com>,
	Jaroslav Kysela <perex@perex.cz>,  Takashi Iwai <tiwai@suse.com>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	 Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	 Sugar Zhang <sugar.zhang@rock-chips.com>,
	 Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
Cc: Luca Ceresoli <luca.ceresoli@bootlin.com>,
	 Sebastian Reichel <sebastian.reichel@collabora.com>,
	kernel@collabora.com,  linux-clk@vger.kernel.org,
	devicetree@vger.kernel.org,
	 linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org,
	 linux-kernel@vger.kernel.org, linux-sound@vger.kernel.org,
	 Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: (subset) [PATCH v2 00/11] Add RK3576 SAI Audio Controller Support
Date: Wed, 23 Apr 2025 14:49:20 +0100	[thread overview]
Message-ID: <174541616068.423395.2187976314107237451.b4-ty@kernel.org> (raw)
In-Reply-To: <20250410-rk3576-sai-v2-0-c64608346be3@collabora.com>

On Thu, 10 Apr 2025 21:39:52 +0200, Nicolas Frattaroli wrote:
> This series adds support for Rockchip's Serial Audio Interface (SAI)
> controller, found on SoCs such as the RK3576. The SAI is a flexible
> controller IP that allows both transmitting and receiving digital audio
> in the I2S, TDM and PCM formats. Instances of this controller are used
> both for externally exposed audio interfaces, as well as for audio on
> video interfaces such as HDMI.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[05/11] ASoC: dt-bindings: add schema for rockchip SAI controllers
        commit: fd55908d3278300ec4cbbacbfb07748bb9166314
[06/11] ASoC: rockchip: add Serial Audio Interface (SAI) driver
        commit: cc78d1eaabad3caf3c425c83037cd8ba1c9f2bc6

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark



      parent reply	other threads:[~2025-04-23 14:34 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-10 19:39 [PATCH v2 00/11] Add RK3576 SAI Audio Controller Support Nicolas Frattaroli
2025-04-10 19:39 ` [PATCH v2 01/11] dt-bindings: clock: rk3576: add IOC gated clocks Nicolas Frattaroli
2025-04-10 19:39 ` [PATCH v2 02/11] clk: rockchip: introduce auxiliary GRFs Nicolas Frattaroli
2025-05-01 12:38   ` Heiko Stübner
2025-04-10 19:39 ` [PATCH v2 03/11] clk: rockchip: introduce GRF gates Nicolas Frattaroli
2025-04-10 19:39 ` [PATCH v2 04/11] clk: rockchip: add GATE_GRFs for SAI MCLKOUT to rk3576 Nicolas Frattaroli
2025-04-10 19:39 ` [PATCH v2 05/11] ASoC: dt-bindings: add schema for rockchip SAI controllers Nicolas Frattaroli
2025-04-14  7:26   ` Krzysztof Kozlowski
2025-04-10 19:39 ` [PATCH v2 06/11] ASoC: rockchip: add Serial Audio Interface (SAI) driver Nicolas Frattaroli
2025-04-10 19:39 ` [PATCH v2 07/11] arm64: dts: rockchip: Add RK3576 SAI nodes Nicolas Frattaroli
2025-04-10 19:40 ` [PATCH v2 08/11] arm64: dts: rockchip: Add RK3576 HDMI audio Nicolas Frattaroli
2025-04-10 19:40 ` [PATCH v2 09/11] arm64: dts: rockchip: Add analog audio on RK3576 Sige5 Nicolas Frattaroli
2025-04-10 19:40 ` [PATCH v2 10/11] arm64: dts: rockchip: Enable HDMI audio on Sige5 Nicolas Frattaroli
2025-04-10 19:40 ` [PATCH v2 11/11] arm64: defconfig: Enable Rockchip SAI Nicolas Frattaroli
2025-04-23 13:49 ` Mark Brown [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=174541616068.423395.2187976314107237451.b4-ty@kernel.org \
    --to=broonie@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=kernel@collabora.com \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=luca.ceresoli@bootlin.com \
    --cc=mturquette@baylibre.com \
    --cc=nicolas.frattaroli@collabora.com \
    --cc=p.zabel@pengutronix.de \
    --cc=perex@perex.cz \
    --cc=robh@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=sebastian.reichel@collabora.com \
    --cc=sugar.zhang@rock-chips.com \
    --cc=tiwai@suse.com \
    --cc=will@kernel.org \
    /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