summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMario Limonciello <mario.limonciello@dell.com>2017-11-01 15:25:31 -0400
committerDarren Hart (VMware) <dvhart@infradead.org>2017-11-03 19:33:59 -0400
commit549b4930f057658dc50d8010e66219233119a4d8 (patch)
tree4e7133caa1761a4f56555a341a09ce516a74957d /MAINTAINERS
parent33b9ca1e53b45f7cacdba9d4fba5cb1387b26827 (diff)
platform/x86: dell-smbios: Introduce dispatcher for SMM calls
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 single global buffer being allocated for all drivers, each driver will allocate and be responsible for it's own buffer. The pointer will be passed to the calling function and each dispatcher driver will then internally copy it to the proper location to perform it's call. Add defines for calls used by these methods in the dell-smbios.h header for tracking purposes. Signed-off-by: Mario Limonciello <mario.limonciello@dell.com> Reviewed-by: Edward O'Callaghan <quasisec@google.com> Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index cb4bc87874c0..c74f40ae8622 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3985,6 +3985,12 @@ L: platform-driver-x86@vger.kernel.org
3985S: Maintained 3985S: Maintained
3986F: drivers/platform/x86/dell-smbios.* 3986F: drivers/platform/x86/dell-smbios.*
3987 3987
3988DELL SMBIOS SMM DRIVER
3989M: Mario Limonciello <mario.limonciello@dell.com>
3990L: platform-driver-x86@vger.kernel.org
3991S: Maintained
3992F: drivers/platform/x86/dell-smbios-smm.c
3993
3988DELL LAPTOP DRIVER 3994DELL LAPTOP DRIVER
3989M: Matthew Garrett <mjg59@srcf.ucam.org> 3995M: Matthew Garrett <mjg59@srcf.ucam.org>
3990M: Pali Rohár <pali.rohar@gmail.com> 3996M: Pali Rohár <pali.rohar@gmail.com>