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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 2705EC54E90 for ; Sun, 10 May 2020 22:05:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0F4FB2080C for ; Sun, 10 May 2020 22:05:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729085AbgEJWFx (ORCPT ); Sun, 10 May 2020 18:05:53 -0400 Received: from mail.baikalelectronics.com ([87.245.175.226]:47498 "EHLO mail.baikalelectronics.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727771AbgEJWFw (ORCPT ); Sun, 10 May 2020 18:05:52 -0400 Received: from localhost (unknown [127.0.0.1]) by mail.baikalelectronics.ru (Postfix) with ESMTP id 738CA8030802; Sun, 10 May 2020 22:05:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at baikalelectronics.ru Received: from mail.baikalelectronics.ru ([127.0.0.1]) by localhost (mail.baikalelectronics.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9vGjWYW_TGFn; Mon, 11 May 2020 01:05:48 +0300 (MSK) Date: Mon, 11 May 2020 01:05:41 +0300 From: Serge Semin To: Thomas Bogendoerfer CC: Serge Semin , Alexey Malahov , Paul Burton , Ralf Baechle , Arnd Bergmann , Rob Herring , , , Jiaxun Yang , Huacai Chen , Alexander Lobakin , Daniel Silsby , =?utf-8?B?UmVuw6k=?= van Dorst , Cedric Hombourger , Ard Biesheuvel , Thomas Gleixner , Sebastian Andrzej Siewior , Ingo Molnar , Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , Guenter Roeck , Paul Cercueil , Masahiro Yamada , Greg Kroah-Hartman , Allison Randal , "Peter Zijlstra (Intel)" , Jessica Yu , Zhou Yanjie , =?utf-8?B?5ZGo55Cw5p2wIChaaG91IFlhbmppZSk=?= , Kamal Dasu , Oleksij Rempel , , , Subject: Re: [PATCH v2 06/20] mips: Add MIPS32 Release 5 support Message-ID: <20200510220541.izel23i5ss7yiirq@mobilestation> References: <20200306124807.3596F80307C2@mail.baikalelectronics.ru> <20200506174238.15385-1-Sergey.Semin@baikalelectronics.ru> <20200506174238.15385-7-Sergey.Semin@baikalelectronics.ru> <20200508133040.GB15641@alpha.franken.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20200508133040.GB15641@alpha.franken.de> X-ClientProxiedBy: MAIL.baikal.int (192.168.51.25) To mail (192.168.51.25) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, May 08, 2020 at 03:30:40PM +0200, Thomas Bogendoerfer wrote: > On Wed, May 06, 2020 at 08:42:24PM +0300, Sergey.Semin@baikalelectronics.ru wrote: > > We also could add CPU_MIPS64_R5 config support here, but I don't think > > it's necessary at the moment seeing there is no any real chip ever > > produced with that arch. Right? > > how much is missing ? Looks like not too much, so it might be worth > to add it at least for symmetry to the other ISAs... Yeah, just a few more alteration to add together with new CPU_MIPS64_R5 config. I'll do this in v3. -Sergey > > Thomas. > > -- > Crap can work. Given enough thrust pigs will fly, but it's not necessarily a > good idea. [ RFC1925, 2.3 ]