So here are some more network patches for 2020.07 , the patches were posted even before 2020.04 .
However, I would really like Joe to come back soon. CI passes: https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga/pipelines/3367 The following changes since commit 2fa581ba910368d0f7f995fb906d6c5e4218b594: Merge git://git.denx.de/u-boot-sh (2020-05-21 08:26:40 -0400) are available in the Git repository at: git://git.denx.de/u-boot-socfpga.git net for you to fetch changes up to df4c4834fc008315bce2f978220ecc9da2e3862c: net: ks8851: Add Kconfig entries (2020-05-22 19:46:45 +0200) ---------------------------------------------------------------- Marek Vasut (12): net: ks8851: Replace malloc()+memset() with calloc() net: ks8851: Remove RXQCR cache net: ks8851: Use 16bit RXQCR access net: ks8851: Trim down struct ks_net net: ks8851: Remove type_frame_head net: ks8851: Clean up chip ID readout net: ks8851: Checkpatch cleanup net: ks8851: Pass around driver private data net: ks8851: Split non-DM specific bits from common code net: ks8851: Receive one packet per recv call net: ks8851: Add DM support net: ks8851: Add Kconfig entries configs/at91sam9n12ek_mmc_defconfig | 2 + configs/at91sam9n12ek_nandflash_defconfig | 2 + configs/at91sam9n12ek_spiflash_defconfig | 2 + drivers/net/Kconfig | 14 +++ drivers/net/ks8851_mll.c | 570 +++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------ include/configs/at91sam9n12ek.h | 3 - scripts/config_whitelist.txt | 2 - 7 files changed, 326 insertions(+), 269 deletions(-)