mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: BAREBOX <barebox@lists.infradead.org>,
	 Sohaib Mohamed <sohaib.amhmd@gmail.com>
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: Re: [PATCH v2 00/14] ARM: rockchip: Add initial RK3562 SoC support
Date: Wed, 25 Feb 2026 08:49:23 +0100	[thread overview]
Message-ID: <177200576389.1217644.11034217612816386616.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20260130-barebox-kickpi-v2-0-d27cf94a39b6@gmail.com>


On Fri, 30 Jan 2026 06:16:52 +0100, Sohaib Mohamed wrote:
> All essential changes and additions required to boot the RK3562.
> Includes board support for the RK3562-EVB2 and KickPi K3.
> 
> The GMAC driver is still missing from the upstream Linux device tree
> and can be added in a future update. The rest is straightforward port from
> the mainline Linux kernel.
> 
> [...]

Applied, thanks!

[01/14] ARM: rockchip: Add initial RK3562 SoC support
        https://git.pengutronix.de/cgit/barebox/commit/?id=d5eb41dfb82a (link may not be stable)
[02/14] clk: rockchip: add RK3562 clock and reset driver support
        https://git.pengutronix.de/cgit/barebox/commit/?id=3d2eab69ade1 (link may not be stable)
[03/14] pinctrl: rockchip: sync driver with Linux
        https://git.pengutronix.de/cgit/barebox/commit/?id=3af1b639f22a (link may not be stable)
[04/14] ARM: boards: Rockchip: add RK3562-EVB2 support
        https://git.pengutronix.de/cgit/barebox/commit/?id=8b89a951e78a (link may not be stable)
[05/14] ARM: boards: Rockchip: Add device tree for kickpi k3 board
        https://git.pengutronix.de/cgit/barebox/commit/?id=2b4a2374ff44 (link may not be stable)
[06/14] ARM: rockchip: Add RK3562 KickPi K3 board support
        https://git.pengutronix.de/cgit/barebox/commit/?id=a1f66c6cbf6b (link may not be stable)
[07/14] pmdomain: rockchip: Add RK3562 power domain support
        https://git.pengutronix.de/cgit/barebox/commit/?id=b579890e2282 (link may not be stable)
[08/14] aiodev: rockchip_saradc: Add RK3562 support
        https://git.pengutronix.de/cgit/barebox/commit/?id=6e46ee2f2e44 (link may not be stable)
[09/14] phy: rockchip-inno-usb2: Add support for RK3562 PHY
        https://git.pengutronix.de/cgit/barebox/commit/?id=bb5295d56acf (link may not be stable)
[10/14] rockchip-rng: Add RK3562 support
        https://git.pengutronix.de/cgit/barebox/commit/?id=6fdf2c862dfd (link may not be stable)
[11/14] mci: sdhci: rockchip-dwcmshc: Add RK3562 support
        https://git.pengutronix.de/cgit/barebox/commit/?id=a7e9b225592e (link may not be stable)
[12/14] nvmem: rockchip-otp: Add RK3562 support
        https://git.pengutronix.de/cgit/barebox/commit/?id=3e4a23f7db6b (link may not be stable)
[13/14] phy: rockchip: inno-dsidphy: Add RK3562 support
        https://git.pengutronix.de/cgit/barebox/commit/?id=6482043b21fe (link may not be stable)
[14/14] phy: rockchip: naneng-combphy: Add RK3562 support
        https://git.pengutronix.de/cgit/barebox/commit/?id=2edcc72c9a7e (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




      parent reply	other threads:[~2026-02-25  7:49 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-30  5:16 Sohaib Mohamed
2026-01-30  5:16 ` [PATCH v2 01/14] " Sohaib Mohamed
2026-01-30  5:16 ` [PATCH v2 02/14] clk: rockchip: add RK3562 clock and reset driver support Sohaib Mohamed
2026-01-30  5:16 ` [PATCH v2 03/14] pinctrl: rockchip: sync driver with Linux Sohaib Mohamed
2026-01-30  5:16 ` [PATCH v2 04/14] ARM: boards: Rockchip: add RK3562-EVB2 support Sohaib Mohamed
2026-01-30  5:16 ` [PATCH v2 05/14] ARM: boards: Rockchip: Add device tree for kickpi k3 board Sohaib Mohamed
2026-01-30  5:16 ` [PATCH v2 06/14] ARM: rockchip: Add RK3562 KickPi K3 board support Sohaib Mohamed
2026-01-30  5:16 ` [PATCH v2 07/14] pmdomain: rockchip: Add RK3562 power domain support Sohaib Mohamed
2026-01-30  8:00   ` Ahmad Fatoum
2026-01-30  5:17 ` [PATCH v2 08/14] aiodev: rockchip_saradc: Add RK3562 support Sohaib Mohamed
2026-01-30  8:01   ` Ahmad Fatoum
2026-01-30  5:17 ` [PATCH v2 09/14] phy: rockchip-inno-usb2: Add support for RK3562 PHY Sohaib Mohamed
2026-01-30  8:01   ` Ahmad Fatoum
2026-01-30  5:17 ` [PATCH v2 10/14] rockchip-rng: Add RK3562 support Sohaib Mohamed
2026-01-30  8:02   ` Ahmad Fatoum
2026-01-30  5:17 ` [PATCH v2 11/14] mci: sdhci: rockchip-dwcmshc: " Sohaib Mohamed
2026-01-30  8:03   ` Ahmad Fatoum
2026-01-30  5:17 ` [PATCH v2 12/14] nvmem: rockchip-otp: " Sohaib Mohamed
2026-01-30  8:03   ` Ahmad Fatoum
2026-01-30  5:17 ` [PATCH v2 13/14] phy: rockchip: inno-dsidphy: " Sohaib Mohamed
2026-01-30  8:04   ` Ahmad Fatoum
2026-01-30  5:17 ` [PATCH v2 14/14] phy: rockchip: naneng-combphy: " Sohaib Mohamed
2026-01-30  8:05   ` Ahmad Fatoum
2026-02-24 20:17 ` [PATCH v2 00/14] ARM: rockchip: Add initial RK3562 SoC support Sohaib Mohamed
2026-02-25  7:51   ` Sascha Hauer
2026-02-25  7:49 ` Sascha Hauer [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=177200576389.1217644.11034217612816386616.b4-ty@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=sohaib.amhmd@gmail.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