From: Tom Rini <trini@konsulko.com>
To: Simon Glass <sjg@chromium.org>
Cc: U-Boot Mailing List <u-boot@lists.denx.de>
Subject: Re: [PATCH v3 00/15] rockchip: Add support for the RV1103B, RV1103 and RV1106
Date: Wed, 8 Jul 2026 19:40:46 -0600 [thread overview]
Message-ID: <20260709014046.GK749385@bill-the-cat> (raw)
In-Reply-To: <CAFLszTjyuz_5XyHxFN7Td-r-fyEHf2rhobd0PLPjC7f=vwzZ4w@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2979 bytes --]
Dropping everyone else except for the list itself.
On Wed, Jul 08, 2026 at 07:27:52PM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Wed, 8 Jul 2026 at 18:38, Tom Rini <trini@konsulko.com> wrote:
> >
> > 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.
>
> Do you mean:
>
> - still send patches, they might be reviewed but will not be merged
> until we resolve the Concept tree / domain
> - stop sending patches completely
I don't want to start another mega-thread.
I'm unsure what is unclear about "I'm not comfortable taking your
patches until we have resolved the u-boot.org domain transfer".
I'm unsure what else I can add here that won't result in another
mega-thread.
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
prev parent reply other threads:[~2026-07-09 1:40 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
2026-07-09 1:27 ` Simon Glass
2026-07-09 1:40 ` Tom Rini [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=20260709014046.GK749385@bill-the-cat \
--to=trini@konsulko.com \
--cc=sjg@chromium.org \
--cc=u-boot@lists.denx.de \
/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 NNTP newsgroup(s).