From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Sender: Tejun Heo Date: Tue, 28 Mar 2017 11:55:12 -0400 From: Tejun Heo To: Lorenzo Pieralisi Cc: Bjorn Helgaas , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jonathan Corbet , Bjorn Helgaas , Arnd Bergmann , Will Deacon , Catalin Marinas , Russell King , Pratyush Anand , Jingoo Han , Mingkai Hu , John Garry , Tanmay Inamdar , Murali Karicheri , Bharat Kumar Gogada , Ray Jui , Wenrui Li , Shawn Lin , Minghuan Lian , Jon Mason , Gabriele Paoloni , Thomas Petazzoni , Joao Pinto , Thierry Reding , Michal Simek , Stanimir Varbanov , Zhou Wang , Roy Zang , "Luis R. Rodriguez" Subject: Re: [PATCH v2 08/22] lib: implement Devres ioremap_nopost() interface Message-ID: <20170328155512.GA28157@htj.duckdns.org> References: <20170327094954.7162-1-lorenzo.pieralisi@arm.com> <20170327094954.7162-9-lorenzo.pieralisi@arm.com> <20170328014129.GJ25380@bhelgaas-glaptop.roam.corp.google.com> <20170328145003.GB18046@red-moon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20170328145003.GB18046@red-moon> List-ID: Hello, On Tue, Mar 28, 2017 at 03:50:03PM +0100, Lorenzo Pieralisi wrote: > > I know this comment was just copied from other devm_ioremap*() > > interfaces, but I think it's slightly misleading to call this the "BUS > > offset". That suggests this is a bus address, but it is not. Maybe > > it should be "resource address" or similar? > > > > I propose a separate patch to update the existing comments, followed > > by this patch to add this new one. > > I agree with you, maybe Tejun has more context on why that parameter > is called BUS offset ? Anyway, I can easily do what you suggest above, > just asking Tejun if there is something I am missing. I'm pretty sure I copied it from somewhere without thinking much about it. Please feel free to change. Thanks. -- tejun