From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v6 0/6] xen: arm: Parse PCI DT nodes' ranges and interrupt-map Date: Mon, 6 Jul 2015 14:56:00 +0100 Message-ID: <1436190960.25646.90.camel@citrix.com> References: <1435938959.9447.171.camel@citrix.com> <559A60B4.4030906@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <559A60B4.4030906@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: Julien Grall Cc: Stefano Stabellini , xen-devel List-Id: xen-devel@lists.xenproject.org On Mon, 2015-07-06 at 12:04 +0100, Julien Grall wrote: > Hi Ian, > > On 03/07/15 16:55, 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. > > > > This is a quick respin based on Julien's comments on v4 which were > > missed in v5. > > I added my reviewed-by on all the patch It occurred to me that given the reason for sending v6 I probably ought to have dropped the R-by from patch #1. Are you happy for it to remain in v7 (based on your comments here) or shall I drop it and resend? > and had 3 minors comments on #4. > > Regards, >