From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH v5 0/6] xen: arm: Parse PCI DT nodes' ranges and interrupt-map Date: Fri, 3 Jul 2015 14:59:02 +0100 Message-ID: <1435931942.9447.113.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: 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 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 the needed call to iomem_permit_access and added a patch to consolidate some now duplicated code. (Another patch was committed last time around, so the # of patches is the same). I only tested on xgene this time around since the changes were pretty minor (and I'm lazy on Fridays...) Ian.