From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v7 0/6] xen: arm: Parse PCI DT nodes' ranges and interrupt-map Date: Tue, 7 Jul 2015 16:17:37 +0100 Message-ID: <1436282257.25646.243.camel@citrix.com> References: <1436258768.25646.141.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1436258768.25646.141.camel@citrix.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: xen-devel Cc: Julien Grall , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Tue, 2015-07-07 at 09:46 +0100, Ian Campbell wrote: > This series adds parsing of the DT ranges and interrupt-map properties > for PCI devices, these contain the MMIOs and IRQs used by children on > the bus. This replaces the specific mapping stuff on xgene. > > Removed some unnecessary &PAGE_MASK's (patch #4 and a slight change to > #6's commit message). I have retained the Reviewed-by on #1. This means > everything is acked, and I will apply shortly (the machine I use for > committing stuff is currently being upgraded). Now applied, thanks. Ian.