mbox series

[V1,0/4] MIPS: Loongson1B: Add dmaengine and NAND device

Message ID 20210526133100.436048-1-keguang.zhang@gmail.com (mailing list archive)
Headers show
Series MIPS: Loongson1B: Add dmaengine and NAND device | expand

Message

Keguang Zhang May 26, 2021, 1:30 p.m. UTC
From: Kelvin Cheung <keguang.zhang@gmail.com>

This patchset is to add dmaengine and NAND device
for Loongson1B.

Kelvin Cheung (4):
  MIPS: Loongson1B: Add dma_slave_map to DMA platform data
  MIPS: Loongson1B: Add Loongson1 dmaengine device
  MIPS: Loongson1B: Add Loongson1 NAND device
  MIPS: Loongson1B: Enable NAND by default

 arch/mips/configs/loongson1b_defconfig        | 13 ++--
 arch/mips/include/asm/mach-loongson32/dma.h   |  7 ++-
 arch/mips/include/asm/mach-loongson32/nand.h  |  4 --
 .../include/asm/mach-loongson32/platform.h    |  4 ++
 arch/mips/loongson32/common/platform.c        | 63 +++++++++++++++++++
 arch/mips/loongson32/ls1b/board.c             | 37 ++++++++++-
 6 files changed, 113 insertions(+), 15 deletions(-)


base-commit: 33ae8f801ad8bec48e886d368739feb2816478f2

Comments

Thomas Bogendoerfer May 28, 2021, 1:37 p.m. UTC | #1
On Wed, May 26, 2021 at 09:30:56PM +0800, Keguang Zhang wrote:
> From: Kelvin Cheung <keguang.zhang@gmail.com>
> 
> This patchset is to add dmaengine and NAND device
> for Loongson1B.

as I saw two more versions of this series, is this something to look at
and apply ?

For future submissions, could you please add a changelog when you update
a series ? Thanks a lot.

Thomas.