Hi Huacai, On Thu, Aug 23, 2018 at 01:33:10PM +0800, Huacai Chen wrote: > Split the common dma.c which shared by Loongson-2E and Loongson-2F, > since the code in 'common' directory is assumed be shared by all 64bit > Loongson platforms (but Loongson-3 doesn't use it now). By the way, > Loongson-2E and Loongson-2F have already dropped 32bit kernel support, > so CONFIG_64BIT isn't needed. > > Signed-off-by: Huacai Chen <chenhc@xxxxxxxxxx> > --- > arch/mips/loongson64/common/Makefile | 1 - > arch/mips/loongson64/common/dma.c | 18 ------------------ > arch/mips/loongson64/fuloong-2e/Makefile | 2 +- > arch/mips/loongson64/fuloong-2e/dma.c | 12 ++++++++++++ > arch/mips/loongson64/lemote-2f/Makefile | 2 +- > arch/mips/loongson64/lemote-2f/dma.c | 14 ++++++++++++++ > 6 files changed, 28 insertions(+), 21 deletions(-) > delete mode 100644 arch/mips/loongson64/common/dma.c > create mode 100644 arch/mips/loongson64/fuloong-2e/dma.c > create mode 100644 arch/mips/loongson64/lemote-2f/dma.c Thanks - applied to mips-next for 4.20. Paul