From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B1E33210A for ; Wed, 22 Nov 2023 06:33:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="pdGXOFtn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CD760C433C7; Wed, 22 Nov 2023 06:33:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700634787; bh=P/VDZhUYeLyF/fTIY/BSgPTr9A7SPup0XOIVoTr3Jys=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=pdGXOFtnqohCTRSm1JZIu/QFsZo1lcT4bFupJtKkE8CeAS4gLUiuv5vBV0M9d9qxc oiXXYzEKz1TwAJ0tmMTX9HLu6oDL/uPvEJHlNlw3Kg7f65p+f8ixqlJoZNl0dnEFgD WbvZj18bPo07B67x7pVG/jOA66x2rBW3fkPiEOMFrJZvPEtlH1OJyBV3umy3V+gCy6 Q70iZNDQl+G3OAHQ1f2+FD/DkK2hgW1+YdgdlrzM6sLVmBx0dOUpNNK0mimCHOGtmf vZ3T3Mz7W9X6xHXyw1j9UpH10vL8RTYum28GdeD1e49ouZL6xtS5pGz1S2xCcAhoxF iwHiJSvJW7dsw== Message-ID: Date: Wed, 22 Nov 2023 15:33:04 +0900 Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v4 06/16] PCI: portdrv: Use PCI_IRQ_INTX Content-Language: en-US To: Christoph Hellwig Cc: linux-pci@vger.kernel.org, Bjorn Helgaas , =?UTF-8?Q?Krzysztof_Wilczy=C5=84ski?= , Lorenzo Pieralisi , Kishon Vijay Abraham I , Manivannan Sadhasivami , Serge Semin , Yoshihiro Shimoda References: <20231122060406.14695-1-dlemoal@kernel.org> <20231122060406.14695-7-dlemoal@kernel.org> <3859e36a-f920-4df8-922d-36305c81758b@kernel.org> From: Damien Le Moal Organization: Western Digital Research In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 11/22/23 15:23, Christoph Hellwig wrote: > On Wed, Nov 22, 2023 at 03:22:54PM +0900, Damien Le Moal wrote: >> I did not want to go as far as changing all drivers everywhere and limited the >> series to drivers/pci. We could do a coccinel script for everything else. > > Yes. This is actually even trivial enough for sed :) Surprisingly, only 44 files use PCI_IRQ_LEGACY. Let me see how a patch look with the change. -- Damien Le Moal Western Digital Research