[PULL] u-boot-riscv/master
Leo Liang
ycliang at andestech.com
Wed Mar 16 03:56:40 CET 2022
Hi Tom,
The following changes since commit c149bf41404e34014e37de32fac332892b11bd4a:
Prepare v2022.04-rc4 (2022-03-14 16:39:08 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-riscv.git
for you to fetch changes up to aa34e13346cf727197981c599f688b406005049a:
pinctrl: k210: Fix bias-pull-up (2022-03-15 17:43:11 +0800)
CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/11297
----------------------------------------------------------------
Damien Le Moal (4):
k210: use the board vendor name rather than the marketing name
k210: dts: add missing power bus clocks
k210: dts: align fpioa node with Linux
spi: dw: Force set K210 fifo length to 31
Niklas Cassel (3):
k210: dts: align plic node with Linux
pinctrl: k210: Fix loop in k210_pc_get_drive()
pinctrl: k210: Fix bias-pull-up
Sean Anderson (1):
spi: dw: Actually mask interrupts
MAINTAINERS | 12 +-
arch/riscv/dts/k210-maix-bit.dts | 3 +-
arch/riscv/dts/k210.dtsi | 177 ++++++++++++---------
board/sipeed/maix/maix.c | 2 +-
doc/board/sipeed/maix.rst | 20 +--
...ryte,k210-sysctl.txt => canaan,k210-sysctl.txt} | 8 +-
...ndryte,k210-fpioa.txt => canaan,k210-fpioa.txt} | 12 +-
doc/device-tree-bindings/spi/snps,dw-apb-ssi.txt | 4 +-
drivers/clk/Makefile | 2 +-
drivers/clk/{clk_kendryte.c => clk_k210.c} | 4 +-
drivers/pinctrl/Makefile | 2 +-
.../pinctrl/{pinctrl-kendryte.c => pinctrl-k210.c} | 25 ++-
drivers/spi/designware_spi.c | 20 ++-
include/configs/sipeed-maix.h | 2 +-
include/{kendryte => k210}/pll.h | 0
test/dm/k210_pll.c | 2 +-
16 files changed, 174 insertions(+), 121 deletions(-)
rename doc/device-tree-bindings/mfd/{kendryte,k210-sysctl.txt => canaan,k210-sysctl.txt} (78%)
rename doc/device-tree-bindings/pinctrl/{kendryte,k210-fpioa.txt => canaan,k210-fpioa.txt} (91%)
rename drivers/clk/{clk_kendryte.c => clk_k210.c} (99%)
rename drivers/pinctrl/{pinctrl-kendryte.c => pinctrl-k210.c} (97%)
rename include/{kendryte => k210}/pll.h (100%)
Best regards,
Leo
More information about the U-Boot
mailing list