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=DKIM_SIGNED,DKIM_VALID, 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 124EBC2D0EA for ; Wed, 8 Apr 2020 14:15:42 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 7E8AC206F5 for ; Wed, 8 Apr 2020 14:15:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="HJ6TfMpe"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=ellerman.id.au header.i=@ellerman.id.au header.b="WgCLIiUS" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7E8AC206F5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id DD6DC1677; Wed, 8 Apr 2020 16:14:49 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz DD6DC1677 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1586355340; bh=6sGJZKVDnng9zkVvNLQaMC2QdaABiEArzNpdTqX8bmw=; h=From:To:Subject:In-Reply-To:References:Date:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=HJ6TfMpeQwSwTsyAmF49VAz1w3JM3mS/qNmzdptiexu45OgHyTxDE/a34snWl3n/o uGvzarW8XEbqUWfY2yxAo8H3JrOEc9zY73sv71QE3bPxpMxuWCxtL46lhoZGnl9DHr nIT1dKiH2Bp36iwDY+OFcjMIjEPi4Py3HNsJnCgs= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 7BE8DF8028F; Wed, 8 Apr 2020 16:12:47 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 3F3E7F80143; Wed, 8 Apr 2020 14:04:39 +0200 (CEST) Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 62BEFF80105 for ; Wed, 8 Apr 2020 14:04:32 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 62BEFF80105 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=ellerman.id.au header.i=@ellerman.id.au header.b="WgCLIiUS" Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 48y2xf5jGrz9sRN; Wed, 8 Apr 2020 22:04:06 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ellerman.id.au; s=201909; t=1586347456; bh=6sGJZKVDnng9zkVvNLQaMC2QdaABiEArzNpdTqX8bmw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=WgCLIiUSpuBsBXqCPlZzidFYcoWAD1ZBafu6SLBHzZHI+KFxAv7gNGzohVSd3+CkZ IjvhKsP9osZnu3lCySdAybzilsNS5UuZVHP2nBng/RcjGp+I2iwlz3bGKgwdxSLfan RhhMHnZOWMh674CxamV9uQKAeJdSdBbIl7K9JR/0ZDotvPVrPq5/wwFcEiEoh3mmdU sR8oL6kx73gdZYGqcrQsBBazPSQJXlHsc69IbBSwlLt7NNI9qV7j1a3MoYAgnxAUdL oc/KwIMFjt+mCgfa7YMzF6zDhbuaisEd4kaeid/FO/VP19aJRTr51+VjFj5KwmoJ9p vxLrPhfdg8W9w== From: Michael Ellerman To: Benjamin Herrenschmidt , Christophe Leroy , Andy Shevchenko , Arnd Bergmann Subject: Re: [PATCH 0/2] powerpc: Remove support for ppc405/440 Xilinx platforms In-Reply-To: <5782f9a42ad8acd8b234fa9c15a09db93552dc6b.camel@kernel.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> <87pncprwp9.fsf@mpe.ellerman.id.au> <5782f9a42ad8acd8b234fa9c15a09db93552dc6b.camel@kernel.crashing.org> Date: Wed, 08 Apr 2020 22:04:17 +1000 Message-ID: <871roykwu6.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain X-Mailman-Approved-At: Wed, 08 Apr 2020 16:12:43 +0200 Cc: Kate Stewart , Mark Rutland , "Desnes A. Nunes do Rosario" , Geert Uytterhoeven , "open list:DOCUMENTATION" , ALSA Development Mailing List , dri-devel , 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 , 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 , 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 X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Benjamin Herrenschmidt writes: > On Fri, 2020-04-03 at 15:59 +1100, Michael Ellerman wrote: >> Benjamin Herrenschmidt writes: >> > On Tue, 2020-03-31 at 16:30 +1100, Michael Ellerman wrote: >> > > I have no attachment to 40x, and I'd certainly be happy to have >> > > less >> > > code in the tree, we struggle to keep even the modern platforms >> > > well >> > > maintained. >> > > >> > > At the same time I don't want to render anyone's hardware >> > > obsolete >> > > unnecessarily. But if there's really no one using 40x then we >> > > should >> > > remove it, it could well be broken already. >> > > >> > > So I guess post a series to do the removal and we'll see if >> > > anyone >> > > speaks up. >> > >> > We shouldn't remove 40x completely. Just remove the Xilinx 405 >> > stuff. >> >> Congratulations on becoming the 40x maintainer! > > Didn't I give you my last 40x system ? :-) Probably, but my desk is nearly as messy as yours so it's probably buried under some even more obscure hardware :P > IBM still put 40x cores inside POWER chips no ? Oh yeah that's true. I guess most folks don't know that, or that they run RHEL on them. cheers