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=-5.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 73D14C43331 for ; Mon, 30 Mar 2020 07:13:19 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 55BF52073B for ; Mon, 30 Mar 2020 07:13:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 55BF52073B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C349689F9F; Mon, 30 Mar 2020 07:11:50 +0000 (UTC) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 367AB6EA29 for ; Fri, 27 Mar 2020 13:15:42 +0000 (UTC) IronPort-SDR: 93xdN2TuMFFz7sVATIO/pZBd6oFxIIheuC5bBi8i3AMCGvZbdFBjw9Kqma3hUbfPKfkbAHEoma hejIRdi3Veaw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2020 06:15:41 -0700 IronPort-SDR: XHTT49Zml5OGbcmAOJNZTIDZQS91ZOVq3uN4HpDBmRzC4zWzne4di8SI0Jcxq/yPKD08tI2Guo S2MG0L4zVlEQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,312,1580803200"; d="scan'208";a="293928658" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by FMSMGA003.fm.intel.com with ESMTP; 27 Mar 2020 06:15:30 -0700 Received: from andy by smile with local (Exim 4.93) (envelope-from ) id 1jHopf-00DQI1-3f; Fri, 27 Mar 2020 15:15:31 +0200 Date: Fri, 27 Mar 2020 15:15:31 +0200 From: Andy Shevchenko To: Arnd Bergmann , Christian Lamparter Subject: Re: [PATCH 0/2] powerpc: Remove support for ppc405/440 Xilinx platforms Message-ID: <20200327131531.GU1922688@smile.fi.intel.com> References: <20200327131026.GT1922688@smile.fi.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200327131026.GT1922688@smile.fi.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo X-Mailman-Approved-At: Mon, 30 Mar 2020 07:11:44 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development 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 , Sasha Levin , Stephen Rothwell , Jonathan Corbet , Michael Ellerman , Masahiro Yamada , Takashi Iwai , YueHaibing , Michal Simek , Krzysztof Kozlowski , Linux ARM , Leonardo Bras , Matt Porter , 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 , Christophe Leroy , Michal Simek , Wei Hu , Greg Kroah-Hartman , Nick Desaulniers , "linux-kernel@vger.kernel.org" , Armijn Hemel , Rob Herring , Enrico Weigelt , "David S. Miller" , Thiago Jung Bauermann Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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: > > > > > > recently we wanted to update xilinx intc driver and we found that function > > > which we wanted to remove is still wired by ancient Xilinx PowerPC > > > platforms. Here is the thread about it. > > > https://lore.kernel.org/linux-next/48d3232d-0f1d-42ea-3109-f44bbabfa2e8@xilinx.com/ > > > > > > I have been talking about it internally and there is no interest in these > > > platforms and it is also orphan for quite a long time. None is really > > > running/testing these platforms regularly that's why I think it makes sense > > > to remove them also with drivers which are specific to this platform. > > > > > > U-Boot support was removed in 2017 without anybody complain about it > > > https://github.com/Xilinx/u-boot-xlnx/commit/98f705c9cefdfdba62c069821bbba10273a0a8ed > > > > > > Based on current ppc/next. > > > > > > If anyone has any objection about it, please let me know. > > > > Acked-by: Arnd Bergmann > > > > This looks reasonable to me as well, in particular as the code only > > supports the two > > ppc44x virtex developer boards and no commercial products. > > > > 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. > > Ah, and I have Amiga board, but that one is being used only for testing, so, > I don't care much. > > > The other ppc405 machines appear to have seen even fewer updates after the > > OpenBlockS 600 got added in 2011, so it's possible nobody is using them any more > > with modern kernels. > > > > I see that OpenWRT removed both ppc40x and ppc44x exactly a year ago after > > they had not been maintained for years. > > > > However, 44x (in its ppc476 incarnation) is clearly still is used > > through the fsp2 platform, > > and can not be deprecated at least until that is known to have stopped > > getting kernel > > updates. > > > > Arnd > > -- > With Best Regards, > Andy Shevchenko > > -- With Best Regards, Andy Shevchenko _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel