Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1746C43217 for ; Wed, 8 Dec 2021 10:44:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231896AbhLHKsS (ORCPT ); Wed, 8 Dec 2021 05:48:18 -0500 Received: from smtpout1.mo529.mail-out.ovh.net ([178.32.125.2]:40335 "EHLO smtpout1.mo529.mail-out.ovh.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229481AbhLHKsR (ORCPT ); Wed, 8 Dec 2021 05:48:17 -0500 X-Greylist: delayed 68074 seconds by postgrey-1.27 at vger.kernel.org; Wed, 08 Dec 2021 05:48:17 EST Received: from mxplan5.mail.ovh.net (unknown [10.109.156.35]) by mo529.mail-out.ovh.net (Postfix) with ESMTPS id 4A0F4D092F09; Wed, 8 Dec 2021 11:44:42 +0100 (CET) Received: from kaod.org (37.59.142.96) by DAG4EX1.mxp5.local (172.16.2.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Wed, 8 Dec 2021 11:44:40 +0100 Authentication-Results: garm.ovh; auth=pass (GARM-96R001f5056120-68a4-4c0a-bc06-f617410d6d7e, EB01F339838E5AA67C986A6C3251B49097B81903) smtp.auth=clg@kaod.org X-OVh-ClientIp: 86.201.172.254 Message-ID: Date: Wed, 8 Dec 2021 11:44:39 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: [patch V2 01/23] powerpc/4xx: Remove MSI support which never worked Content-Language: en-US To: Thomas Gleixner , Michael Ellerman , LKML CC: Bjorn Helgaas , Marc Zygnier , Alex Williamson , Kevin Tian , Jason Gunthorpe , Megha Dey , Ashok Raj , , Paul Mackerras , Benjamin Herrenschmidt , , Juergen Gross , Thomas Bogendoerfer , , Kalle Valo , Greg Kroah-Hartman , , , , , Wei Liu , , Christian Borntraeger , Heiko Carstens References: <20211206210147.872865823@linutronix.de> <20211206210223.872249537@linutronix.de> <8d1e9d2b-fbe9-2e15-6df6-03028902791a@kaod.org> <87ilw0odel.fsf@mpe.ellerman.id.au> <27f22e0e-8f84-a6d7-704b-d9eddc642d74@kaod.org> <8735n42lld.ffs@tglx> From: =?UTF-8?Q?C=c3=a9dric_Le_Goater?= In-Reply-To: <8735n42lld.ffs@tglx> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [37.59.142.96] X-ClientProxiedBy: DAG4EX1.mxp5.local (172.16.2.31) To DAG4EX1.mxp5.local (172.16.2.31) X-Ovh-Tracer-GUID: d54a9dd7-eba7-4e7f-a7a0-0dc7c43fc796 X-Ovh-Tracer-Id: 10131410315672259365 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvuddrjeekgddulecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefkffggfgfuvfhfhfgjtgfgihesthekredttdefjeenucfhrhhomhepveorughrihgtpgfnvggpifhorghtvghruceotghlgheskhgrohgurdhorhhgqeenucggtffrrghtthgvrhhnpeeuveelvdejteegteefieevfeetffefvddvieekteevleefgeelgfeutedvfedvfeenucffohhmrghinhepghhithhhuhgsrdgtohhmnecukfhppedtrddtrddtrddtpdefjedrheelrddugedvrdelieenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhhouggvpehsmhhtphhouhhtpdhhvghlohepmhigphhlrghnhedrmhgrihhlrdhovhhhrdhnvghtpdhinhgvtheptddrtddrtddrtddpmhgrihhlfhhrohhmpegtlhhgsehkrghougdrohhrghdprhgtphhtthhopehhtggrsehlihhnuhigrdhisghmrdgtohhm Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/7/21 21:42, Thomas Gleixner wrote: > Cedric, > > On Tue, Dec 07 2021 at 16:50, Cédric Le Goater wrote: >> On 12/7/21 12:36, Michael Ellerman wrote: >>> >>> This patch should drop those selects I guess. Can you send an >>> incremental diff for Thomas to squash in? >> >> Sure. >> >>> Removing all the tendrils in various device tree files will probably >>> require some archaeology, and it should be perfectly safe to leave those >>> in the tree with the driver gone. So I think we can do that as a >>> subsequent patch, rather than in this series. >> >> Here are the changes. Compiled tested with ppc40x and ppc44x defconfigs. > > < Lots of patch skipped /> >> @@ -141,7 +138,6 @@ config REDWOOD >> select FORCE_PCI >> select PPC4xx_PCI_EXPRESS >> select PCI_MSI >> - select PPC4xx_MSI >> help >> This option enables support for the AMCC PPC460SX Redwood board. > > While that is incremental it certainly is worth a patch on it's > own. Could you add a proper changelog and an SOB please? Here you are. https://github.com/legoater/linux/commit/75d2764b11fe8f6d8bf50d60a3feb599ce27b16d Thanks, C.