Re: [PATCH v5 00/13] ACPI graph support
From: Sakari Ailus <sakari.ailus@linux.intel.com>
Date: 2017-03-26 21:17:50
Also in:
linux-acpi
Hi Mika, Mika Westerberg wrote:
On Thu, Mar 16, 2017 at 02:31:08PM +0200, Sakari Ailus wrote:quoted
Hello everyone, This is the fifth version of the ACPI graph support patchset. The previous RFC version of the set is available here: <URL:http://www.spinics.net/lists/linux-acpi/msg69547.html> There are also v1, v2, v3 and v4 which can be found here: <URL:http://www.spinics.net/lists/linux-acpi/msg71661.html> <URL:http://www.spinics.net/lists/linux-acpi/msg71809.html> <URL:http://www.spinics.net/lists/linux-acpi/msg72171.html> <URL:http://www.spinics.net/lists/linux-acpi/msg72346.html> This set contains patches written by Mika Westerberg and by myself. The patchset brings support for graphs to ACPI. The functionality achieved by these patches is very similar to what the Device tree provides: the port and the endpoint concept are being employed. The patches make use of the _DSD property and data extensions to achieve this. The fwnode interface is extended by graph functionality; this way graph information originating from both OF and ACPI may be accessed using the same interface, without being aware of the underlying firmware interface. The last patch of the set contains ASL documentation including an example.It would be helpful if you include similar diffstat here as running 'git format-patch --cover-letter ...' generates. Anyway for patches 7-13, Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Thanks! This is much appreciated. Could you also review the other related patches? There are just a few and they're relatively simple: Set of three patches (which precedes what you reviewed): <URL:http://www.spinics.net/lists/linux-acpi/msg72895.html> And then finally: <URL:http://www.spinics.net/lists/linux-acpi/msg72888.html> -- Regards, Sakari Ailus sakari.ailus@linux.intel.com