From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933421AbcCIROz (ORCPT ); Wed, 9 Mar 2016 12:14:55 -0500 Received: from mail-cys01nam02on0086.outbound.protection.outlook.com ([104.47.37.86]:46096 "EHLO NAM02-CY1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753423AbcCIROx (ORCPT ); Wed, 9 Mar 2016 12:14:53 -0500 Authentication-Results: spf=pass (sender IP is 149.199.60.100) smtp.mailfrom=xilinx.com; kernel.org; dkim=none (message not signed) header.d=none;kernel.org; dmarc=bestguesspass action=none header.from=xilinx.com; Subject: Re: [PATCH V4 0/5] PCIe Xilinx generic driver for Microblaze and To: Bjorn Helgaas , Bharat Kumar Gogada References: <1455208091-15556-1-git-send-email-bharatku@xilinx.com> <20160308203444.GA27132@localhost> CC: , , , , , , , , , , , , , , , , , , Bharat Kumar Gogada From: Michal Simek Message-ID: <56E05A00.9030506@xilinx.com> Date: Wed, 9 Mar 2016 18:14:40 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160308203444.GA27132@localhost> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-RCIS-Action: ALLOW X-TM-AS-Product-Ver: IMSS-7.1.0.1224-8.0.0.1202-22180.005 X-TM-AS-User-Approved-Sender: Yes;Yes X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:149.199.60.100;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10009020)(6009001)(2980300002)(438002)(164054003)(24454002)(189002)(199003)(83506001)(230700001)(65806001)(11100500001)(47776003)(586003)(2950100001)(33656002)(106466001)(50466002)(77096005)(189998001)(4001350100001)(81166005)(50986999)(76176999)(87266999)(92566002)(54356999)(64126003)(63266004)(23746002)(86362001)(36756003)(5001770100001)(6806005)(36386004)(4001450100002)(4001430100002)(5008740100001)(2906002)(107886002)(87936001)(80316001)(1096002)(4326007)(1220700001)(19580395003)(41533002)(107986001);DIR:OUT;SFP:1101;SCL:1;SRVR:BL2NAM02HT127;H:xsj-pvapsmtpgw02;FPR:;SPF:Pass;MLV:sfv;MX:1;A:1;LANG:en; X-MS-Office365-Filtering-Correlation-Id: 48232e63-71bb-43d7-14ed-08d3483e52bf X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:(8251501002);SRVR:BL2NAM02HT127; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(2401047)(8121501046)(13024025)(13018025)(13015025)(5005006)(13023025)(13017025)(10201501046)(3002001);SRVR:BL2NAM02HT127;BCL:0;PCL:0;RULEID:;SRVR:BL2NAM02HT127; X-Forefront-PRVS: 0876988AF0 X-OriginatorOrg: xilinx.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 09 Mar 2016 17:14:50.0923 (UTC) X-MS-Exchange-CrossTenant-Id: 657af505-d5df-48d0-8300-c31994686c5c X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=657af505-d5df-48d0-8300-c31994686c5c;Ip=[149.199.60.100];Helo=[xsj-pvapsmtpgw02] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: BL2NAM02HT127 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8.3.2016 21:34, Bjorn Helgaas wrote: > On Thu, Feb 11, 2016 at 09:58:06PM +0530, 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 >> >> .../devicetree/bindings/pci/xilinx-pcie.txt | 32 +++- >> arch/microblaze/Kconfig | 3 + >> arch/microblaze/pci/pci-common.c | 56 ++---- >> drivers/pci/host/Kconfig | 2 +- >> drivers/pci/host/pcie-xilinx.c | 191 +++------------------ >> 5 files changed, 66 insertions(+), 218 deletions(-) > > I applied this series to my pci/host-xilinx branch for v4.6. > > Michal, you only explicitly acked the last patch, but that only makes > sense if I apply the whole series, so I applied your ack to all the > patches. No problem. Thanks, Michal