Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751237AbeABREg (ORCPT + 1 other); Tue, 2 Jan 2018 12:04:36 -0500 Received: from mail-ua0-f194.google.com ([209.85.217.194]:42665 "EHLO mail-ua0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750960AbeABREe (ORCPT ); Tue, 2 Jan 2018 12:04:34 -0500 X-Google-Smtp-Source: ACJfBouzQIpjwCpXOOUTaJMyWYy7gtzkuvqKM87aTyKnrqvf+c9BweSIWSnFrWmtj5CX5rYpI8Z64/bucKkeb7iD0cw= MIME-Version: 1.0 In-Reply-To: <20180102150848.11314-15-paul@crapouillou.net> References: <20180102150848.11314-1-paul@crapouillou.net> <20180102150848.11314-15-paul@crapouillou.net> From: Mathieu Malaterre Date: Tue, 2 Jan 2018 18:04:12 +0100 X-Google-Sender-Auth: rYtQWVqE2zODQGAV3YeieNm5qcY Message-ID: Subject: Re: [PATCH v5 15/15] MIPS: ingenic: Initial GCW Zero support To: Paul Cercueil Cc: Ralf Baechle , Maarten ter Huurne , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, linux-clk@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Tue, Jan 2, 2018 at 4:08 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 > --- > arch/mips/boot/dts/ingenic/Makefile | 1 + > arch/mips/boot/dts/ingenic/gcw0.dts | 61 +++++++++++++++++++++++++++++++++++++ > arch/mips/configs/gcw0_defconfig | 27 ++++++++++++++++ > arch/mips/jz4740/Kconfig | 4 +++ > arch/mips/jz4740/boards.c | 1 + > 5 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 Thanks for removing CROSS_COMPILE. Acked-by: Mathieu Malaterre