Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752112AbcDRP03 (ORCPT ); Mon, 18 Apr 2016 11:26:29 -0400 Received: from mail-wm0-f41.google.com ([74.125.82.41]:34844 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751709AbcDRP00 (ORCPT ); Mon, 18 Apr 2016 11:26:26 -0400 Subject: Re: [PATCH V6 00/13] Support for generic ACPI based PCI host controller To: Arnd Bergmann References: <1460740008-19489-1-git-send-email-tn@semihalf.com> <5714E224.1030307@semihalf.com> <4253385.YPSgBqNLfg@wuerfel> Cc: Jayachandran C , Jon Masters , Bjorn Helgaas , Will Deacon , Catalin Marinas , rafael@kernel.org, Hanjun Guo , Lorenzo Pieralisi , Sinan Kaya , jiang.liu@linux.intel.com, robert.richter@caviumnetworks.com, Marcin Wojtas , Liviu.Dudau@arm.com, David Daney , Wangyijing , Suravee.Suthikulpanit@amd.com, msalter@redhat.com, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linaro-acpi@lists.linaro.org From: Tomasz Nowicki Message-ID: <5714FC89.8060005@semihalf.com> Date: Mon, 18 Apr 2016 17:26:01 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <4253385.YPSgBqNLfg@wuerfel> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 988 Lines: 24 On 18.04.2016 16:38, Arnd Bergmann wrote: > On Monday 18 April 2016 15:33:24 Tomasz Nowicki wrote: >> >> Of course we can split discussion into the two topics: >> 1. ECAM based ACPI host controller - patches [1-10] >> 2. Quirks handling and examples. >> >> IMO, it is very helpful for reviewers to go with one unified patch set >> and see the whole picture. Also, as you can see, quirks handling allows >> people to test it easily with their servers (not only QEMU but real HW). > > I think splitting the two would help tremendously. The regular > PCI support should just get merged (it should have been completed > years ago when ACPI for ARM64 was first implemented), while the quirks > handling contains all ugly nonstandard hacks we have to be careful > about. > OK, so for those who want to review just "ECAM based ACPI host controller" lets consider only patches [1-10]. Patches 11-13 are well isolated and do not affect previous one. Is that ok for this series? Thanks, Tomasz