Hi Tom,

please pull the next batch of Marvell MVEBU related patches. Here the
summary log:

----------------------------------------------------------------
- Add Armada 38x RTC driver (Marek)
- turris_omnia: Misc updates (enable RTC and other cmds) (Marek)
- ds414: Misc updates (enable XHCI_PCI USB support etc) (Phil)
- Convert MVEBU MMC driver to DM (Harm)
- kirkwood: Misc updates and cleanups to some boards (Harm)
----------------------------------------------------------------

Here the Azure build, without any issues:

https://dev.azure.com/sr0718/u-boot/_build/results?buildId=78&view=results

Thanks,
Stefan

The following changes since commit e9c99db7787e3b5c2ef05701177c43ed1c023c27:

  Merge branch '2021-04-07-CI-improvements' (2021-04-07 15:54:07 -0400)

are available in the Git repository at:

  g...@source.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to b5293df17a2c9239e92c8024484cd3ad3ed55f00:

configs: sheevaplug: enable driver-model based MMC (2021-04-08 08:50:52 +0200)

----------------------------------------------------------------
Harm Berntsen (8):
      configs: remove unused CONFIG_SYS_MMC_BASE defs
      configs: openrd: remove non-dm MMC driver
      configs: sheevaplug: remove non-dm MMC driver
      arm: kirkwood: remove non-dm MMC driver init
      configs: remove obsolete CONFIG_SYS_MMC_BASE
      configs: remove obsolete CONFIG_MVEBU_MMC
      mmc: mvebu: convert to driver model
      configs: sheevaplug: enable driver-model based MMC

Marek BehĂșn (4):
      rtc: add armada38x driver
      arm: mvebu: turris_omnia: Enable DM_RTC and RTC_ARMADA38X
      arm: mvebu: turris_omnia: Enable CMD_WDT
      arm: mvebu: turris_omnia: Enable CMD_FS_UUID

Phil Sutter (5):
      arm: mvebu: ds414: Add a Kconfig defining some strings
      arm: mvebu: configs: ds414: Enable XHCI_PCI by default
      arm: mvebu: board/Synology: Unify legacy kernel support
      arm: mvebu: ds414: Auto-populate env if appropriate
      arm: mvebu: ds414: Add sample u-boot update command

 arch/arm/mach-kirkwood/cpu.c      |   7 -
 board/Synology/common/Makefile    |   5 +
 board/Synology/common/legacy.c    |  76 ++++++++++
 board/Synology/common/legacy.h    |  33 ++++
 board/Synology/ds109/ds109.c      |  32 ----
 board/Synology/ds109/ds109.h      |  17 ---
 board/Synology/ds414/Kconfig      |  12 ++
 board/Synology/ds414/cmd_syno.c   |   9 +-
 board/Synology/ds414/cmd_syno.h   |  17 +++
 board/Synology/ds414/ds414.c      |  11 ++
 configs/ds414_defconfig           |  10 +-
 configs/sheevaplug_defconfig      |   2 +
 configs/turris_omnia_defconfig    |   4 +
 drivers/mmc/Kconfig               |   9 ++
drivers/mmc/mvebu_mmc.c | 307 ++++++++++++++++++++++----------------
 drivers/rtc/Kconfig               |   7 +
 drivers/rtc/Makefile              |   1 +
 drivers/rtc/armada38x.c           | 184 +++++++++++++++++++++++
 include/configs/clearfog.h        |   5 -
 include/configs/controlcenterdc.h |   5 -
 include/configs/db-88f6820-gp.h   |   5 -
 include/configs/ds109.h           |   3 +-
 include/configs/ds414.h           |  20 ++-
 include/configs/helios4.h         |   5 -
 include/configs/openrd.h          |   5 -
 include/configs/sheevaplug.h      |   8 -
 include/mvebu_mmc.h               |  13 +-
 scripts/config_whitelist.txt      |   2 -
 28 files changed, 575 insertions(+), 239 deletions(-)
 create mode 100644 board/Synology/common/Makefile
 create mode 100644 board/Synology/common/legacy.c
 create mode 100644 board/Synology/common/legacy.h
 create mode 100644 board/Synology/ds414/Kconfig
 create mode 100644 board/Synology/ds414/cmd_syno.h
 create mode 100644 drivers/rtc/armada38x.c

Reply via email to