Re: [PATCH] riscv: add #define in asm/io.h for some device drivers

2021-10-02 Thread Bin Meng
Hi Wei, On Thu, Sep 30, 2021 at 7:52 PM wrote: > > From: TekkamanV > > This patch add memcpy_fromio and memcpy_toio definitions for some device %s/add/adds > drivers which has these definitions, like cadence_qspi_apb.c %s/has/have > > Signed-off-by: TekkamanV Please use real name for the c

[PATCH] riscv: add #define in asm/io.h for some device drivers

2021-09-30 Thread tekkamanv
From: TekkamanV This patch add memcpy_fromio and memcpy_toio definitions for some device drivers which has these definitions, like cadence_qspi_apb.c Signed-off-by: TekkamanV --- arch/riscv/include/asm/io.h | 4 1 file changed, 4 insertions(+) diff --git a/arch/riscv/include/asm/io.h b/a