Re: [PATCH v3 2/8] platform/x86: dell-smbios: Introduce a WMI-ACPI interface

2017-09-30 Thread Pali Rohár
dy.shevche...@gmail.com; linux- > > ker...@vger.kernel.org; platform-driver-...@vger.kernel.org; > > l...@kernel.org; quasi...@google.com > > Subject: Re: [PATCH v3 2/8] platform/x86: dell-smbios: Introduce a > > WMI-ACPI interface > > > > On Thursday 28 September 2017 2

RE: [PATCH v3 2/8] platform/x86: dell-smbios: Introduce a WMI-ACPI interface

2017-09-30 Thread Mario.Limonciello
ernel.org; > quasi...@google.com > Subject: Re: [PATCH v3 2/8] platform/x86: dell-smbios: Introduce a WMI-ACPI > interface > > On Thursday 28 September 2017 22:43:36 mario.limoncie...@dell.com wrote: > > > > @@ -170,10 +226,43 @@ static void __init find_tokens(con

RE: [PATCH v3 2/8] platform/x86: dell-smbios: Introduce a WMI-ACPI interface

2017-09-30 Thread Mario.Limonciello
om > Subject: Re: [PATCH v3 2/8] platform/x86: dell-smbios: Introduce a WMI-ACPI > interface > > On Saturday 30 September 2017 02:51:27 Darren Hart wrote: > > > +DELL SMBIOS DRIVER > > > +M: Pali Rohár > > > +M: Mario Limonciello > > &g

Re: [PATCH v3 2/8] platform/x86: dell-smbios: Introduce a WMI-ACPI interface

2017-09-30 Thread Pali Rohár
On Saturday 30 September 2017 02:51:27 Darren Hart wrote: > > +DELL SMBIOS DRIVER > > +M: Pali Rohár > > +M: Mario Limonciello > > +S: Maintained > > +F: drivers/platform/x86/dell-smbios.* > > Pali, do you agree with this? Yes, no problem. > > -static int __init dell_smbios_init(void) > > +sta

Re: [PATCH v3 2/8] platform/x86: dell-smbios: Introduce a WMI-ACPI interface

2017-09-29 Thread Darren Hart
On Wed, Sep 27, 2017 at 11:02:14PM -0500, Mario Limonciello wrote: > The driver currently uses an SMI interface which grants direct access > to physical memory to the firmware SMM methods via a pointer. > > Now add a WMI-ACPI interface that is detected by WMI probe and preferred > over the SMI int

Re: [PATCH v3 2/8] platform/x86: dell-smbios: Introduce a WMI-ACPI interface

2017-09-29 Thread Pali Rohár
On Thursday 28 September 2017 22:43:36 mario.limoncie...@dell.com wrote: > > > @@ -170,10 +226,43 @@ static void __init find_tokens(const struct > > > dmi_header > > *dm, void *dummy) > > > } > > > } > > > > > > -static int __init dell_smbios_init(void) > > > +static int dell_smbios_wmi_probe(s

RE: [PATCH v3 2/8] platform/x86: dell-smbios: Introduce a WMI-ACPI interface

2017-09-28 Thread Mario.Limonciello
gle.com > Subject: Re: [PATCH v3 2/8] platform/x86: dell-smbios: Introduce a WMI-ACPI > interface > > On Thursday 28 September 2017 06:02:14 Mario Limonciello wrote: > > The driver currently uses an SMI interface which grants direct access > > to physical memory to the firmware

Re: [PATCH v3 2/8] platform/x86: dell-smbios: Introduce a WMI-ACPI interface

2017-09-27 Thread Pali Rohár
On Thursday 28 September 2017 06:02:14 Mario Limonciello wrote: > The driver currently uses an SMI interface which grants direct access > to physical memory to the firmware SMM methods via a pointer. > > Now add a WMI-ACPI interface that is detected by WMI probe and preferred > over the SMI interf