From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756018AbcBIOm6 (ORCPT ); Tue, 9 Feb 2016 09:42:58 -0500 Received: from mout.kundenserver.de ([212.227.17.13]:59145 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753801AbcBIOmz (ORCPT ); Tue, 9 Feb 2016 09:42:55 -0500 From: Arnd Bergmann To: Bharat Kumar Gogada Cc: bhelgaas@google.com, michals@xilinx.com, lorenzo.pieralisi@arm.com, paul.burton@imgtec.com, yinghai@kernel.org, wangyijing@huawei.com, robh@kernel.org, russell.joyce@york.ac.uk, sorenb@xilinx.com, jiang.liu@linux.intel.com, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Bharat Kumar Gogada Subject: Re: [PATCH V3 0/5] PCIe Xilinx generic driver for Microblaze and Date: Tue, 09 Feb 2016 15:41:54 +0100 Message-ID: <20578581.RaDqZvvMdm@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1455014518-8708-1-git-send-email-bharatku@xilinx.com> References: <1455014518-8708-1-git-send-email-bharatku@xilinx.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:IBZICcizK8Bbq8poDzugR76F1dr42TwYxeo5EOPty/xwmZbBW3A Jo+Rl26aNR6axta5dZXHmCsj7Z8c74/8hk/pQZLw5llY4ExOiotbhDnMfhEcKar6Uj5KiG3 DwTXZTG7yODv7i0hORgibiWixMQwfrEfqDYfyNYNZYsCFdXkhWvrJgUcz2nDKpVMn+mTDN3 EPy7k4fSKAk8m7PVmk3hQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:0fLQnhsO5CY=:wwrwzjciq2ol1tGv15ogd7 dPJ/ev2p8l1NfXhgTKvFf0HD+p1fVl3mfKkrROxOiUkyioJMskyOBlFQaDLFzKLnfSXVjB3Ue uFz1HNMT6gHGrtqNme4diOJtFxPD419sbjuPYFcTZ0bVZLqcMc0UuPGS9FvzYu/fdVOQambA/ 8B8A+p4B+l6vKlI6zaym044iuUVHZm+IR+QT3U0lmWyfFwuOPzaQDvw4XkKnQADsTsrrDdGEt +X12zoZju7AZAClZAcRvz5KP+/s+D0bMZiANi7tyUaMo8RFPMpdqtT9C3jjYnYbqSpatIZei3 RuiXUIyDPm1ETgCL43pQQYC4WDGjHay9QRqKFtlaKIhmsYGvtXycohDlgXBXFi3nTPBRKowc0 dFW3qhmQqr3PCdEE/6Sh8mtUewV2GbHf1ZFK+ZHGHh4R/iGdjoaqS/6pok6MWNu0kPJBA6960 48yLM6FXRc8lPv6eIh14Rn9vGrHAiJRawCbFBfg+uxR4nN4GD3elIJAwU6YihaPlkby4m0YOe Z3JoGOmD+RPWLi6Nb58gITPbUKPXPagus3EoP7DFuJGADfV6b1lBJKHLn6SvEQfshCaCGDRqX /jmI9p3i9fn28d4LsCWkkx77Gr2FreCEiTxjqJnc3xPPPI6mzPmoWZiRujk0KyIT1q5HCEiip RQvjPDAmk8ftU2jxJr6u2w0kb5nbS7T0yemxLrmFfi8K5kEUJl9eoAeaPyyHuvpfVm8OrI+Zd zOeYIiR741g8WrVP Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 09 February 2016 16:11:53 Bharat Kumar Gogada wrote: > This patch series does modifications to pcie-xilinx.c, to support common > driver on both Zynq and Microblaze architectures. > Microblaze pci-common.c has been modified to support generic driver. > > Bharat Kumar Gogada (5): > PCI: xilinx: Removing xilinx_pcie_parse_and_add_res function > PCI: xilinx: Removing struct hw_pci structure. > PCI: xilinx: Modifying AXI PCIe Host Bridge driver to work on both > Zynq and Microblaze > PCI: xilinx: Updating Zynq PCI binding documentation with > Microblaze node. > Microblaze: Modifying microblaze PCI subsytem to support generic > Xilinx AXI PCIe Host Bridge IP driver > Reviewed-by: Arnd Bergmann I'm still not happy about needing the pci_fixup_irqs in patch 3/5, but I can understand that fixing this is beyond the scope of your series. Arnd