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

2018-06-11 Thread Stuart Hayes
On 6/8/2018 8:04 PM, Darren Hart wrote: > On Thu, Jun 07, 2018 at 08:11:41PM +0300, Andy Shevchenko wrote: >> On Thu, Jun 7, 2018 at 6:59 PM, Stuart Hayes >> wrote: >>> If the WSMT ACPI table is present and indicates that a fixed communication >>> buffer should be used, use the

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

2018-06-11 Thread Stuart Hayes
On 6/8/2018 8:04 PM, Darren Hart wrote: > On Thu, Jun 07, 2018 at 08:11:41PM +0300, Andy Shevchenko wrote: >> On Thu, Jun 7, 2018 at 6:59 PM, Stuart Hayes >> wrote: >>> If the WSMT ACPI table is present and indicates that a fixed communication >>> buffer should be used, use the

RE: [PATCH resend v2] dcdbas: Add support for WSMT ACPI table

2018-06-11 Thread Mario.Limonciello
ct: Re: [PATCH resend v2] dcdbas: Add support for WSMT ACPI table > > On Thu, Jun 07, 2018 at 08:11:41PM +0300, Andy Shevchenko wrote: > > On Thu, Jun 7, 2018 at 6:59 PM, Stuart Hayes > wrote: > > > If the WSMT ACPI table is present and indicates that a fixed communicati

RE: [PATCH resend v2] dcdbas: Add support for WSMT ACPI table

2018-06-11 Thread Mario.Limonciello
ct: Re: [PATCH resend v2] dcdbas: Add support for WSMT ACPI table > > On Thu, Jun 07, 2018 at 08:11:41PM +0300, Andy Shevchenko wrote: > > On Thu, Jun 7, 2018 at 6:59 PM, Stuart Hayes > wrote: > > > If the WSMT ACPI table is present and indicates that a fixed communicati

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

2018-06-09 Thread Andy Shevchenko
On Sat, Jun 9, 2018 at 4:04 AM, Darren Hart wrote: > On Thu, Jun 07, 2018 at 08:11:41PM +0300, Andy Shevchenko wrote: >> On Thu, Jun 7, 2018 at 6:59 PM, Stuart Hayes >> wrote: >> > +static inline struct smm_eps_table *check_eps_table(u8 *addr) >> > +{ >> > + struct smm_eps_table *eps =

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

2018-06-09 Thread Andy Shevchenko
On Sat, Jun 9, 2018 at 4:04 AM, Darren Hart wrote: > On Thu, Jun 07, 2018 at 08:11:41PM +0300, Andy Shevchenko wrote: >> On Thu, Jun 7, 2018 at 6:59 PM, Stuart Hayes >> wrote: >> > +static inline struct smm_eps_table *check_eps_table(u8 *addr) >> > +{ >> > + struct smm_eps_table *eps =

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

2018-06-08 Thread Darren Hart
On Thu, Jun 07, 2018 at 08:11:41PM +0300, Andy Shevchenko wrote: > On Thu, Jun 7, 2018 at 6:59 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

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

2018-06-08 Thread Darren Hart
On Thu, Jun 07, 2018 at 08:11:41PM +0300, Andy Shevchenko wrote: > On Thu, Jun 7, 2018 at 6:59 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

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

2018-06-08 Thread Darren Hart
On Thu, Jun 07, 2018 at 04:07:50PM +, mario.limoncie...@dell.com wrote: > > -Original Message- > > From: Stuart Hayes [mailto:stuart.w.ha...@gmail.com] > > Sent: Thursday, June 7, 2018 11:00 AM > > To: Warzecha, Douglas > > Cc: Limonciello, Mario; Dominguez, Jared;

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

2018-06-08 Thread Darren Hart
On Thu, Jun 07, 2018 at 04:07:50PM +, mario.limoncie...@dell.com wrote: > > -Original Message- > > From: Stuart Hayes [mailto:stuart.w.ha...@gmail.com] > > Sent: Thursday, June 7, 2018 11:00 AM > > To: Warzecha, Douglas > > Cc: Limonciello, Mario; Dominguez, Jared;

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

2018-06-07 Thread Andy Shevchenko
On Thu, Jun 7, 2018 at 6:59 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. >

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

2018-06-07 Thread Andy Shevchenko
On Thu, Jun 7, 2018 at 6:59 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. >

RE: [PATCH resend v2] dcdbas: Add support for WSMT ACPI table

2018-06-07 Thread Mario.Limonciello
> -Original Message- > From: Stuart Hayes [mailto:stuart.w.ha...@gmail.com] > Sent: Thursday, June 7, 2018 11:00 AM > To: Warzecha, Douglas > Cc: Limonciello, Mario; Dominguez, Jared; linux-kernel@vger.kernel.org; > platform- > driver-...@vger.kernel.org > Subject: [PATCH resend v2]

RE: [PATCH resend v2] dcdbas: Add support for WSMT ACPI table

2018-06-07 Thread Mario.Limonciello
> -Original Message- > From: Stuart Hayes [mailto:stuart.w.ha...@gmail.com] > Sent: Thursday, June 7, 2018 11:00 AM > To: Warzecha, Douglas > Cc: Limonciello, Mario; Dominguez, Jared; linux-kernel@vger.kernel.org; > platform- > driver-...@vger.kernel.org > Subject: [PATCH resend v2]