Re: [PATCH v2 7/8] tty: Add SBI debug console support to HVC SBI driver

2023-10-13 Thread Anup Patel
On Thu, Oct 12, 2023 at 5:08 PM Björn Töpel wrote: > > Anup Patel writes: > > > 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 > >

Re: [PATCH v2 7/8] tty: Add SBI debug console support to HVC SBI driver

2023-10-12 Thread Björn Töpel
Anup Patel writes: > 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 +- >

[PATCH v2 7/8] tty: Add SBI debug console support to HVC SBI driver

2023-10-11 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 | 76