From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7456BC433EA for ; Fri, 24 Jul 2020 11:48:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5745B2074A for ; Fri, 24 Jul 2020 11:48:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727788AbgGXLsQ (ORCPT ); Fri, 24 Jul 2020 07:48:16 -0400 Received: from elvis.franken.de ([193.175.24.41]:47135 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726280AbgGXLsO (ORCPT ); Fri, 24 Jul 2020 07:48:14 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1jywBI-0003GQ-00; Fri, 24 Jul 2020 13:48:04 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 243D2C0931; Fri, 24 Jul 2020 13:09:13 +0200 (CEST) Date: Fri, 24 Jul 2020 13:09:13 +0200 From: Thomas Bogendoerfer To: =?utf-8?B?5ZGo55Cw5p2wIChaaG91IFlhbmppZSk=?= Cc: paul@crapouillou.net, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, paulburton@kernel.org, jiaxun.yang@flygoat.com, Sergey.Semin@baikalelectronics.ru, chenhc@lemote.com, Alexey.Malahov@baikalelectronics.ru, huanglllzu@gmail.com, prasannatsmkumar@gmail.com, dongsheng.qiu@ingenic.com, aric.pzqi@ingenic.com, rick.tyliu@ingenic.com, yanfei.li@ingenic.com, sernia.zhou@foxmail.com, zhenwenjin@gmail.com Subject: Re: [PATCH 1/1] MIPS: X2000: Add X2000 system type. Message-ID: <20200724110913.GA17183@alpha.franken.de> References: <20200722052119.60129-1-zhouyanjie@wanyeetech.com> <20200722052119.60129-2-zhouyanjie@wanyeetech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200722052119.60129-2-zhouyanjie@wanyeetech.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 22, 2020 at 01:21:19PM +0800, 周琰杰 (Zhou Yanjie) wrote: > 1.Add "PRID_COMP_INGENIC_13" and "PRID_IMP_XBURST2" for X2000. > 2.Add X2000 system type for cat /proc/cpuinfo to give out X2000. > > Signed-off-by: 周琰杰 (Zhou Yanjie) > --- > arch/mips/include/asm/bootinfo.h | 1 + > arch/mips/include/asm/cpu.h | 6 ++++-- > arch/mips/jz4740/setup.c | 4 ++++ > arch/mips/kernel/cpu-probe.c | 11 +++++++++++ > 4 files changed, 20 insertions(+), 2 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]