The following changes since commit dcea465e5e299903b889f5f426eac6d6523cbf84:
Merge tag 'u-boot-imx-master-20250503' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2025-05-04 08:51:43 -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 ee58ed41e6e564a70cd25fce5eb7838a3842279c: renesas_rzg2l_smarc_defconfig: Enable networking support (2025-05-04 20:25:03 +0200) ---------------------------------------------------------------- Marek Vasut (1): net: ravb: Fix RX error handling Paul Barker (4): net: ravb: Refactor out R-Car specific code net: ravb: Add optional reset deassertion net: ravb: Add RZ/G2L Support renesas_rzg2l_smarc_defconfig: Enable networking support arch/arm/mach-renesas/Kconfig | 1 + configs/renesas_rzg2l_smarc_defconfig | 6 ++ drivers/net/Kconfig | 2 +- drivers/net/ravb.c | 173 +++++++++++++++++++++++++++++----- 4 files changed, 158 insertions(+), 24 deletions(-)