diff options
| author | Mario Limonciello <mario.limonciello@dell.com> | 2017-09-08 11:23:11 -0400 |
|---|---|---|
| committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-09-20 09:07:22 -0400 |
| commit | ce6a90027c10f970f872de5db0294f9e3e969f1c (patch) | |
| tree | 8f370602c3ae125a6bc68dc3489f395982937069 /MAINTAINERS | |
| parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff) | |
platform/x86: Add driver to force WMI Thunderbolt controller power status
Current implementations of Intel Thunderbolt controllers will go
into a low power mode when not in use.
Many machines containing these controllers also have a GPIO wired up
that can force the controller awake. This is offered via a ACPI-WMI
interface intended to be manipulated by a userspace utility.
This mechanism is provided by Intel to OEMs to include in BIOS.
It uses an industry wide GUID that is populated in a separate _WDG
entry with no binary MOF.
This interface allows software such as fwupd to wake up thunderbolt
controllers to query the firmware version or flash new firmware.
Signed-off-by: Mario Limonciello <mario.limonciello@dell.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Yehezkel Bernat <yehezkel.bernat@intel.com>
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
[andy fixed merge conflicts and bump kernel version for ABI]
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2281af4b41b6..a6a5746ced9d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
| @@ -7092,6 +7092,11 @@ F: Documentation/wimax/README.i2400m | |||
| 7092 | F: drivers/net/wimax/i2400m/ | 7092 | F: drivers/net/wimax/i2400m/ |
| 7093 | F: include/uapi/linux/wimax/i2400m.h | 7093 | F: include/uapi/linux/wimax/i2400m.h |
| 7094 | 7094 | ||
| 7095 | INTEL WMI THUNDERBOLT FORCE POWER DRIVER | ||
| 7096 | M: Mario Limonciello <mario.limonciello@dell.com> | ||
| 7097 | S: Maintained | ||
| 7098 | F: drivers/platform/x86/intel-wmi-thunderbolt.c | ||
| 7099 | |||
| 7095 | INTEL(R) TRACE HUB | 7100 | INTEL(R) TRACE HUB |
| 7096 | M: Alexander Shishkin <alexander.shishkin@linux.intel.com> | 7101 | M: Alexander Shishkin <alexander.shishkin@linux.intel.com> |
| 7097 | S: Supported | 7102 | S: Supported |
