Re: [PATCH v5 09/14] platform/x86: dell-smbios: Introduce dispatcher for SMM calls

2017-10-08 Thread Andy Shevchenko
On Mon, Oct 9, 2017 at 12:45 AM, wrote: >> >> config DELL_SMBIOS >> >> tristate >> > >> >> + depends on DELL_SMBIOS_SMM >> >> + >> > >> > If the above dependency is true (which I'm quite sure not) this split >> > should never happen. >> >> Hmm... One

Re: [PATCH v5 09/14] platform/x86: dell-smbios: Introduce dispatcher for SMM calls

2017-10-08 Thread Andy Shevchenko
On Mon, Oct 9, 2017 at 12:45 AM, wrote: >> >> config DELL_SMBIOS >> >> tristate >> > >> >> + depends on DELL_SMBIOS_SMM >> >> + >> > >> > If the above dependency is true (which I'm quite sure not) this split >> > should never happen. >> >> Hmm... One more thought here. >> >>

RE: [PATCH v5 09/14] platform/x86: dell-smbios: Introduce dispatcher for SMM calls

2017-10-08 Thread Mario.Limonciello
m Driver > <platform-driver-...@vger.kernel.org>; Andy Lutomirski <l...@kernel.org>; > quasi...@google.com; Pali Rohár <pali.ro...@gmail.com>; Rafael J. Wysocki > <r...@rjwysocki.net>; mj...@google.com; Christoph Hellwig <h...@lst.de>; > Greg KH <g...@kroah.com> >

RE: [PATCH v5 09/14] platform/x86: dell-smbios: Introduce dispatcher for SMM calls

2017-10-08 Thread Mario.Limonciello
ael J. Wysocki > ; mj...@google.com; Christoph Hellwig ; > Greg KH > Subject: Re: [PATCH v5 09/14] platform/x86: dell-smbios: Introduce dispatcher > for > SMM calls > > On Sun, Oct 8, 2017 at 6:48 PM, Andy Shevchenko > wrote: > > On Sat, Oct 7, 2017 at 7:59 AM, Mario Limoncie

Re: [PATCH v5 09/14] platform/x86: dell-smbios: Introduce dispatcher for SMM calls

2017-10-08 Thread Andy Shevchenko
On Sun, Oct 8, 2017 at 6:48 PM, Andy Shevchenko wrote: > On Sat, Oct 7, 2017 at 7:59 AM, Mario Limonciello > wrote: >> This splits up the dell-smbios driver into two drivers: >> * dell-smbios >> * dell-smbios-smm >> >> dell-smbios can

Re: [PATCH v5 09/14] platform/x86: dell-smbios: Introduce dispatcher for SMM calls

2017-10-08 Thread Andy Shevchenko
On Sun, Oct 8, 2017 at 6:48 PM, Andy Shevchenko wrote: > On Sat, Oct 7, 2017 at 7:59 AM, Mario Limonciello > wrote: >> This splits up the dell-smbios driver into two drivers: >> * dell-smbios >> * dell-smbios-smm >> >> dell-smbios can operate with multiple different dispatcher drivers to >>

Re: [PATCH v5 09/14] platform/x86: dell-smbios: Introduce dispatcher for SMM calls

2017-10-08 Thread Andy Shevchenko
On Sat, Oct 7, 2017 at 7:59 AM, Mario Limonciello wrote: > This splits up the dell-smbios driver into two drivers: > * dell-smbios > * dell-smbios-smm > > dell-smbios can operate with multiple different dispatcher drivers to > perform SMBIOS operations. > > Also modify

Re: [PATCH v5 09/14] platform/x86: dell-smbios: Introduce dispatcher for SMM calls

2017-10-08 Thread Andy Shevchenko
On Sat, Oct 7, 2017 at 7:59 AM, Mario Limonciello wrote: > This splits up the dell-smbios driver into two drivers: > * dell-smbios > * dell-smbios-smm > > dell-smbios can operate with multiple different dispatcher drivers to > perform SMBIOS operations. > > Also modify the interface that

[PATCH v5 09/14] platform/x86: dell-smbios: Introduce dispatcher for SMM calls

2017-10-06 Thread Mario Limonciello
This splits up the dell-smbios driver into two drivers: * dell-smbios * dell-smbios-smm dell-smbios can operate with multiple different dispatcher drivers to perform SMBIOS operations. Also modify the interface that dell-laptop and dell-wmi use align to this model more closely. Rather than a

[PATCH v5 09/14] platform/x86: dell-smbios: Introduce dispatcher for SMM calls

2017-10-06 Thread Mario Limonciello
This splits up the dell-smbios driver into two drivers: * dell-smbios * dell-smbios-smm dell-smbios can operate with multiple different dispatcher drivers to perform SMBIOS operations. Also modify the interface that dell-laptop and dell-wmi use align to this model more closely. Rather than a