public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Conor Dooley <conor@kernel.org>
To: Gabriel FERNANDEZ <gabriel.fernandez@foss.st.com>
Cc: sboyd@kernel.org, Conor Dooley <conor.dooley@microchip.com>,
	Daire McNamara <daire.mcnamara@microchip.com>,
	pierre-henry.moussay@microchip.com,
	valentina.fernandezalanis@microchip.com,
	Michael Turquette <mturquette@baylibre.com>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Jassi Brar <jassisinghbrar@gmail.com>, Lee Jones <lee@kernel.org>,
	Paul Walmsley <paul.walmsley@sifive.com>,
	Palmer Dabbelt <palmer@dabbelt.com>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	linux-riscv@lists.infradead.org, linux-clk@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 8/9] clk: divider, gate: create regmap-backed copies of gate and divider clocks
Date: Tue, 5 Aug 2025 18:13:47 +0100	[thread overview]
Message-ID: <20250805-slit-scrunch-e19f8afec16d@spud> (raw)
In-Reply-To: <f059ef8e-1834-4d21-bb17-8670cf7cd90f@foss.st.com>

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

On Thu, Jul 31, 2025 at 01:23:49PM +0200, Gabriel FERNANDEZ wrote:
> 
> On 6/23/25 14:56, Conor Dooley wrote:
> > From: Conor Dooley <conor.dooley@microchip.com>
> > 
> > Implement regmap-backed copies of gate and divider clocks by replacing
> > the iomem pointer to the clock registers with a regmap and offset
> > within.
> > 
> > Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> 
> Hi Conor,
> 
> Excellent patch, thank you! I really needed this and will be using it.
> 
> I would also be interested in having a similar regmap-backed implementation
> for the multiplexer clock.  Do you have any plans to work on this as well?
> If not, I’d be happy to propose a patch for it, with your agreement.

The only types of clock my driver needed were gate and divider, so those
were all I focused on. I don't really have a plan to implement more,
particular given the lack of feedback here means that I don't even know
if what I have done is what Stephen wants. The rest of your comments
seem reasonable, and I'll try to implement them in a new version.

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

  reply	other threads:[~2025-08-05 17:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-23 12:56 [PATCH v3 0/9] Redo PolarFire SoC's mailbox/clock devicestrees and related code Conor Dooley
2025-06-23 12:56 ` [PATCH v3 1/9] dt-bindings: mfd: syscon document the control-scb syscon on PolarFire SoC Conor Dooley
2025-06-23 12:56 ` [PATCH v3 2/9] dt-bindings: soc: microchip: document the simple-mfd " Conor Dooley
2025-06-27  7:04   ` Krzysztof Kozlowski
2025-06-23 12:56 ` [PATCH v3 3/9] soc: microchip: add mfd drivers for two syscon regions " Conor Dooley
2025-06-23 12:56 ` [PATCH v3 4/9] reset: mpfs: add non-auxiliary bus probing Conor Dooley
2025-06-27 16:01   ` Philipp Zabel
2025-06-23 12:56 ` [PATCH v3 5/9] dt-bindings: clk: microchip: mpfs: remove first reg region Conor Dooley
2025-06-23 12:56 ` [PATCH v3 6/9] riscv: dts: microchip: fix mailbox description Conor Dooley
2025-06-23 12:56 ` [PATCH v3 7/9] riscv: dts: microchip: convert clock and reset to use syscon Conor Dooley
2025-06-23 12:56 ` [PATCH v3 8/9] clk: divider, gate: create regmap-backed copies of gate and divider clocks Conor Dooley
2025-07-31 11:23   ` Gabriel FERNANDEZ
2025-08-05 17:13     ` Conor Dooley [this message]
2025-06-23 12:56 ` [PATCH v3 9/9] clk: microchip: mpfs: use regmap clock types Conor Dooley

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=20250805-slit-scrunch-e19f8afec16d@spud \
    --to=conor@kernel.org \
    --cc=conor.dooley@microchip.com \
    --cc=daire.mcnamara@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gabriel.fernandez@foss.st.com \
    --cc=jassisinghbrar@gmail.com \
    --cc=krzk+dt@kernel.org \
    --cc=lee@kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=mturquette@baylibre.com \
    --cc=p.zabel@pengutronix.de \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=pierre-henry.moussay@microchip.com \
    --cc=robh@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=valentina.fernandezalanis@microchip.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox