u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Dragan Simic <dsimic@manjaro.org>
To: Jonas Karlman <jonas@kwiboo.se>
Cc: Kever Yang <kever.yang@rock-chips.com>,
	Simon Glass <sjg@chromium.org>,
	Philipp Tomsich <philipp.tomsich@vrull.eu>,
	Tom Rini <trini@konsulko.com>,
	u-boot@lists.denx.de
Subject: Re: [PATCH 00/16] rockchip: Migrate RK3308, RK3328, RK356x and RK3588 to OF_UPSTREAM
Date: Sun, 05 May 2024 04:58:45 +0200	[thread overview]
Message-ID: <dcf309cb12d8c8fce993138725ae04a5@manjaro.org> (raw)
In-Reply-To: <20240504194346.2462489-1-jonas@kwiboo.se>

Hello Jonas,

On 2024-05-04 21:42, Jonas Karlman wrote:
> This series migrate RK3308, RK3328, RK356x and RK3588 boards that 
> exists
> in Linux kernel v6.8 to use OF_UPSTREAM.

I went quickly through all the patches in this series and they
in general look good to me.  I didn't check all of them in detail,
to make adding Reviewed-by tags appropriate, though.

> The usbdp phy driver is also updated to work with the DT binding that
> is targeted for v6.10.
> 
> And the usb3 related nodes currently part of the SoC u-boot.dtsi is
> updated to match the soc/board DT that is targeted for v6.10 in order 
> to
> avoid breaking changes in future when dts/upstream gets updated.
> 
> Following targets has not been migrated to use OF_UPSTREAM:
> - anbernic-rgxx3-rk3566: Multi device target
> - generic-rk3568: Generic target only meant for U-Boot use
> - generic-rk3588: Generic target only meant for U-Boot use
> - nanopi-m4-2gb-rk3399: DDR3 variant of nanopi-m4-rk3399 (LPDDR3)
> - pinetab2-rk3566: Merged in v6.9-rc1
> - toybrick-rk3588: Merged in v6.9-rc1
> 
> This series depends on the following series:
> - rockchip: rk3399: Fix loading FIT from SD-card when booting from eMMC 
> [1]
> - rockchip: rk3399: Sync DT with v6.8 and update defconfigs [2]
> 
> A copy of this series and its depends can also be found at [3].
> 
> [1] https://patchwork.ozlabs.org/cover/1929673/
> [2] https://patchwork.ozlabs.org/cover/1930271/
> [3] 
> https://github.com/Kwiboo/u-boot-rockchip/commits/rk3xxx-of-upstream-v1
> 
> Jonas Karlman (16):
>   rockchip: rk3308: Migrate to OF_UPSTREAM
>   rockchip: rk3308: Remove redundant device tree files
>   rockchip: rk3328: Migrate to OF_UPSTREAM
>   rockchip: rk3328: Remove redundant device tree files
>   rockchip: rk3399: Migrate to OF_UPSTREAM
>   rockchip: rk3399: Remove redundant device tree files
>   rockchip: rk356x: Add rk3568-u-boot.dtsi
>   rockchip: rk356x: Migrate to OF_UPSTREAM
>   rockchip: rk356x: Remove redundant device tree files
>   phy: rockchip: usbdp: Find phy-id from the io address
>   phy: rockchip: usbdp: Drop rockchip_u3phy_uboot_init()
>   phy: rockchip: usbdp: Adopt driver to work with upstream DT
>   rockchip: rk3588-rock-5b: Drop usb-typec node from u-boot.dtsi
>   rockchip: rk3588: Update USB3 related nodes in u-boot.dtsi
>   rockchip: rk3588: Migrate to OF_UPSTREAM
>   rockchip: rk3588: Remove redundant device tree files

      parent reply	other threads:[~2024-05-05  2:58 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-04 19:42 [PATCH 00/16] rockchip: Migrate RK3308, RK3328, RK356x and RK3588 to OF_UPSTREAM Jonas Karlman
2024-05-04 19:42 ` [PATCH 01/16] rockchip: rk3308: Migrate " Jonas Karlman
2024-05-07  3:29   ` Kever Yang
2024-05-04 19:42 ` [PATCH 02/16] rockchip: rk3308: Remove redundant device tree files Jonas Karlman
2024-05-07  3:30   ` Kever Yang
2024-05-04 19:42 ` [PATCH 03/16] rockchip: rk3328: Migrate to OF_UPSTREAM Jonas Karlman
2024-05-07  3:32   ` Kever Yang
2024-05-04 19:42 ` [PATCH 04/16] rockchip: rk3328: Remove redundant device tree files Jonas Karlman
2024-05-07  3:32   ` Kever Yang
2024-05-04 19:42 ` [PATCH 05/16] rockchip: rk3399: Migrate to OF_UPSTREAM Jonas Karlman
2024-05-07  3:33   ` Kever Yang
2024-05-04 19:42 ` [PATCH 06/16] rockchip: rk3399: Remove redundant device tree files Jonas Karlman
2024-05-07  3:33   ` Kever Yang
2024-05-04 19:42 ` [PATCH 07/16] rockchip: rk356x: Add rk3568-u-boot.dtsi Jonas Karlman
2024-05-07  3:33   ` Kever Yang
2024-05-04 19:43 ` [PATCH 08/16] rockchip: rk356x: Migrate to OF_UPSTREAM Jonas Karlman
2024-05-07  3:33   ` Kever Yang
2024-05-04 19:43 ` [PATCH 09/16] rockchip: rk356x: Remove redundant device tree files Jonas Karlman
2024-05-04 20:51   ` Chris Morgan
2024-05-04 21:15     ` Jonas Karlman
2024-05-07  3:34   ` Kever Yang
2024-05-04 19:43 ` [PATCH 10/16] phy: rockchip: usbdp: Find phy-id from the io address Jonas Karlman
2024-05-07  3:34   ` Kever Yang
2024-05-04 19:43 ` [PATCH 11/16] phy: rockchip: usbdp: Drop rockchip_u3phy_uboot_init() Jonas Karlman
2024-05-07  3:34   ` Kever Yang
2024-05-04 19:43 ` [PATCH 12/16] phy: rockchip: usbdp: Adopt driver to work with upstream DT Jonas Karlman
2024-05-07  3:34   ` Kever Yang
2024-05-04 19:43 ` [PATCH 13/16] rockchip: rk3588-rock-5b: Drop usb-typec node from u-boot.dtsi Jonas Karlman
2024-05-07  3:34   ` Kever Yang
2024-05-04 19:43 ` [PATCH 14/16] rockchip: rk3588: Update USB3 related nodes in u-boot.dtsi Jonas Karlman
2024-05-07  7:20   ` Kever Yang
2024-05-04 19:43 ` [PATCH 15/16] rockchip: rk3588: Migrate to OF_UPSTREAM Jonas Karlman
2024-05-07  7:20   ` Kever Yang
2024-05-04 19:43 ` [PATCH 16/16] rockchip: rk3588: Remove redundant device tree files Jonas Karlman
2024-05-07  7:19   ` Kever Yang
2024-05-05  2:58 ` Dragan Simic [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=dcf309cb12d8c8fce993138725ae04a5@manjaro.org \
    --to=dsimic@manjaro.org \
    --cc=jonas@kwiboo.se \
    --cc=kever.yang@rock-chips.com \
    --cc=philipp.tomsich@vrull.eu \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --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).