> From: Padmarao Begari [mailto:[email protected]] > Sent: Tuesday, December 22, 2020 9:12 PM > To: [email protected]; [email protected]; Rick Jian-Zhi Chen(陳建志); > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected] > Cc: [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; Padmarao Begari > Subject: [PATCH v7 1/7] riscv: Add DMA 64-bit address support > > dma_addr_t holds any valid DMA address. If the DMA API only uses 32/64-bit > addresses, dma_addr_t need only be 32/64 bits wide. > > Signed-off-by: Padmarao Begari <[email protected]> > Reviewed-by: Anup Patel <[email protected]> > Reviewed-by: Bin Meng <[email protected]> > --- > arch/riscv/Kconfig | 4 ++++ > arch/riscv/include/asm/types.h | 4 ++++ > 2 files changed, 8 insertions(+) >
Reviewed-by: Rick Chen <[email protected]>

