All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: Alexandre Torgue <alexandre.torgue@foss.st.com>,
	Conor Dooley <conor+dt@kernel.org>,
	Gabriel Fernandez <gabriel.fernandez@foss.st.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Michael Turquette <mturquette@baylibre.com>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Rob Herring <robh+dt@kernel.org>
Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v11 3/4] clk: stm32: introduce clocks for STM32MP257 platform
Date: Thu, 11 Apr 2024 23:22:03 -0700	[thread overview]
Message-ID: <7efb8858995d0c97ad2deccb24318353.sboyd@kernel.org> (raw)
In-Reply-To: <20240411092453.243633-4-gabriel.fernandez@foss.st.com>

Quoting gabriel.fernandez@foss.st.com (2024-04-11 02:24:52)
> From: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
> 
> This driver is intended for the STM32MP25 clock family and utilizes
> the stm32-core API, similar to the stm32mp13 clock driver.
> 
> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
> ---

Applied to clk-next

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd@kernel.org>
To: Alexandre Torgue <alexandre.torgue@foss.st.com>,
	Conor Dooley <conor+dt@kernel.org>,
	Gabriel Fernandez <gabriel.fernandez@foss.st.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Michael Turquette <mturquette@baylibre.com>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Rob Herring <robh+dt@kernel.org>
Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v11 3/4] clk: stm32: introduce clocks for STM32MP257 platform
Date: Thu, 11 Apr 2024 23:22:03 -0700	[thread overview]
Message-ID: <7efb8858995d0c97ad2deccb24318353.sboyd@kernel.org> (raw)
In-Reply-To: <20240411092453.243633-4-gabriel.fernandez@foss.st.com>

Quoting gabriel.fernandez@foss.st.com (2024-04-11 02:24:52)
> From: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
> 
> This driver is intended for the STM32MP25 clock family and utilizes
> the stm32-core API, similar to the stm32mp13 clock driver.
> 
> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
> ---

Applied to clk-next

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2024-04-12  6:22 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-11  9:24 [PATCH v11 0/4] Introduce STM32MP257 clock driver gabriel.fernandez
2024-04-11  9:24 ` gabriel.fernandez
2024-04-11  9:24 ` [PATCH v11 1/4] clk: stm32mp13: use platform device APIs gabriel.fernandez
2024-04-11  9:24   ` gabriel.fernandez
2024-04-12  6:21   ` Stephen Boyd
2024-04-12  6:21     ` Stephen Boyd
2024-04-11  9:24 ` [PATCH v11 2/4] dt-bindings: clocks: stm32mp25: add description of all parents gabriel.fernandez
2024-04-11  9:24   ` gabriel.fernandez
2024-04-12  6:21   ` Stephen Boyd
2024-04-12  6:21     ` Stephen Boyd
2024-04-11  9:24 ` [PATCH v11 3/4] clk: stm32: introduce clocks for STM32MP257 platform gabriel.fernandez
2024-04-11  9:24   ` gabriel.fernandez
2024-04-12  6:22   ` Stephen Boyd [this message]
2024-04-12  6:22     ` Stephen Boyd
2024-04-12  6:26     ` Gabriel FERNANDEZ
2024-04-12  6:26       ` Gabriel FERNANDEZ
2024-04-11  9:24 ` [PATCH v11 4/4] arm64: dts: st: add rcc support for STM32MP25 gabriel.fernandez
2024-04-11  9:24   ` gabriel.fernandez
2024-04-25  7:36   ` Alexandre TORGUE
2024-04-25  7:36     ` Alexandre TORGUE

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=7efb8858995d0c97ad2deccb24318353.sboyd@kernel.org \
    --to=sboyd@kernel.org \
    --cc=alexandre.torgue@foss.st.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gabriel.fernandez@foss.st.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=p.zabel@pengutronix.de \
    --cc=robh+dt@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 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.