From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BDD34C2D0A3 for ; Mon, 9 Nov 2020 10:33:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 679B12083B for ; Mon, 9 Nov 2020 10:33:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728865AbgKIKdd (ORCPT ); Mon, 9 Nov 2020 05:33:33 -0500 Received: from mga12.intel.com ([192.55.52.136]:46437 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726646AbgKIKdc (ORCPT ); Mon, 9 Nov 2020 05:33:32 -0500 IronPort-SDR: gn4wH4BCV4/qMM0w0AGBd9piIZ9nwwOzIZV/SXy2Omyw6tLCU19MGC3uZFSaws+fdkGcC8nHwO X9Un+MIvE6xQ== X-IronPort-AV: E=McAfee;i="6000,8403,9799"; a="149058405" X-IronPort-AV: E=Sophos;i="5.77,463,1596524400"; d="scan'208";a="149058405" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2020 02:33:32 -0800 IronPort-SDR: 6MV7gvrJKxolHj4TUOh1UCLVQGq9wduaIjNIj8c5rgorJcGC/uTJS7vv6C6/jcJfNh19krwsp4 W97Y3X3drN4w== X-IronPort-AV: E=Sophos;i="5.77,463,1596524400"; d="scan'208";a="355627878" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2020 02:33:31 -0800 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1kc4VM-0059Os-1i; Mon, 09 Nov 2020 12:34:32 +0200 Date: Mon, 9 Nov 2020 12:34:32 +0200 From: Andy Shevchenko To: Flavio Suligoi Cc: Mika Westerberg , "linux-acpi@vger.kernel.org" , "Rafael J. Wysocki" Subject: Re: How to add the "gpio-line-names" property in a PCI gpio expander Message-ID: <20201109103432.GU4077@smile.fi.intel.com> References: <98acf6339a1b43d6a38f867069088530@asem.it> <20201105115941.GK2495@lahna.fi.intel.com> <574b86929d1247caae717ab1a2f31194@asem.it> <20201105152020.GO2495@lahna.fi.intel.com> <5fb64f9c8af64235943c29c9ba50a2df@asem.it> <20201106070432.GQ2495@lahna.fi.intel.com> <20201106171727.GK4077@smile.fi.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Mon, Nov 09, 2020 at 09:05:36AM +0000, Flavio Suligoi wrote: > > Glad to hear this! So, maybe you can add some bits to the documentation > > [1] > > based on your experience? > > Yes, I can! Thanks you for asking me! > > > Note, I have sent a series [2] to amend it a bit, and your input welcome! > > > > [1]: Documentation/firmware-guide/acpi/gpio-properties.rst > > [2]: https://lore.kernel.org/linux-acpi/20201029193243.61546-1- > > andriy.shevchenko@linux.intel.com/T/#u > > Ok, I'll see how to integrate my PCI "investigation" about the > identification of the correct path from the CPU to the final PCI > device, through the various bridges of the board. > I think that a general discourse about it can be useful to > other people, too. I realized that here we have two items to document: 1) the gpio-line-names property in [1]; 2) PCI hierarchy in ACPI tables, which can be added into [3] under the "PCI hierarchy representation" title or so. [3]: Documentation/firmware-guide/acpi/enumeration.rst -- With Best Regards, Andy Shevchenko