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, 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 CDDD6C43331 for ; Fri, 3 Apr 2020 16:21:27 +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 5694620721 for ; Fri, 3 Apr 2020 16:21:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="F/OAq/bg"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=ellerman.id.au header.i=@ellerman.id.au header.b="nwDK+Zhi" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5694620721 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 B532D14E; Fri, 3 Apr 2020 18:20:35 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz B532D14E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1585930885; bh=koYVW8+QvgurOimf4wuCFmPOFY+nRMwdFMub/0jhHZY=; h=From:To:Subject:In-Reply-To:References:Date:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=F/OAq/bgrzzuosFsANJ2j68zG/8yc5lT5yMGA6RQ3xCvIgWMn5W/qNfrfI8u99EJ3 Yben9nXqm6MvEl3wGbj1Wcn7S7ujQrZj0DvUYxqeY5dlJPUAY5Tdk00bkP4ygsyU2d ZPWhPCvBA3vDOXzJXUakmv/5ihZBysfo5/OJ0uVI= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 3DE21F8014B; Fri, 3 Apr 2020 18:20:35 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id E951FF800C2; Fri, 3 Apr 2020 06:59:45 +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 2769DF800C2 for ; Fri, 3 Apr 2020 06:59:38 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 2769DF800C2 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=ellerman.id.au header.i=@ellerman.id.au header.b="nwDK+Zhi" 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 48tnlr1WLCz9sP7; Fri, 3 Apr 2020 15:59:20 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ellerman.id.au; s=201909; t=1585889968; bh=koYVW8+QvgurOimf4wuCFmPOFY+nRMwdFMub/0jhHZY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=nwDK+ZhiEWknY+358l34LoaogRVndV4GhHNy5EZDHG90fqoXBFV8V3G/97NyM9i3P hAQL0RCcyQuLU4Yqm/VxtVpvPIIDIG7dTw+3cRRbcRuhbEnLcDKAouyshmJ/OE6Rni 2m0ZkoE0JhABRUuSMWpbVp5kyPdiWQivRv3OfFv+SniE8QXq4Ldm273KUTpcLZi9a5 MKlqhnU2CQebiGyXSCqRnfK12DCJv0lZuzNnnQL7N69FyGbfRE1N2g7fdi6YPPpB2Z orO4wHWgp5g/lCSRjdcZf3NmOgHTGFM4kWC2imnOELqNKbKe7C2sRnPhv3KdHE2abO tEa55yVhXWN6g== 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: 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> Date: Fri, 03 Apr 2020 15:59:30 +1100 Message-ID: <87pncprwp9.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain X-Mailman-Approved-At: Fri, 03 Apr 2020 18:20:33 +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 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! cheers 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.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 7DE3DC43331 for ; Fri, 3 Apr 2020 05:01:45 +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 1F81420787 for ; Fri, 3 Apr 2020 05:01:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=ellerman.id.au header.i=@ellerman.id.au header.b="nwDK+Zhi" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1F81420787 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=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 48tnpZ3P9PzDr83 for ; Fri, 3 Apr 2020 16:01:42 +1100 (AEDT) Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 48tnm12mfzzDrBH for ; Fri, 3 Apr 2020 15:59:29 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=ellerman.id.au header.i=@ellerman.id.au header.a=rsa-sha256 header.s=201909 header.b=nwDK+Zhi; dkim-atps=neutral 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 48tnlr1WLCz9sP7; Fri, 3 Apr 2020 15:59:20 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ellerman.id.au; s=201909; t=1585889968; bh=koYVW8+QvgurOimf4wuCFmPOFY+nRMwdFMub/0jhHZY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=nwDK+ZhiEWknY+358l34LoaogRVndV4GhHNy5EZDHG90fqoXBFV8V3G/97NyM9i3P hAQL0RCcyQuLU4Yqm/VxtVpvPIIDIG7dTw+3cRRbcRuhbEnLcDKAouyshmJ/OE6Rni 2m0ZkoE0JhABRUuSMWpbVp5kyPdiWQivRv3OfFv+SniE8QXq4Ldm273KUTpcLZi9a5 MKlqhnU2CQebiGyXSCqRnfK12DCJv0lZuzNnnQL7N69FyGbfRE1N2g7fdi6YPPpB2Z orO4wHWgp5g/lCSRjdcZf3NmOgHTGFM4kWC2imnOELqNKbKe7C2sRnPhv3KdHE2abO tEa55yVhXWN6g== 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: 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> Date: Fri, 03 Apr 2020 15:59:30 +1100 Message-ID: <87pncprwp9.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain 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" 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! cheers 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.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 32C75C43331 for ; Fri, 3 Apr 2020 06:54:23 +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 D505920757 for ; Fri, 3 Apr 2020 06:54:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=ellerman.id.au header.i=@ellerman.id.au header.b="nwDK+Zhi" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D505920757 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au 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 3221E6EAFE; Fri, 3 Apr 2020 06:54:16 +0000 (UTC) Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by gabe.freedesktop.org (Postfix) with ESMTPS id DF71A6E1B3 for ; Fri, 3 Apr 2020 04:59:34 +0000 (UTC) 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 48tnlr1WLCz9sP7; Fri, 3 Apr 2020 15:59:20 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ellerman.id.au; s=201909; t=1585889968; bh=koYVW8+QvgurOimf4wuCFmPOFY+nRMwdFMub/0jhHZY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=nwDK+ZhiEWknY+358l34LoaogRVndV4GhHNy5EZDHG90fqoXBFV8V3G/97NyM9i3P hAQL0RCcyQuLU4Yqm/VxtVpvPIIDIG7dTw+3cRRbcRuhbEnLcDKAouyshmJ/OE6Rni 2m0ZkoE0JhABRUuSMWpbVp5kyPdiWQivRv3OfFv+SniE8QXq4Ldm273KUTpcLZi9a5 MKlqhnU2CQebiGyXSCqRnfK12DCJv0lZuzNnnQL7N69FyGbfRE1N2g7fdi6YPPpB2Z orO4wHWgp5g/lCSRjdcZf3NmOgHTGFM4kWC2imnOELqNKbKe7C2sRnPhv3KdHE2abO tEa55yVhXWN6g== 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: 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> Date: Fri, 03 Apr 2020 15:59:30 +1100 Message-ID: <87pncprwp9.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 X-Mailman-Approved-At: Fri, 03 Apr 2020 06:54:15 +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 , 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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! cheers _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel