]> git.baikalelectronics.ru Git - kernel.git/commit
riscv: Use vendor name for K210 SoC support
authorDamien Le Moal <damien.lemoal@wdc.com>
Sun, 13 Dec 2020 13:50:38 +0000 (22:50 +0900)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Thu, 14 Jan 2021 23:08:46 +0000 (15:08 -0800)
commitc27e72a74eee6d93821f3da115b4c85e3aacefe6
tree844a6623d2e3bb7921ebdce62c30b010bbf147dc
parentd1f2c2d12c77d1ce535f8916b0c611cc25dc0403
riscv: Use vendor name for K210 SoC support

Rename configuration options and directories related to the Kendryte
K210 SoC to use the SoC vendor name (canaan) instead of the "kendryte"
branding name.

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
18 files changed:
arch/riscv/Kconfig.socs
arch/riscv/Makefile
arch/riscv/boot/dts/Makefile
arch/riscv/boot/dts/canaan/Makefile [new file with mode: 0644]
arch/riscv/boot/dts/canaan/k210.dts [new file with mode: 0644]
arch/riscv/boot/dts/canaan/k210.dtsi [new file with mode: 0644]
arch/riscv/boot/dts/kendryte/Makefile [deleted file]
arch/riscv/boot/dts/kendryte/k210.dts [deleted file]
arch/riscv/boot/dts/kendryte/k210.dtsi [deleted file]
arch/riscv/configs/nommu_k210_defconfig
drivers/soc/Kconfig
drivers/soc/Makefile
drivers/soc/canaan/Kconfig [new file with mode: 0644]
drivers/soc/canaan/Makefile [new file with mode: 0644]
drivers/soc/canaan/k210-sysctl.c [new file with mode: 0644]
drivers/soc/kendryte/Kconfig [deleted file]
drivers/soc/kendryte/Makefile [deleted file]
drivers/soc/kendryte/k210-sysctl.c [deleted file]