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.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 9D347C43331 for ; Fri, 27 Mar 2020 14:18:04 +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 F39F420658 for ; Fri, 27 Mar 2020 14:18:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F39F420658 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com 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 48pkTj1XTZzDrBH for ; Sat, 28 Mar 2020 01:18:01 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=linux.intel.com (client-ip=134.134.136.20; helo=mga02.intel.com; envelope-from=andriy.shevchenko@linux.intel.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=linux.intel.com Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 48pkQ66GxSzDrBH for ; Sat, 28 Mar 2020 01:14:53 +1100 (AEDT) IronPort-SDR: AuONzIhK1Uf4YMx4s3Q+PMdCVhQenTvjeGKRU9xidkkhkLBtdYVHUgn4kpODbqVEVPxFpTjWj4 A8gtNJU540XQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2020 07:14:50 -0700 IronPort-SDR: I38irYb4hVRDgaZenK0A5NlEFWlqDW002YzBRsjcfQHWlmF0VW9VPFK1QZHzLy07/jHWHAI2sL Tm6UzhXbLnQQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,312,1580803200"; d="scan'208";a="251156757" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga006.jf.intel.com with ESMTP; 27 Mar 2020 07:14:35 -0700 Received: from andy by smile with local (Exim 4.93) (envelope-from ) id 1jHpko-00DQwz-BE; Fri, 27 Mar 2020 16:14:34 +0200 Date: Fri, 27 Mar 2020 16:14:34 +0200 From: Andy Shevchenko To: Arnd Bergmann Subject: Re: [PATCH 0/2] powerpc: Remove support for ppc405/440 Xilinx platforms Message-ID: <20200327141434.GA1922688@smile.fi.intel.com> References: <20200327131026.GT1922688@smile.fi.intel.com> <20200327131531.GU1922688@smile.fi.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo 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 , Takashi Iwai , YueHaibing , Michal Simek , Krzysztof Kozlowski , Linux ARM , Leonardo Bras , DTML , Andrew Donnellan , Bartlomiej Zolnierkiewicz , Marc Zyngier , Alistair Popple , linuxppc-dev , Nicholas Piggin , Alexios Zavras , Mark Brown , git@xilinx.com, Linux Fbdev development list , Jonathan Cameron , Thomas Gleixner , Allison Randal , Michal Simek , Wei Hu , Christian Lamparter , Greg Kroah-Hartman , Nick Desaulniers , "linux-kernel@vger.kernel.org" , Armijn Hemel , Rob Herring , Enrico Weigelt , "David S. Miller" , Thiago Jung Bauermann Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Fri, Mar 27, 2020 at 02:22:55PM +0100, Arnd Bergmann wrote: > On Fri, Mar 27, 2020 at 2:15 PM Andy Shevchenko > wrote: > > On Fri, Mar 27, 2020 at 03:10:26PM +0200, Andy Shevchenko wrote: > > > On Fri, Mar 27, 2020 at 01:54:33PM +0100, Arnd Bergmann wrote: > > > > On Fri, Mar 27, 2020 at 1:12 PM Michal Simek wrote: ... > > > > It does raise a follow-up question about ppc40x though: is it time to > > > > retire all of it? > > > > > > Who knows? > > > > > > I have in possession nice WD My Book Live, based on this architecture, and I > > > won't it gone from modern kernel support. OTOH I understand that amount of real > > > users not too big. > > > > +Cc: Christian Lamparter, whom I owe for that WD box. > > According to https://openwrt.org/toh/wd/mybooklive, that one is based on > APM82181/ppc464, so it is about several generations newer than what I > asked about (ppc40x). > > > > Ah, and I have Amiga board, but that one is being used only for testing, so, > > > I don't care much. > > I think there are a couple of ppc440 based Amiga boards, but again, not 405 > to my knowledge. Ah, you are right. No objections from ppc40x removal! -- With Best Regards, Andy Shevchenko