All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add early console functionality
@ 2024-04-10  6:34 ` Jinglin Wen
  0 siblings, 0 replies; 20+ messages in thread
From: Jinglin Wen @ 2024-04-10  6:34 UTC (permalink / raw)
  To: palmer
  Cc: paul.walmsley, aou, gregkh, atishp, linux-kernel, linux-riscv,
	Jinglin Wen

The following patch series implements support for the early
console on the RISC-V platform.

Jinglin Wen (3):
  riscv: Support for early console.
  riscv: Support SBI as the interface for the RISC-V early console
  riscv: Add information for MAINTAINERS

 MAINTAINERS                            |   6 ++
 arch/riscv/include/asm/early_console.h |  23 ++++++
 arch/riscv/kernel/Makefile             |   1 +
 arch/riscv/kernel/early_console.c      | 108 +++++++++++++++++++++++++
 arch/riscv/kernel/setup.c              |   2 +
 drivers/tty/hvc/Kconfig                |  12 +++
 drivers/tty/hvc/hvc_riscv_sbi.c        |  29 +++++++
 7 files changed, 181 insertions(+)
 create mode 100644 arch/riscv/include/asm/early_console.h
 create mode 100644 arch/riscv/kernel/early_console.c

-- 
2.25.1


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2024-04-17  8:04 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-10  6:34 [PATCH 0/3] Add early console functionality Jinglin Wen
2024-04-10  6:34 ` Jinglin Wen
2024-04-10  6:34 ` [PATCH 1/3] riscv: Support for early console Jinglin Wen
2024-04-10  6:34   ` Jinglin Wen
2024-04-10 19:57   ` kernel test robot
2024-04-10 19:57     ` kernel test robot
2024-04-11  4:36   ` kernel test robot
2024-04-11  4:36     ` kernel test robot
2024-04-10  6:34 ` [PATCH 2/3] riscv: SBI as the interface for the " Jinglin Wen
2024-04-10  6:34   ` Jinglin Wen
2024-04-17  8:03   ` kernel test robot
2024-04-17  8:03     ` kernel test robot
2024-04-10  6:34 ` [PATCH 3/3] riscv: Add information for MAINTAINERS Jinglin Wen
2024-04-10  6:34   ` Jinglin Wen
2024-04-10  7:10 ` [PATCH 0/3] Add early console functionality Björn Töpel
2024-04-10  7:10   ` Björn Töpel
2024-04-10  9:35   ` Jinglin Wen
2024-04-10  9:35     ` Jinglin Wen
2024-04-11  1:51   ` Jinglin Wen
2024-04-11  1:51     ` Jinglin Wen

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.