Re: [net-next: PATCH 09/12] Documentation: ACPI: DSD: introduce DSA description
From: Andrew Lunn <andrew@lunn.ch>
Date: 2022-06-21 11:24:59
Also in:
linux-acpi, lkml
On Tue, Jun 21, 2022 at 02:15:41PM +0300, Andy Shevchenko wrote:
On Tue, Jun 21, 2022 at 10:45:56AM +0100, Sudeep Holla wrote:quoted
On Mon, Jun 20, 2022 at 05:02:22PM +0200, Marcin Wojtas wrote:quoted
Describe the Distributed Switch Architecture (DSA) - compliant MDIO devices. In ACPI world they are represented as children of the MDIO busses, which are responsible for their enumeration based on the standard _ADR fields and description in _DSD objects under device properties UUID [1]. [1] http://www.uefi.org/sites/default/files/resources/_DSD-device-properties-UUID.pdfquoted
Why is this document part of Linux code base ?It's fine, but your are right with your latter questions.quoted
How will the other OSes be aware of this ?Should be a standard somewhere.quoted
I assume there was some repository to maintain such DSDs so that it is accessible for other OSes. I am not agreeing or disagreeing on the change itself, but I am concerned about this present in the kernel code.I dunno we have a such, but the closest I may imagine is MIPI standardization, that we have at least for cameras and sound. I would suggest to go and work with MIPI for network / DSA / etc area, so everybody else will be aware of the standard.
It is the same argument as for DT. Other OSes and bootloaders seem to manage digging around in Linux for DT binding documentation. I don't see why bootloaders and other OSes can not also dig around in Linux for ACPI binding documentations. Ideally, somebody will submit all this for acceptance into ACPI, but into somebody does, i suspect it will just remain a defacto standard in Linux. Andrew