Re: [PATCH v3 03/10] RISC-V: add low-level debug macros for ns16550

2018-12-18 Thread Oleksij Rempel
On 18.12.18 08:19, Antony Pavlov wrote: This patch adds macros for ns16550 port initialization and single char output. The macros can be used in MIPS asm pbl code. Signed-off-by: Antony Pavlov --- arch/riscv/include/asm/debug_ll_ns16550.h | 182 ++ 1 file changed, 182

[PATCH v3 03/10] RISC-V: add low-level debug macros for ns16550

2018-12-17 Thread Antony Pavlov
This patch adds macros for ns16550 port initialization and single char output. The macros can be used in MIPS asm pbl code. Signed-off-by: Antony Pavlov --- arch/riscv/include/asm/debug_ll_ns16550.h | 182 ++ 1 file changed, 182 insertions(+) diff --git