From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH for-4.6 0/5] xen: arm: Parse PCI DT nodes' ranges and interrupt-map Date: Fri, 24 Oct 2014 10:58:14 +0100 Message-ID: <1414144694.15687.31.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: Tim Deegan , Clark Laughlin , Stefano Stabellini , Pranavkumar Sawargaonkar 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 on xgene which should also mean that it works on xgene devices other than mustang which use a different PCI root controller (the xgene has several, we only map the first). I've tested on Mustang and on a FastModel with virtio-pci based rootfs. This is *not* for 4.5. Ian.