Re: [PATCH v6 15/15] MIPS: ingenic: Initial GCW Zero support

From: Paul Cercueil
Date: Wed Jan 10 2018 - 17:59:46 EST


Hi Philippe,

Le dim. 7 janv. 2018 à 17:18, Philippe Ombredanne <pombredanne@xxxxxxxx> a écrit :
On Fri, Jan 5, 2018 at 7:25 PM, Paul Cercueil <paul@xxxxxxxxxxxxxxx> wrote:
The GCW Zero (http://www.gcw-zero.com) is a retro-gaming focused
handheld game console, successfully kickstarted in ~2012, running Linux.

Signed-off-by: Paul Cercueil <paul@xxxxxxxxxxxxxxx>
Acked-by: Mathieu Malaterre <malat@xxxxxxxxxx>
---
arch/mips/boot/dts/ingenic/Makefile | 1 +
arch/mips/boot/dts/ingenic/gcw0.dts | 62 +++++++++++++++++++++++++++++++++++++
arch/mips/configs/gcw0_defconfig | 27 ++++++++++++++++
arch/mips/jz4740/Kconfig | 4 +++
4 files changed, 94 insertions(+)
create mode 100644 arch/mips/boot/dts/ingenic/gcw0.dts
create mode 100644 arch/mips/configs/gcw0_defconfig

v2: No change
v3: No change
v4: No change
v5: Use SPDX license identifier
Drop custom CROSS_COMPILE from defconfig
v6: Add "model" property in devicetree

For the use of SPDX tags for the whole patch set: thank you!

Acked-by: Philippe Ombredanne <pombredanne@xxxxxxxx>

Is your Acked-by for the whole patchset? Or just this one patch?

-Paul