Hi Tom, Please pull some riscv updates:
- No need to check before free in kendryte clk. - Only enable OF_BOARD_FIXUP if U-Boot is configured for S-Mode. - Reduce k210 dts DMA block size - Move timers into drivers/timer - Correct fu540 dts reg size of clint node Thanks Rick https://travis-ci.org/github/rickchen36/u-boot-riscv/builds/738180853 The following changes since commit c99e87f82803500f9811b1e98926d9d25df35b38: Merge branch '2020-10-23-misc-changes' (2020-10-24 10:49:28 -0400) are available in the Git repository at: g...@gitlab.denx.de:u-boot/custodians/u-boot-riscv.git for you to fetch changes up to 7257455e7cd8038263a738401cbfe0ee8a2c7ac9: riscv: fu540: dts: Correct reg size of clint node (2020-10-26 10:01:37 +0800) ---------------------------------------------------------------- Heinrich Schuchardt (1): clk: kendryte: no need to check argument of free() Pragnesh Patel (1): riscv: fu540: dts: Correct reg size of clint node Sean Anderson (5): riscv: Only enable OF_BOARD_FIXUP for S-Mode riscv: k210: Reduce DMA block size riscv: Move Andes PLMT driver to drivers/timer timer: Add _TIMER suffix to Andes PLMT Kconfig riscv: Move timer portions of SiFive CLINT to drivers/timer MAINTAINERS | 2 ++ arch/riscv/Kconfig | 9 +-------- arch/riscv/cpu/ax25/Kconfig | 2 +- arch/riscv/dts/fu540-c000-u-boot.dtsi | 2 +- arch/riscv/dts/k210.dtsi | 4 ++-- arch/riscv/lib/Makefile | 1 - arch/riscv/lib/sifive_clint.c | 41 ++--------------------------------------- drivers/clk/kendryte/clk.c | 3 +-- drivers/timer/Kconfig | 7 +++++++ drivers/timer/Makefile | 2 ++ arch/riscv/lib/andes_plmt.c => drivers/timer/andes_plmt_timer.c | 0 drivers/timer/sifive_clint_timer.c | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 12 files changed, 66 insertions(+), 54 deletions(-) rename arch/riscv/lib/andes_plmt.c => drivers/timer/andes_plmt_timer.c (100%) create mode 100644 drivers/timer/sifive_clint_timer.c