From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 20 Aug 2013 18:53:32 +0000 Subject: Re: [PATCH 1/7] PCI: tegra: replace devm_request_and_ioremap by devm_ioremap_resource Message-Id: <5213BB2C.60908@wwwdotorg.org> List-Id: References: <1376911241-27720-1-git-send-email-Julia.Lawall@lip6.fr> <1376911241-27720-2-git-send-email-Julia.Lawall@lip6.fr> <20130819120249.GA5740@ulmo> <20130819121238.GB5740@ulmo> <20130819193339.GB4961@mithrandir> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Bjorn Helgaas Cc: Julia Lawall , Thierry Reding , kernel-janitors@vger.kernel.org, "linux-tegra@vger.kernel.org" , "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" On 08/20/2013 10:26 AM, Bjorn Helgaas wrote: > On Tue, Aug 20, 2013 at 3:13 AM, Julia Lawall wrote: >> From: Julia Lawall >> >> Use devm_ioremap_resource instead of devm_request_and_ioremap. >> >> This was done using the semantic patch >> scripts/coccinelle/api/devm_ioremap_resource.cocci >> >> Error-handling code was manually removed from the associated calls to >> platform_get_resource. >> >> Adjust the comment at the third platform_get_resource_byname to make clear >> why ioremap is not done at this point. >> >> Signed-off-by: Julia Lawall >> Acked-by: Thierry Reding >> Tested-by: Thierry Reding > > I'm hoping this goes via arm-soc. Let me know if you need me to do > something. If you need it: > > Acked-by: Bjorn Helgaas In that case, Thierry, can you please bounce it to arm@kernel.org to be applied on top of wherever Tegra's for-3.12/soc branch was merged. Acked-by: Stephen Warren