From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen Baozi Subject: Re: [PATCH v3 0/5] xen: arm: Parse PCI DT nodes' ranges and interrupt-map Date: Thu, 23 Apr 2015 16:22:31 +0800 Message-ID: <20150423082231.GA8723@cbz-thinkpad> References: <1429532129.25195.422.camel@citrix.com> <20150423075206.GG7783@cbz-thinkpad> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20150423075206.GG7783@cbz-thinkpad> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: vijay.kilari@gmail.com, Julien Grall , Tim Deegan , xen-devel , Stefano Stabellini , Suravee Suthikulanit List-Id: xen-devel@lists.xenproject.org On Thu, Apr 23, 2015 at 03:52:06PM +0800, Chen Baozi wrote: > On Mon, Apr 20, 2015 at 01:15:29PM +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. > > > > Since last time I've added a dt_for_each_range helper, which cleans > > things up considerably and included the PCI specific dt_bus entries from > > Linux (not strictly required AFAICT, but I think a good thing to do. > > > > The patch "xen: dt: add dt_translate_address to translate a raw address" > > is no longer needed, so I've dropped it. > > > > Chen, I've not included your Tested-by from last time around since I > > think things here differ enough to have invalidated it. > > > > Tested-by: Chen Baozi > > This patch set should be OK. However, in order to test it, I have to rebase > to the latest git tree, which seems to have something wrong with tool stack... report: FATAL: sd_listen_fds() failed : File exists when trying to run xenstored. > (have no clues at present). Anyway, the PCI part is good. > > Cheers, > > Baozi.