Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758618AbcLAWlQ (ORCPT ); Thu, 1 Dec 2016 17:41:16 -0500 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:58567 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752648AbcLAWlO (ORCPT ); Thu, 1 Dec 2016 17:41:14 -0500 From: "Rafael J. Wysocki" To: Bjorn Helgaas Cc: Bjorn Helgaas , linux-pci@vger.kernel.org, Ard Biesheuvel , Gabriele Paoloni , "Rafael J. Wysocki" , Duc Dang , linux-kernel@vger.kernel.org, linaro-acpi@lists.linaro.org, linux-acpi@vger.kernel.org, Lorenzo Pieralisi , Lv Zheng , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2] PCI: Add information about describing PCI in ACPI Date: Thu, 01 Dec 2016 23:37:39 +0100 Message-ID: <47776378.8X3TnsHd3Q@aspire.rjw.lan> User-Agent: KMail/4.14.10 (Linux/4.9.0-rc5+; KDE/4.14.9; x86_64; ; ) In-Reply-To: <20161201223604.GC15867@bhelgaas-glaptop.roam.corp.google.com> References: <20161129212816.15663.28100.stgit@bhelgaas-glaptop.roam.corp.google.com> <20161201223604.GC15867@bhelgaas-glaptop.roam.corp.google.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1620 Lines: 41 On Thursday, December 01, 2016 04:36:04 PM Bjorn Helgaas wrote: > On Tue, Nov 29, 2016 at 03:39:48PM -0600, Bjorn Helgaas wrote: > > Here's another stab at this writeup. I'd appreciate any comments! > > > > Changes from v1 to v2: > > - Consumer/Producer is defined for Extended Address Space descriptors; > > should be ignored for QWord/DWord/Word Address Space descriptors > > - New arches may use Extended Address Space descriptors in PNP0A03 for > > bridge registers, including ECAM (if the arch adds support for this) > > - Add more details about MCFG and _CBA (Lv's suggestion) > > - Incorporate Rafael's suggestions > > > > --- > > > > Bjorn Helgaas (1): > > PCI: Add information about describing PCI in ACPI > > > > > > Documentation/PCI/00-INDEX | 2 > > Documentation/PCI/acpi-info.txt | 180 +++++++++++++++++++++++++++++++++++++++ > > 2 files changed, 182 insertions(+) > > create mode 100644 Documentation/PCI/acpi-info.txt > > It's very late in the cycle, but I'm considering trying to squeeze > this into v4.9 on the grounds that: > > - It's only a documentation change and can't break anything, and > > - Distributing it more widely may help the arm64 firmware ecosystem > > But I don't want to disseminate misleading or incorrect information, > so if it needs clarification or wordsmithing, or even just maturation, > I'll wait until v4.10. > > The Consumer/Producer stuff, in particular, doesn't seem 100% settled > yet. Your thoughts, and especially your improvements, are welcome! Well, what's the drawback if it doesn't go into 4.9? Thanks, Rafael