mbox series

[PULL] u-boot-sh/master

Message ID 20241208235334.208595-1-marek.vasut+renesas@mailbox.org
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-sh/master | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-sh.git master

Message

Marek Vasut Dec. 8, 2024, 11:53 p.m. UTC
The following changes since commit 45f05f681224d88d1b170063001b59edc8fc24cf:

  mbedtls: remove MBEDTLS_HAVE_TIME (2024-12-06 17:47:23 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 455e66bc598935c01621e77709866eb54a6fbd5f:

  arm64: renesas: Disable AVB1 and AVB2 on R8A779G0 V4H White Hawk board (2024-12-08 23:07:34 +0100)

----------------------------------------------------------------
Marek Vasut (1):
      arm64: renesas: Disable AVB1 and AVB2 on R8A779G0 V4H White Hawk board

Paul Barker (5):
      clk: rzg2l: Ignore enable for core clocks
      net: ravb: Simplify max-speed handling in ravb_of_to_plat
      pinctrl: rzg2l: Support 2.5V PVDD for Ethernet interfaces
      pinctrl: rzg2l: Support Ethernet TXC output enable
      pinctrl: rzg2l: Drop unnecessary scope

 arch/arm/dts/r8a779g0-white-hawk-u-boot.dtsi |  8 +++
 drivers/clk/renesas/rzg2l-cpg.c              |  8 +++
 drivers/net/ravb.c                           |  6 +-
 drivers/pinctrl/renesas/rzg2l-pfc.c          | 83 ++++++++++++++++++++++------
 include/renesas/rzg2l-pfc.h                  |  4 ++
 5 files changed, 86 insertions(+), 23 deletions(-)

Comments

Tom Rini Dec. 9, 2024, 7:01 p.m. UTC | #1
On Mon, Dec 09, 2024 at 12:53:02AM +0100, Marek Vasut wrote:

> The following changes since commit 45f05f681224d88d1b170063001b59edc8fc24cf:
> 
>   mbedtls: remove MBEDTLS_HAVE_TIME (2024-12-06 17:47:23 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> for you to fetch changes up to 455e66bc598935c01621e77709866eb54a6fbd5f:
> 
>   arm64: renesas: Disable AVB1 and AVB2 on R8A779G0 V4H White Hawk board (2024-12-08 23:07:34 +0100)
> 

Applied to u-boot/master, thanks!