Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753054AbeAJW7m (ORCPT + 1 other); Wed, 10 Jan 2018 17:59:42 -0500 Received: from outils.crapouillou.net ([89.234.176.41]:41126 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751956AbeAJW7l (ORCPT ); Wed, 10 Jan 2018 17:59:41 -0500 Date: Wed, 10 Jan 2018 23:59:31 +0100 From: Paul Cercueil Subject: Re: [PATCH v6 15/15] MIPS: ingenic: Initial GCW Zero support To: Philippe Ombredanne Cc: Ralf Baechle , Maarten ter Huurne , Paul Burton , LKML , Linux MIPS Message-Id: <1515625171.19070.0@smtp.crapouillou.net> In-Reply-To: References: <20180102150848.11314-1-paul@crapouillou.net> <20180105182513.16248-1-paul@crapouillou.net> <20180105182513.16248-16-paul@crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi Philippe, Le dim. 7 janv. 2018 ? 17:18, Philippe Ombredanne a ?crit : > On Fri, Jan 5, 2018 at 7:25 PM, Paul Cercueil > 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 >> Acked-by: Mathieu Malaterre >> --- >> 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 Is your Acked-by for the whole patchset? Or just this one patch? -Paul