Linux-MIPS Archive mirror
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: "Albert Ou" <aou@eecs.berkeley.edu>,
	"Alexandre Ghiti" <alex@ghiti.fr>,
	"Benoît Monin" <benoit.monin@bootlin.com>,
	"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>
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,
	"Benoît Monin" <benoit.monin@bootlin.com>,
	"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: Mon, 23 Mar 2026 17:38:07 -0700	[thread overview]
Message-ID: <177431268711.5403.12519723172593766522@lazor> (raw)
In-Reply-To: <20260317-clk-eyeq7-v5-0-6f6daa2c2367@bootlin.com>

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?

  parent reply	other threads:[~2026-03-24  0:38 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 ` Stephen Boyd [this message]
2026-03-25 12:48   ` [PATCH v5 00/10] Add clock and reset support for Mobileye EyeQ7H 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=177431268711.5403.12519723172593766522@lazor \
    --to=sboyd@kernel.org \
    --cc=alex@ghiti.fr \
    --cc=aou@eecs.berkeley.edu \
    --cc=benoit.monin@bootlin.com \
    --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=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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).