Home
last modified time | relevance | path

Searched hist:"549 b4930f057658dc50d8010e66219233119a4d8" (Results 1 – 1 of 1) sorted by relevance

/linux/
H A DMAINTAINERSdiff 549b4930f057658dc50d8010e66219233119a4d8 Wed Nov 01 20:25:31 CET 2017 Mario Limonciello <mario.limonciello@dell.com> 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>