From: "Benoît Monin" <benoit.monin@bootlin.com>
To: Linus Walleij <linusw@kernel.org>,
Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: "Vladimir Kondratiev" <vladimir.kondratiev@mobileye.com>,
"Gregory CLEMENT" <gregory.clement@bootlin.com>,
"Théo Lebrun" <theo.lebrun@bootlin.com>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Michael Turquette" <mturquette@baylibre.com>,
"Stephen Boyd" <sboyd@kernel.org>,
"Philipp Zabel" <p.zabel@pengutronix.de>,
"Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
"Tawfik Bayouk" <tawfik.bayouk@mobileye.com>,
linux-mips@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
linux-gpio@vger.kernel.org
Subject: Re: [PATCH v4 06/13] pinctrl: eyeq5: Add Mobileye EyeQ6Lplus OLB
Date: Wed, 25 Mar 2026 13:50:53 +0100 [thread overview]
Message-ID: <27303918.1r3eYUQgxm@benoit.monin> (raw)
In-Reply-To: <acKZ09NOFF59yZtJ@alpha.franken.de>
On Tuesday, 24 March 2026 at 15:04:03 CET, Thomas Bogendoerfer wrote:
> On Mon, Mar 23, 2026 at 10:05:12AM +0100, Linus Walleij wrote:
> > On Mon, Mar 16, 2026 at 4:26 PM Benoît Monin <benoit.monin@bootlin.com> wrote:
> >
> > > Add the match data for the pinctrl found in the EyeQ6Lplus OLB. The pin
> > > control is identical in function to the one present in the EyeQ5 but
> > > has a single bank of 32 pins.
> > >
> > > Signed-off-by: Benoît Monin <benoit.monin@bootlin.com>
> >
> > Reviewed-by: Linus Walleij <linusw@kernel.org>
> >
> > I don't know your merge strategy for this patch series, if you want part
> > of it applied to the pinctrl tree then tell me which patches and how.
>
> as there are also MIPS parts involved and Stephen Acked the clk Patches
> it might be best to merge via MIPS tree
>
> Thomas.
>
>
I proposed to Stephen to take the patches related to the OLB (clk,
pinctrl and reset) in the clk tree[1]. The following patches could go
through the mips tree:
[PATCH v4 01/13] dt-bindings: mips: Add Mobileye EyeQ6Lplus SoC
[PATCH v4 02/13] dt-bindings: soc: mobileye: Add EyeQ6Lplus OLB
[PATCH v4 03/13] MIPS: Add Mobileye EyeQ6Lplus support
[PATCH v4 10/13] MIPS: Add Mobileye EyeQ6Lplus SoC dtsi
[PATCH v4 11/13] MIPS: Add Mobileye EyeQ6Lplus evaluation board dts
[PATCH v4 12/13] MIPS: config: add eyeq6lplus_defconfig
[PATCH v4 13/13] MAINTAINERS: Mobileye: Add EyeQ6Lplus files
For the two sets of patches to build properly, the OLB dt-bindings patch
(patch 02/13) is present in both as the clk-eyeq driver and the SoC
device tree use the header introduced in it. I don't know if having a
patch in two trees is a valid merge strategy. Any opinion on that?
[1]: https://lore.kernel.org/lkml/2786053.vuYhMxLoTh@benoit.monin/
Best regards,
--
Benoît Monin, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2026-03-25 12:50 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-16 15:25 [PATCH v4 00/13] Introducing the Mobileye EyeQ6Lplus SoC Benoît Monin
2026-03-16 15:25 ` [PATCH v4 01/13] dt-bindings: mips: Add " Benoît Monin
2026-03-16 15:25 ` [PATCH v4 02/13] dt-bindings: soc: mobileye: Add EyeQ6Lplus OLB Benoît Monin
2026-03-23 9:03 ` Linus Walleij
2026-03-24 0:26 ` Stephen Boyd
2026-03-16 15:25 ` [PATCH v4 03/13] MIPS: Add Mobileye EyeQ6Lplus support Benoît Monin
2026-03-16 15:25 ` [PATCH v4 04/13] reset: eyeq: Add Mobileye EyeQ6Lplus OLB Benoît Monin
2026-03-16 15:25 ` [PATCH v4 05/13] pinctrl: eyeq5: Use match data Benoît Monin
2026-03-23 9:04 ` Linus Walleij
2026-03-16 15:25 ` [PATCH v4 06/13] pinctrl: eyeq5: Add Mobileye EyeQ6Lplus OLB Benoît Monin
2026-03-23 9:05 ` Linus Walleij
2026-03-24 14:04 ` Thomas Bogendoerfer
2026-03-25 12:50 ` Benoît Monin [this message]
2026-03-16 15:25 ` [PATCH v4 07/13] clk: eyeq: Skip post-divisor when computing PLL frequency Benoît Monin
2026-03-24 0:30 ` Stephen Boyd
2026-03-16 15:25 ` [PATCH v4 08/13] clk: eyeq: Adjust PLL accuracy computation Benoît Monin
2026-03-24 0:30 ` Stephen Boyd
2026-03-16 15:25 ` [PATCH v4 09/13] clk: eyeq: Add Mobileye EyeQ6Lplus OLB Benoît Monin
2026-03-24 0:30 ` Stephen Boyd
2026-03-16 15:25 ` [PATCH v4 10/13] MIPS: Add Mobileye EyeQ6Lplus SoC dtsi Benoît Monin
2026-03-16 15:25 ` [PATCH v4 11/13] MIPS: Add Mobileye EyeQ6Lplus evaluation board dts Benoît Monin
2026-03-16 15:25 ` [PATCH v4 12/13] MIPS: config: add eyeq6lplus_defconfig Benoît Monin
2026-03-16 15:25 ` [PATCH v4 13/13] MAINTAINERS: Mobileye: Add EyeQ6Lplus files Benoît Monin
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=27303918.1r3eYUQgxm@benoit.monin \
--to=benoit.monin@bootlin.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gregory.clement@bootlin.com \
--cc=krzk+dt@kernel.org \
--cc=linusw@kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=p.zabel@pengutronix.de \
--cc=robh@kernel.org \
--cc=sboyd@kernel.org \
--cc=tawfik.bayouk@mobileye.com \
--cc=theo.lebrun@bootlin.com \
--cc=thomas.petazzoni@bootlin.com \
--cc=tsbogend@alpha.franken.de \
--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