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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 77294C43331 for ; Tue, 31 Mar 2020 17:55:21 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CD9BF20CC7 for ; Tue, 31 Mar 2020 17:55:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CD9BF20CC7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 48sH6Z2S3xzDqP3 for ; Wed, 1 Apr 2020 04:55:18 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=permerror (SPF Permanent Error: Unknown mechanism found: ip:192.40.192.88/32) smtp.mailfrom=kernel.crashing.org (client-ip=63.228.1.57; helo=gate.crashing.org; envelope-from=segher@kernel.crashing.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) by lists.ozlabs.org (Postfix) with ESMTP id 48sH3l5RKXzDqvH for ; Wed, 1 Apr 2020 04:52:51 +1100 (AEDT) Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 02VHpVCd004788; Tue, 31 Mar 2020 12:51:31 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 02VHpNtp004787; Tue, 31 Mar 2020 12:51:23 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Tue, 31 Mar 2020 12:51:23 -0500 From: Segher Boessenkool To: Christophe Leroy Subject: Re: [PATCH 0/2] powerpc: Remove support for ppc405/440 Xilinx platforms Message-ID: <20200331175123.GV22482@gate.crashing.org> References: <20200327131026.GT1922688@smile.fi.intel.com> <20200327131531.GU1922688@smile.fi.intel.com> <20200327141434.GA1922688@smile.fi.intel.com> <87mu7xum41.fsf@mpe.ellerman.id.au> <11765c82-bf1a-466c-760d-f9a4c4d1d5f1@c-s.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11765c82-bf1a-466c-760d-f9a4c4d1d5f1@c-s.fr> User-Agent: Mutt/1.4.2.3i X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kate Stewart , Mark Rutland , "Desnes A. Nunes do Rosario" , Geert Uytterhoeven , "open list:DOCUMENTATION" , ALSA Development Mailing List , dri-devel , Jaroslav Kysela , Richard Fontana , Paul Mackerras , Miquel Raynal , Mauro Carvalho Chehab , Fabio Estevam , Sasha Levin , Stephen Rothwell , Jonathan Corbet , Masahiro Yamada , YueHaibing , Michal Simek , Krzysztof Kozlowski , Allison Randal , Leonardo Bras , DTML , Andrew Donnellan , Arnd Bergmann , Bartlomiej Zolnierkiewicz , Marc Zyngier , Alistair Popple , Nicholas Piggin , Alexios Zavras , Mark Brown , git@xilinx.com, Linux Fbdev development list , Jonathan Cameron , Thomas Gleixner , Andy Shevchenko , Linux ARM , Enrico Weigelt , Michal Simek , Wei Hu , Christian Lamparter , Greg Kroah-Hartman , Nick Desaulniers , Takashi Iwai , "linux-kernel@vger.kernel.org" , Armijn Hemel , Rob Herring , linuxppc-dev , "David S. Miller" , Thiago Jung Bauermann Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Tue, Mar 31, 2020 at 08:56:23AM +0200, Christophe Leroy wrote: > While we are at it, can we also remove the 601 ? This one is also full > of workarounds and diverges a bit from other 6xx. > > I'm unable to find its end of life date, but it was on the market in > 1994, so I guess it must be outdated by more than 10-15 yr old now ? There probably are still some people running Linux on 601 powermacs. Segher