Re: [PATCH v4 4/5] tty: Add SBI debug console support to HVC SBI driver

2023-11-21 Thread Atish Kumar Patra
On Sun, Nov 19, 2023 at 11:16 PM Jiri Slaby wrote: > > On 18. 11. 23, 4:38, Anup Patel wrote: > > diff --git a/drivers/tty/hvc/hvc_riscv_sbi.c > > b/drivers/tty/hvc/hvc_riscv_sbi.c > > index 31f53fa77e4a..697c981221b5 100644 > > --- a/drivers/tty/hvc/hvc_riscv_sbi.c > > +++

Re: [PATCH v4 4/5] tty: Add SBI debug console support to HVC SBI driver

2023-11-19 Thread Jiri Slaby
On 18. 11. 23, 4:38, Anup Patel wrote: diff --git a/drivers/tty/hvc/hvc_riscv_sbi.c b/drivers/tty/hvc/hvc_riscv_sbi.c index 31f53fa77e4a..697c981221b5 100644 --- a/drivers/tty/hvc/hvc_riscv_sbi.c +++ b/drivers/tty/hvc/hvc_riscv_sbi.c ... -static int __init hvc_sbi_console_init(void) +static

[PATCH v4 4/5] tty: Add SBI debug console support to HVC SBI driver

2023-11-17 Thread Anup Patel
From: Atish Patra RISC-V SBI specification supports advanced debug console support via SBI DBCN extension. Extend the HVC SBI driver to support it. Signed-off-by: Atish Patra Signed-off-by: Anup Patel --- drivers/tty/hvc/Kconfig | 2 +- drivers/tty/hvc/hvc_riscv_sbi.c | 59