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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 00905C433F5 for ; Wed, 1 Dec 2021 17:18:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References: List-Owner; bh=CM5xLm/kaR4X6gBHPD6ZCQbElvimIZsJYhEv6+xeWgY=; b=yt8ll69w6NbbBk 5sdD7CRFDCsx0ClThqJj6Sf4garrHu0XAe5YM59mjmCyDtcq2FKiUBtWRBJTsnVEu5djuGIxDsKJw nE0oKTGumuQ5zxwXJQCrXQ1b47CQ9WDxHuJzuyV/iHasm4X+sq/xujoKerx9Fuvx8chDowGDEppf1 qAhGnoeNPzDBNTrQLniPSiFtlT444SiHl1mVqrG8/5a//lyjHr0hSZx1JBSsCN16CgNBQ0rWFfhuF ZfmHIWVr/tqBzoVnZ7JPhdunCikLEg/VBnmjoUHe4muVVMAT0+gdcw/73fNWl7G8GydpbE8AXq+eD SQGq2jOAild3av6PWoJQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1msTDJ-009Wny-SK; Wed, 01 Dec 2021 17:16:14 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1msT8i-009V8S-RK for linux-arm-kernel@lists.infradead.org; Wed, 01 Dec 2021 17:11:30 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id EA696B8201D; Wed, 1 Dec 2021 17:11:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6923FC53FCC; Wed, 1 Dec 2021 17:11:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1638378685; bh=r5GVbCBgif2BuWfiq6JB1Kofyuo38uEZhcFhxjQvCzY=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=eLufa8MJOC9NEMeHrIORBnmDklja3BeeqFdl2OUEoL/sxgM75lQT5CpY+XW4RPyy/ 4eSQe8VSw+9tMf1k9dCkH3PQUp/g/w5SiuPloDGnR6WmbSd6SdtA2lX2d0m8RJeiJ6 UBEZy3YVxwbfOktxbe2PN2G88/Rcm3WtgWCuSotdeDZFz462X4Xkq0zJUZnLBNCLKu OZJ9LhS5hEljjKwIMwHsCHMitVRUcpe5pzzboXIhpmbuN7P0Ci5wJXjuxKPXqbhBgA fDMK9PS8T0ziE/JgQTkTmG23Y8Jj6mfZ68CrRXNuumDpA1yWQmAUGH3LTD4N8HGsKT NR+7qoYsIcTtA== Date: Wed, 1 Dec 2021 11:11:24 -0600 From: Bjorn Helgaas To: Lorenzo Pieralisi Subject: Re: [PATCH 0/5] arm: ioremap: Remove pci_ioremap_io() and mvebu_pci_host_probe() Message-ID: <20211201171124.GA2824425@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <163827065859.21977.786435593890374586.b4-ty@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211201_091129_091384_6F5DA1CB X-CRM114-Status: GOOD ( 15.06 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marek =?iso-8859-1?Q?Beh=FAn?= , Rob Herring , Alexandre Belloni , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , linux-kernel@vger.kernel.org, Gregory Clement , Dominik Brodowski , Russell King , Ludovic Desroches , Andrew Lunn , Thomas Petazzoni , linux-pci@vger.kernel.org, Bjorn Helgaas , Pali =?iso-8859-1?Q?Roh=E1r?= , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Nov 30, 2021 at 11:11:43AM +0000, Lorenzo Pieralisi wrote: > On Wed, 24 Nov 2021 16:41:11 +0100, Pali Roh=E1r wrote: > > This patch series removes ARM specific functions pci_ioremap_io() and > > mvebu_pci_host_probe() functions. > > = > > pci_ioremap_io() is replaced by standard PCI core function pci_remap_io= space() > > and mvebu_pci_host_probe() by standard PCI core function pci_host_probe= (). > > = > > ARM needs custom implementation of pci_remap_iospace() because of > > pci_ioremap_set_mem_type() hook used by Marvell Armada 375, 38x and 39x > > platforms due to HW errata. > > = > > [...] > = > Applied to pci/mvebu, thanks! > = > [1/5] arm: ioremap: Implement standard PCI function pci_remap_iospace() > https://git.kernel.org/lpieralisi/pci/c/bc02973a06 > [2/5] PCI: mvebu: Replace pci_ioremap_io() usage by devm_pci_remap_iospac= e() > https://git.kernel.org/lpieralisi/pci/c/c1aa4b55aa > [3/5] PCI: mvebu: Remove custom mvebu_pci_host_probe() function > https://git.kernel.org/lpieralisi/pci/c/de58d49470 > [4/5] arm: ioremap: Replace pci_ioremap_io() usage by pci_remap_iospace() > https://git.kernel.org/lpieralisi/pci/c/9c8facde92 > [5/5] arm: ioremap: Remove unused ARM-specific function pci_ioremap_io() > https://git.kernel.org/lpieralisi/pci/c/ea76d27fb3 Beautiful. I love getting rid of mvebu_pci_host_probe(), thank you! If there's any occasion to update this branch, typos in the commit logs: [3/5]: s/functionn/function/ [4/5]: s/arm march code/ARM mach code/ _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel