public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Benoît Monin" <benoit.monin@bootlin.com>
To: "Albert Ou" <aou@eecs.berkeley.edu>,
	"Alexandre Ghiti" <alex@ghiti.fr>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Gregory CLEMENT" <gregory.clement@bootlin.com>,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	"Michael Turquette" <mturquette@baylibre.com>,
	"Palmer Dabbelt" <palmer@dabbelt.com>,
	"Paul Walmsley" <pjw@kernel.org>,
	"Philipp Zabel" <p.zabel@pengutronix.de>,
	"Rob Herring" <robh@kernel.org>,
	"Théo Lebrun" <theo.lebrun@bootlin.com>,
	"Vladimir Kondratiev" <vladimir.kondratiev@mobileye.com>,
	"Stephen Boyd" <sboyd@kernel.org>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Tawfik Bayouk <tawfik.bayouk@mobileye.com>,
	linux-riscv@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
	linux-mips@vger.kernel.org,
	Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>,
	Sari Khoury <sari.khoury@mobileye.com>,
	Brian Masney <bmasney@redhat.com>
Subject: Re: [PATCH v5 00/10] Add clock and reset support for Mobileye EyeQ7H
Date: Wed, 25 Mar 2026 13:48:28 +0100	[thread overview]
Message-ID: <2786053.vuYhMxLoTh@benoit.monin> (raw)
In-Reply-To: <177431268711.5403.12519723172593766522@lazor>

On Tuesday, 24 March 2026 at 01:38:07 CET, Stephen Boyd wrote:
> Quoting Benoît Monin (2026-03-17 06:33:02)
> > This patchset brings the support of the Other Logic Blocks (OLB)
> > found in the first Mobileye SoC based on the RISC-V architecture, the
> > EyeQ7H. Despite the change from MIPS to RISC-V, the Other Logic Blocks
> > provide similar clock and reset functions to the controllers of the
> > chip. This series introduces the device tree bindings of the SoC and
> > the necessary changes to the clock and reset eyeq drivers.
> >
> [...]
> > 
> > This series depends on the EyeQ6Lplus support patchset posted
> > previously[1], which in turn depends on Théo's series[2]. In particular,
> > the changes made to the clk-eyeq driver in this patchset depend on the
> > changes done in these two series.
> 
> Is it a build time dependency or a run time dependency? Are you
> expecting me to apply all three series to the clk tree?
> 
It is a build dependency for the changes to the clk-eyeq driver. I am
trying to figure out the best merge strategy. I propose to split the
patches between the mips tree and the clock tree. The changes to the
clk-eyeq driver and the auxiliary pinctrl-eyeq5 and reset-eyeq drivers
could go through the clk tree. In detail, the following patches can
be applied in order to avoid merge conflicts and the series is fully
bisectable:

All the patches from Théo's series[1]:
        [PATCH v7 1/3] clk: eyeq: use the auxiliary device creation helper
        [PATCH v7 2/3] clk: eyeq: add EyeQ5 children auxiliary device for generic PHYs
        [PATCH v7 3/3] reset: eyeq: drop device_set_of_node_from_dev() done by parent

The following patches from the eyeq6lplus series[2]:
        [PATCH v4 02/13] dt-bindings: soc: mobileye: Add EyeQ6Lplus OLB
        [PATCH v4 04/13] reset: eyeq: Add Mobileye EyeQ6Lplus OLB
        [PATCH v4 05/13] pinctrl: eyeq5: Use match data
        [PATCH v4 06/13] pinctrl: eyeq5: Add Mobileye EyeQ6Lplus OLB
        [PATCH v4 07/13] clk: eyeq: Skip post-divisor when computing PLL frequency
        [PATCH v4 08/13] clk: eyeq: Adjust PLL accuracy computation
        [PATCH v4 09/13] clk: eyeq: Add Mobileye EyeQ6Lplus OLB

And the patches from this series:
        [PATCH v5 01/10] dt-bindings: soc: mobileye: Add EyeQ7H OLB
        [PATCH v5 02/10] reset: eyeq: Add EyeQ7H compatibles
        [PATCH v5 03/10] clk: fixed-factor: Rework initialization with parent clocks
        [PATCH v5 04/10] clk: fixed-factor: Export __clk_hw_register_fixed_factor()
        [PATCH v5 05/10] clk: eyeq: Prefix the PLL registers with the PLL type
        [PATCH v5 06/10] clk: eyeq: Introduce a generic clock type
        [PATCH v5 07/10] clk: eyeq: Convert clocks declaration to eqc_clock
        [PATCH v5 08/10] clk: eyeq: Drop PLL, dividers, and fixed factors structs
        [PATCH v5 09/10] clk: eyeq: Add EyeQ7H compatibles

The last patch to the MAINTAINERS file can be left aside for now, I can
include it in the series introducing the EyeQ7H SoC (not yet posted).


[1]: https://lore.kernel.org/lkml/20260225-macb-phy-v7-0-665bd8619d51@bootlin.com/ 
[2]: https://lore.kernel.org/all/20260316-eyeq6lplus-v4-0-bf44dfc7a261@bootlin.com/


Best regards,
-- 
Benoît Monin, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com




      reply	other threads:[~2026-03-25 12:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-17 13:33 [PATCH v5 00/10] Add clock and reset support for Mobileye EyeQ7H Benoît Monin
2026-03-17 13:33 ` [PATCH v5 01/10] dt-bindings: soc: mobileye: Add EyeQ7H OLB Benoît Monin
2026-03-17 13:33 ` [PATCH v5 02/10] reset: eyeq: Add EyeQ7H compatibles Benoît Monin
2026-03-17 13:33 ` [PATCH v5 03/10] clk: fixed-factor: Rework initialization with parent clocks Benoît Monin
2026-03-17 13:33 ` [PATCH v5 04/10] clk: fixed-factor: Export __clk_hw_register_fixed_factor() Benoît Monin
2026-03-17 13:33 ` [PATCH v5 05/10] clk: eyeq: Prefix the PLL registers with the PLL type Benoît Monin
2026-03-17 13:33 ` [PATCH v5 06/10] clk: eyeq: Introduce a generic clock type Benoît Monin
2026-03-17 13:33 ` [PATCH v5 07/10] clk: eyeq: Convert clocks declaration to eqc_clock Benoît Monin
2026-03-17 13:33 ` [PATCH v5 08/10] clk: eyeq: Drop PLL, dividers, and fixed factors structs Benoît Monin
2026-03-17 13:33 ` [PATCH v5 09/10] clk: eyeq: Add EyeQ7H compatibles Benoît Monin
2026-03-17 13:33 ` [PATCH v5 10/10] MAINTAINERS: Add entry for Mobileye RISC-V SoCs Benoît Monin
2026-03-24  0:38 ` [PATCH v5 00/10] Add clock and reset support for Mobileye EyeQ7H Stephen Boyd
2026-03-25 12:48   ` Benoît Monin [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=2786053.vuYhMxLoTh@benoit.monin \
    --to=benoit.monin@bootlin.com \
    --cc=alex@ghiti.fr \
    --cc=aou@eecs.berkeley.edu \
    --cc=bmasney@redhat.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gregory.clement@bootlin.com \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@oss.qualcomm.com \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=mturquette@baylibre.com \
    --cc=p.zabel@pengutronix.de \
    --cc=palmer@dabbelt.com \
    --cc=pjw@kernel.org \
    --cc=robh@kernel.org \
    --cc=sari.khoury@mobileye.com \
    --cc=sboyd@kernel.org \
    --cc=tawfik.bayouk@mobileye.com \
    --cc=theo.lebrun@bootlin.com \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=vladimir.kondratiev@mobileye.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