U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull u-boot-rockchip-2027.01-20260813 into next
@ 2026-08-13 17:03 Quentin Schulz via U-Boot
  0 siblings, 0 replies; 3+ messages in thread
From: Quentin Schulz via U-Boot @ 2026-08-13 17:03 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

CI for this pull request is available here: https://git.u-boot-project.org/u-boot/custodians/u-boot-rockchip/-/pipelines/975

The following changes since commit 5a92645e1f9020d24d19e03fff2ae63f30080770:

  Merge patch series "Add eMMC support for Axiado SCM3005 board" (2026-08-11 14:55:40 -0600)

are available in the Git repository at:

  https://git.u-boot-project.org/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-2027.01-20260813

for you to fetch changes up to f75a3d96e1f33c1b8737018843b7bd5fc207b9d4:

  clk: rockchip: pll: fix overflow and drop manual two's complement on RK3588/RK3576 (2026-08-12 16:55:03 +0200)

----------------------------------------------------------------
- Drop redundant OTP nodes from RK3528/RK356x since 7.1 DTS sync,
- Enable USB on RK3528,
- Add support for another SPI chip on Radxa Rock 4D,
- Fix fractional PLLs on RK3588/RK3576,

----------------------------------------------------------------
Alexey Charkov (5):
      clk: rockchip: pll: drop misleading fout in rockchip_rk3588_pll_k_get()
      clk: rockchip: pll: fix rounding of negative k in RK3588 frac PLL
      clk: rockchip: pll: fix RK3588 frac PLL result for k=-32768
      clk: rockchip: pll: let rockchip_rk3588_pll_k_get update m directly
      clk: rockchip: pll: fix overflow and drop manual two's complement on RK3588/RK3576

Jonas Karlman (8):
      arm: dts: rockchip: Drop OTP nodes from u-boot.dtsi on RK3528/RK356x
      arm64: dts: rockchip: Add watchdog node for RK3528
      arm64: dts: rockchip: Add USB nodes for RK3528
      arm64: dts: rockchip: Enable USB 2.0 ports on Radxa E20C
      arm64: dts: rockchip: Enable USB ports on Radxa ROCK 2A/2F
      arm64: dts: rockchip: Enable USB 2.0 ports on ArmSoM Sige1
      arm64: dts: rockchip: Enable USB 2.0 ports on NanoPi Zero2
      rockchip: rk3528-generic: Add support for USB OTG

Martin Herren (1):
      rockchip: rk3576-rock-4d: Enable XMC SPI chip

 arch/arm/dts/rk3528-generic.dts                    | 18 ++++-
 arch/arm/dts/rk3528-u-boot.dtsi                    |  5 --
 arch/arm/dts/rk356x-u-boot.dtsi                    |  5 --
 arch/arm/include/asm/arch-rockchip/clock.h         |  8 +-
 configs/generic-rk3528_defconfig                   | 10 +++
 configs/rock-4d-rk3576_defconfig                   |  1 +
 drivers/clk/rockchip/clk_pll.c                     | 86 +++++++++------------
 .../src/arm64/rockchip/rk3528-armsom-sige1.dts     | 25 ++++++
 .../src/arm64/rockchip/rk3528-nanopi-zero2.dts     | 29 +++++++
 .../src/arm64/rockchip/rk3528-radxa-e20c.dts       | 60 +++++++++++++++
 dts/upstream/src/arm64/rockchip/rk3528-rock-2.dtsi | 17 +++++
 dts/upstream/src/arm64/rockchip/rk3528-rock-2a.dts | 11 +++
 dts/upstream/src/arm64/rockchip/rk3528-rock-2f.dts | 12 +++
 dts/upstream/src/arm64/rockchip/rk3528.dtsi        | 88 ++++++++++++++++++++++
 14 files changed, 311 insertions(+), 64 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [GIT PULL] Please pull u-boot-rockchip-2027.01-20260813 into next
@ 2026-08-13 16:58 Quentin Schulz via U-Boot
  2026-08-13 20:28 ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Quentin Schulz via U-Boot @ 2026-08-13 16:58 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

CI for this pull request is available here: https://git.u-boot-project.org/u-boot/custodians/u-boot-rockchip/-/pipelines/975

The following changes since commit 5a92645e1f9020d24d19e03fff2ae63f30080770:

  Merge patch series "Add eMMC support for Axiado SCM3005 board" (2026-08-11 14:55:40 -0600)

are available in the Git repository at:

  https://git.u-boot-project.org/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-2027.01-20260813

for you to fetch changes up to f75a3d96e1f33c1b8737018843b7bd5fc207b9d4:

  clk: rockchip: pll: fix overflow and drop manual two's complement on RK3588/RK3576 (2026-08-12 16:55:03 +0200)

----------------------------------------------------------------
- Drop redundant OTP nodes from RK3528/RK356x since 7.1 DTS sync,
- Enable USB on RK3528,
- Add support for another SPI chip on Radxa Rock 4D,
- Fix fractional PLLs on RK3588/RK3576,

----------------------------------------------------------------
Alexey Charkov (5):
      clk: rockchip: pll: drop misleading fout in rockchip_rk3588_pll_k_get()
      clk: rockchip: pll: fix rounding of negative k in RK3588 frac PLL
      clk: rockchip: pll: fix RK3588 frac PLL result for k=-32768
      clk: rockchip: pll: let rockchip_rk3588_pll_k_get update m directly
      clk: rockchip: pll: fix overflow and drop manual two's complement on RK3588/RK3576

Jonas Karlman (8):
      arm: dts: rockchip: Drop OTP nodes from u-boot.dtsi on RK3528/RK356x
      arm64: dts: rockchip: Add watchdog node for RK3528
      arm64: dts: rockchip: Add USB nodes for RK3528
      arm64: dts: rockchip: Enable USB 2.0 ports on Radxa E20C
      arm64: dts: rockchip: Enable USB ports on Radxa ROCK 2A/2F
      arm64: dts: rockchip: Enable USB 2.0 ports on ArmSoM Sige1
      arm64: dts: rockchip: Enable USB 2.0 ports on NanoPi Zero2
      rockchip: rk3528-generic: Add support for USB OTG

Martin Herren (1):
      rockchip: rk3576-rock-4d: Enable XMC SPI chip

 arch/arm/dts/rk3528-generic.dts                    | 18 ++++-
 arch/arm/dts/rk3528-u-boot.dtsi                    |  5 --
 arch/arm/dts/rk356x-u-boot.dtsi                    |  5 --
 arch/arm/include/asm/arch-rockchip/clock.h         |  8 +-
 configs/generic-rk3528_defconfig                   | 10 +++
 configs/rock-4d-rk3576_defconfig                   |  1 +
 drivers/clk/rockchip/clk_pll.c                     | 86 +++++++++------------
 .../src/arm64/rockchip/rk3528-armsom-sige1.dts     | 25 ++++++
 .../src/arm64/rockchip/rk3528-nanopi-zero2.dts     | 29 +++++++
 .../src/arm64/rockchip/rk3528-radxa-e20c.dts       | 60 +++++++++++++++
 dts/upstream/src/arm64/rockchip/rk3528-rock-2.dtsi | 17 +++++
 dts/upstream/src/arm64/rockchip/rk3528-rock-2a.dts | 11 +++
 dts/upstream/src/arm64/rockchip/rk3528-rock-2f.dts | 12 +++
 dts/upstream/src/arm64/rockchip/rk3528.dtsi        | 88 ++++++++++++++++++++++
 14 files changed, 311 insertions(+), 64 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-08-13 20:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-13 17:03 [GIT PULL] Please pull u-boot-rockchip-2027.01-20260813 into next Quentin Schulz via U-Boot
  -- strict thread matches above, loose matches on Subject: below --
2026-08-13 16:58 Quentin Schulz via U-Boot
2026-08-13 20:28 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox