All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] K210 support fixes
@ 2020-04-14  4:43 Damien Le Moal
  2020-04-14  4:43 ` [PATCH 1/3] riscv: Allow device trees to be built into the kernel Damien Le Moal
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Damien Le Moal @ 2020-04-14  4:43 UTC (permalink / raw)
  To: linux-riscv, Palmer Dabbelt; +Cc: Anup Patel

Palmer,

The first 2 patches of this series are your patches for the builtin DTB
fixed up and tested. The third patch adds necessary updates to the
K210 defconfig. Please review.

Damien Le Moal (1):
  riscv: K210: Update defconfig

Palmer Dabbelt (2):
  riscv: Allow device trees to be built into the kernel
  riscv: K210: Add a built-in device tree

 arch/riscv/Kbuild                       |  1 +
 arch/riscv/Kconfig                      |  5 ++++
 arch/riscv/Kconfig.socs                 | 17 ++++++++++-
 arch/riscv/boot/dts/Makefile            |  2 ++
 arch/riscv/boot/dts/kendryte/Makefile   |  4 ++-
 arch/riscv/configs/nommu_k210_defconfig |  7 ++---
 arch/riscv/include/asm/soc.h            | 39 +++++++++++++++++++++++++
 arch/riscv/kernel/setup.c               |  4 +++
 arch/riscv/kernel/soc.c                 | 27 +++++++++++++++++
 arch/riscv/kernel/vmlinux.lds.S         |  5 ++++
 arch/riscv/mm/init.c                    |  9 ++++++
 drivers/soc/kendryte/k210-sysctl.c      | 12 ++++++++
 12 files changed, 125 insertions(+), 7 deletions(-)

-- 
2.25.2



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-04-23  2:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14  4:43 [PATCH 0/3] K210 support fixes Damien Le Moal
2020-04-14  4:43 ` [PATCH 1/3] riscv: Allow device trees to be built into the kernel Damien Le Moal
2020-04-14  4:43 ` [PATCH 2/3] riscv: K210: Add a built-in device tree Damien Le Moal
2020-04-14  4:43 ` [PATCH 3/3] riscv: K210: Update defconfig Damien Le Moal
2020-04-21 22:24 ` [PATCH 0/3] K210 support fixes Palmer Dabbelt
2020-04-22  0:37   ` Damien Le Moal
2020-04-23  2:30   ` Damien Le Moal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.