From: Tom Rini <trini@konsulko.com>
To: Simon Glass <sjg@chromium.org>
Cc: "U-Boot Mailing List" <u-boot@lists.denx.de>,
"Fabio Estevam" <festevam@nabladev.com>,
"Jonas Karlman" <jonas@kwiboo.se>,
"Albert Aribaud" <albert.u.boot@aribaud.net>,
"Alexander Feilke" <alexander.feilke@ew.tq-group.com>,
"Alexey Charkov" <alchark@flipper.net>,
"Alexey Charkov" <alchark@gmail.com>, "Andrew Davis" <afd@ti.com>,
"Anshul Dalal" <anshuld@ti.com>,
"Bastien Curutchet" <bastien.curutchet@bootlin.com>,
"Chris Morgan" <macromorgan@hotmail.com>,
"Chris Packham" <judge.packham@gmail.com>,
"Elaine Zhang" <zhangqing@rock-chips.com>,
"FUKAUMI Naoki" <naoki@radxa.com>,
"Finley Xiao" <finley.xiao@rock-chips.com>,
"Heinrich Schuchardt" <xypron.glpk@gmx.de>,
"Hrushikesh Salunke" <h-salunke@ti.com>,
"Ilias Apalodimas" <ilias.apalodimas@linaro.org>,
"Jeffy Chen" <jeffy.chen@rock-chips.com>,
"Johan Jonker" <jbx6244@gmail.com>,
"João Marcos Costa" <joaomarcos.costa@bootlin.com>,
"Kever Yang" <kever.yang@rock-chips.com>,
"Lukasz Majewski" <lukma@denx.de>,
"Mattijs Korpershoek" <mkorpershoek@kernel.org>,
"Neil Armstrong" <neil.armstrong@linaro.org>,
"Niu Zhihong" <zhihong@nzhnb.com>, "Peng Fan" <peng.fan@nxp.com>,
"Peter Robinson" <pbrobinson@gmail.com>,
"Philipp Tomsich" <philipp.tomsich@vrull.eu>,
"Quentin Schulz" <quentin.schulz@cherry.de>,
"Richard Genoud" <richard.genoud@bootlin.com>,
"Svyatoslav Ryhel" <clamor95@gmail.com>,
"Tianling Shen" <cnsztl@gmail.com>,
"Xuhui Lin" <xuhui.lin@rock-chips.com>,
"Ye Zhang" <ye.zhang@rock-chips.com>,
"huang lin" <hl@rock-chips.com>
Subject: Re: [PATCH v3 00/15] rockchip: Add support for the RV1103B, RV1103 and RV1106
Date: Wed, 8 Jul 2026 18:38:34 -0600 [thread overview]
Message-ID: <20260709003834.GI749385@bill-the-cat> (raw)
In-Reply-To: <CAFLszTjyo-Xizh8p_tv6xPLvM+yu_3KCoH6G2J-hCqPn_zKUHA@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2173 bytes --]
On Wed, Jul 08, 2026 at 04:36:57PM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Tue, 7 Jul 2026 at 09:35, Tom Rini <trini@konsulko.com> wrote:
> >
> > On Tue, Jul 07, 2026 at 09:30:58AM -0600, Simon Glass wrote:
> >
> > > This series adds support for three small Rockchip camera SoCs and two
> > > boards which use them.
> > >
> > > The first eight patches are Fabio Estevam's series adding the RV1103B
> > > and the Onion Omega4 board, updated here to address the review
> > > comments on v2: the board patch is split into SoC and board patches,
> > > the devicetree files move into the patches where they belong and the
> > > pinctrl driver uses regmap_update_bits() throughout. All credit for
> > > this work goes to Fabio. The devicetree concern raised in the v2
> > > review is also resolved now: the devicetree files carried here are the
> > > versions merged in Linux v7.1, verbatim, and can be dropped once the
> > > next dts/upstream sync brings them in.
> > >
> > > The remaining patches add the RV1106 and its RV1103 package variant,
> > > following the same structure as the RV1103B patches, together with
> > > the Luckfox Pico Mini B board. These SoCs have no mainline Linux
> > > support yet, so their devicetrees are local for now. The clock and
> > > pinctrl drivers are ported from the Rockchip vendor tree and are the
> > > work of Elaine Zhang and Ye Zhang. The final patch makes the
> > > maskrom-mode RAM-boot images work on 32-bit boards without OP-TEE,
> > > which both of these boards rely on.
> > >
> > > Tested on the Luckfox Pico Mini B: U-Boot runs from RAM over the USB
> > > maskrom path and both the SPI NAND and a microSD card are usable. THe
> > > board is running in my lab.
> >
> > I did ask you not to do this, Simon, as your patches aren't being picked
> > up until we've resolved the status of u-boot.org.
>
> I just saw that email Tom...OK, so I should not send any patches at all?
As I told you on the community call over two weeks ago now, I'm not
comfortable taking your patches until we have resolved the u-boot.org
domain transfer. So no, your patches are not being merged.
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2026-07-09 1:55 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-07 15:30 [PATCH v3 00/15] rockchip: Add support for the RV1103B, RV1103 and RV1106 Simon Glass
2026-07-07 15:30 ` [PATCH v3 01/15] ARM: dts: Add the RV1103B devicetree files Simon Glass
2026-07-07 15:31 ` [PATCH v3 02/15] pinctrl: rockchip: Add RV1103B support Simon Glass
2026-07-07 15:31 ` [PATCH v3 03/15] clk: rockchip: Add RV1103B clock driver Simon Glass
2026-07-07 15:31 ` [PATCH v3 04/15] tools: rkcommon: Add RV1103B support Simon Glass
2026-07-07 15:31 ` [PATCH v3 05/15] rockchip: spl-boot-order: Add SPI NAND support Simon Glass
2026-07-07 15:31 ` [PATCH v3 06/15] spl: Add SPI NAND support via MTD in SPL Simon Glass
2026-07-07 15:31 ` [PATCH v3 07/15] rockchip: rv1103b: Add SoC support Simon Glass
2026-07-07 15:31 ` [PATCH v3 08/15] omega4-rv1103b: Add the initial support Simon Glass
2026-07-07 15:31 ` [PATCH v3 09/15] tools: rkcommon: Add RV1106 support Simon Glass
2026-07-07 15:31 ` [PATCH v3 10/15] pinctrl: rockchip: " Simon Glass
2026-07-07 15:31 ` [PATCH v3 11/15] ARM: dts: Add the RV1103/RV1106 devicetree files Simon Glass
2026-07-07 15:31 ` [PATCH v3 12/15] clk: rockchip: Add RV1106 clock driver Simon Glass
2026-07-07 15:31 ` [PATCH v3 13/15] rockchip: rv1106: Add SoC support Simon Glass
2026-07-07 15:31 ` [PATCH v3 14/15] luckfox-pico: Add the initial support Simon Glass
2026-07-07 15:31 ` [PATCH v3 15/15] rockchip: Support legacy images when booting from RAM Simon Glass
2026-07-07 15:35 ` [PATCH v3 00/15] rockchip: Add support for the RV1103B, RV1103 and RV1106 Tom Rini
2026-07-08 22:36 ` Simon Glass
2026-07-09 0:38 ` Tom Rini [this message]
2026-07-09 1:27 ` Simon Glass
2026-07-09 1:40 ` Tom Rini
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=20260709003834.GI749385@bill-the-cat \
--to=trini@konsulko.com \
--cc=afd@ti.com \
--cc=albert.u.boot@aribaud.net \
--cc=alchark@flipper.net \
--cc=alchark@gmail.com \
--cc=alexander.feilke@ew.tq-group.com \
--cc=anshuld@ti.com \
--cc=bastien.curutchet@bootlin.com \
--cc=clamor95@gmail.com \
--cc=cnsztl@gmail.com \
--cc=festevam@nabladev.com \
--cc=finley.xiao@rock-chips.com \
--cc=h-salunke@ti.com \
--cc=hl@rock-chips.com \
--cc=ilias.apalodimas@linaro.org \
--cc=jbx6244@gmail.com \
--cc=jeffy.chen@rock-chips.com \
--cc=joaomarcos.costa@bootlin.com \
--cc=jonas@kwiboo.se \
--cc=judge.packham@gmail.com \
--cc=kever.yang@rock-chips.com \
--cc=lukma@denx.de \
--cc=macromorgan@hotmail.com \
--cc=mkorpershoek@kernel.org \
--cc=naoki@radxa.com \
--cc=neil.armstrong@linaro.org \
--cc=pbrobinson@gmail.com \
--cc=peng.fan@nxp.com \
--cc=philipp.tomsich@vrull.eu \
--cc=quentin.schulz@cherry.de \
--cc=richard.genoud@bootlin.com \
--cc=sjg@chromium.org \
--cc=u-boot@lists.denx.de \
--cc=xuhui.lin@rock-chips.com \
--cc=xypron.glpk@gmx.de \
--cc=ye.zhang@rock-chips.com \
--cc=zhangqing@rock-chips.com \
--cc=zhihong@nzhnb.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