From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v5 3/8] arch, arm: let map_mmio_regions() take pfn as parameters Date: Mon, 07 Apr 2014 15:56:04 +0100 Message-ID: <5342BC84.9050802@linaro.org> References: <1396827120-30617-1-git-send-email-avanzini.arianna@gmail.com> <1396827120-30617-4-git-send-email-avanzini.arianna@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1396827120-30617-4-git-send-email-avanzini.arianna@gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Arianna Avanzini Cc: julien.grall@citrix.com, paolo.valente@unimore.it, keir@xen.org, stefano.stabellini@eu.citrix.com, tim@xen.org, dario.faggioli@citrix.com, Ian.Jackson@eu.citrix.com, xen-devel@lists.xen.org, Ian.Campbell@eu.citrix.com, etrudeau@broadcom.com, JBeulich@suse.com, viktor.kleinik@globallogic.com List-Id: xen-devel@lists.xenproject.org Hi Arianna, Thank you for the patch. On 04/07/2014 12:31 AM, Arianna Avanzini wrote: > Currently, the map_mmio_regions() function, defined for the ARM > architecture, has parameters with paddr_t type. This interface, > however, needs caller functions to correctly page-align addresses > given as parameters to map_mmio_regions(). This commit changes the > function's interface to accept page frame numbers as parameters. > This commit also modifies caller functions in an attempt to adapt > them to the new interface. > This commit attempts to produce the minimum indispensable needed > changes; these are also instrumental to making the interface of > map_mmio_regions() symmetric with the unmap_mmio_regions() function, > that will be introduced in one of the next commits of the series > and will feature a pfn-based interface. > > NOTE: platform-specific code has not been tested. > > Signed-off-by: Arianna Avanzini > Cc: Dario Faggioli > Cc: Paolo Valente > Cc: Stefano Stabellini Acked-by: Julien Grall Regards, -- Julien Grall