Re: [PATCH v4] dcdbas: Add support for WSMT ACPI table

2018-06-25 Thread Stuart Hayes
On 6/14/2018 12:26 PM, Andy Shevchenko wrote: > On Thu, Jun 14, 2018 at 6:45 PM, Stuart Hayes > wrote: >> >> If the WSMT ACPI table is present and indicates that a fixed communication >> buffer should be used, use the firmware-specified buffer instead of >> allocating a buffer in memory for co

Re: [PATCH v4] dcdbas: Add support for WSMT ACPI table

2018-06-14 Thread Andy Shevchenko
On Thu, Jun 14, 2018 at 6:45 PM, Stuart Hayes wrote: > > If the WSMT ACPI table is present and indicates that a fixed communication > buffer should be used, use the firmware-specified buffer instead of > allocating a buffer in memory for communications between the dcdbas driver > and firmare. Tha