All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: Claudiu <claudiu.beznea@tuxon.dev>,
	biju.das.jz@bp.renesas.com, broonie@kernel.org,
	geert+renesas@glider.be, lgirdwood@gmail.com,
	magnus.damm@gmail.com, mturquette@baylibre.com,
	p.zabel@pengutronix.de, perex@perex.cz, robh+dt@kernel.org,
	tiwai@suse.com
Cc: claudiu.beznea@tuxon.dev, linux-renesas-soc@vger.kernel.org,
	linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org,
	Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Subject: Re: [PATCH v4 01/24] clk: versaclock3: Prepare for the addition of 5L35023 device
Date: Tue, 10 Dec 2024 14:51:59 -0800	[thread overview]
Message-ID: <4190bb148fcba3903821db17b06f7ddd.sboyd@kernel.org> (raw)
In-Reply-To: <20241210170953.2936724-2-claudiu.beznea.uj@bp.renesas.com>

Quoting Claudiu (2024-12-10 09:09:30)
> From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> 
> The 5P35023 and 5L35035 Versa 3 clock generator variants are different but
> the versaclock3 driver could be used with small adjustments. The features
> that are implemented in driver and differs b/w variants are the PLL2 Fvco
> and clock sel bit for SE2 clock. Adjust the driver to prepare for the
> addition of 5L35023 device.
> 
> Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
> Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> ---

Applied to clk-next

  reply	other threads:[~2024-12-10 22:52 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-10 17:09 [PATCH v4 00/24] Add audio support for the Renesas RZ/G3S SoC Claudiu
2024-12-10 17:09 ` [PATCH v4 01/24] clk: versaclock3: Prepare for the addition of 5L35023 device Claudiu
2024-12-10 22:51   ` Stephen Boyd [this message]
2024-12-10 17:09 ` [PATCH v4 02/24] dt-bindings: clock: versaclock3: Document 5L35023 Versa3 clock generator Claudiu
2024-12-10 22:52   ` Stephen Boyd
2024-12-10 17:09 ` [PATCH v4 03/24] clk: versaclock3: Add support for the 5L35023 variant Claudiu
2024-12-10 22:52   ` Stephen Boyd
2024-12-10 17:09 ` [PATCH v4 04/24] ASoC: renesas: rz-ssi: Terminate all the DMA transactions Claudiu
2024-12-11 12:35   ` Geert Uytterhoeven
2024-12-10 17:09 ` [PATCH v4 05/24] ASoC: renesas: rz-ssi: Use only the proper amount of dividers Claudiu
2024-12-11 12:37   ` Geert Uytterhoeven
2024-12-10 17:09 ` [PATCH v4 06/24] ASoC: renesas: rz-ssi: Fix typo on SSI_RATES macro comment Claudiu
2024-12-10 17:09 ` [PATCH v4 07/24] ASoC: renesas: rz-ssi: Remove pdev member of struct rz_ssi_priv Claudiu
2024-12-10 17:09 ` [PATCH v4 08/24] ASoC: renesas: rz-ssi: Remove the rz_ssi_get_dai() function Claudiu
2024-12-10 17:09 ` [PATCH v4 09/24] ASoC: renesas: rz-ssi: Remove the first argument of rz_ssi_stream_is_play() Claudiu
2024-12-10 17:09 ` [PATCH v4 10/24] ASoC: renesas: rz-ssi: Use readl_poll_timeout_atomic() Claudiu
2024-12-10 17:09 ` [PATCH v4 11/24] ASoC: renesas: rz-ssi: Use temporary variable for struct device Claudiu
2024-12-10 17:09 ` [PATCH v4 12/24] ASoC: renesas: rz-ssi: Use goto label names that specify their actions Claudiu
2024-12-10 17:09 ` [PATCH v4 13/24] ASoC: renesas: rz-ssi: Rely on the ASoC subsystem to runtime resume/suspend the SSI Claudiu
2024-12-10 17:09 ` [PATCH v4 14/24] ASoC: renesas: rz-ssi: Enable runtime PM autosuspend support Claudiu
2024-12-10 17:09 ` [PATCH v4 15/24] ASoC: renesas: rz-ssi: Add runtime PM support Claudiu
2024-12-10 17:09 ` [PATCH v4 16/24] ASoC: renesas: rz-ssi: Issue software reset in hw_params API Claudiu
2024-12-10 17:09 ` [PATCH v4 17/24] ASoC: renesas: rz-ssi: Add suspend to RAM support Claudiu
2024-12-10 17:09 ` [PATCH v4 18/24] ASoC: dt-bindings: renesas,rz-ssi: Remove DMA description Claudiu
2024-12-10 17:09 ` [PATCH v4 19/24] ASoC: dt-bindings: renesas,rz-ssi: Document the Renesas RZ/G3S SoC Claudiu
2024-12-11 12:38   ` Geert Uytterhoeven
2024-12-10 17:09 ` [PATCH v4 20/24] arm64: dts: renesas: r9a08g045: Add SSI nodes Claudiu
2024-12-11 12:40   ` Geert Uytterhoeven
2024-12-10 17:09 ` [PATCH v4 21/24] arm64: dts: renesas: rzg3s-smarc-som: Add versa3 clock generator node Claudiu
2024-12-11 12:41   ` Geert Uytterhoeven
2024-12-10 17:09 ` [PATCH v4 22/24] arm64: dts: renesas: Add da7212 audio codec node Claudiu
2024-12-11 12:41   ` Geert Uytterhoeven
2024-12-10 17:09 ` [PATCH v4 23/24] arm64: dts: renesas: rzg3s-smarc: Enable SSI3 Claudiu
2024-12-11 12:42   ` Geert Uytterhoeven
2024-12-10 17:09 ` [PATCH v4 24/24] arm64: dts: renesas: rzg3s-smarc: Add sound card Claudiu
2024-12-11 12:43   ` Geert Uytterhoeven
2024-12-11 17:46 ` (subset) [PATCH v4 00/24] Add audio support for the Renesas RZ/G3S SoC Mark Brown

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=4190bb148fcba3903821db17b06f7ddd.sboyd@kernel.org \
    --to=sboyd@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=broonie@kernel.org \
    --cc=claudiu.beznea.uj@bp.renesas.com \
    --cc=claudiu.beznea@tuxon.dev \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=lgirdwood@gmail.com \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=p.zabel@pengutronix.de \
    --cc=perex@perex.cz \
    --cc=robh+dt@kernel.org \
    --cc=tiwai@suse.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.