diff options
author | Srinivas Pandruvada <[email protected]> | 2023-02-01 17:07:38 -0800 |
---|---|---|
committer | Hans de Goede <[email protected]> | 2023-02-06 13:49:04 +0100 |
commit | 42684d44a7f211d1c1ca64737dfc00470e5fa4a3 (patch) | |
tree | 58b287eef444a8b2a5bddca0e250270699c68398 | |
parent | 6d957f1e1646039f51fe1f6c6060738f648c4c70 (diff) |
MAINTAINERS: Add entry for TPMI driver
Add entry for TPMI (Topology Aware Register and PM Capsule Interface)
driver.
Signed-off-by: Srinivas Pandruvada <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f781f936ae35..ffd004486a8c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10682,6 +10682,13 @@ S: Maintained F: arch/x86/include/asm/intel_telemetry.h F: drivers/platform/x86/intel/telemetry/ +INTEL TPMI DRIVER +M: Srinivas Pandruvada <[email protected]> +S: Maintained +F: drivers/platform/x86/intel/tpmi.c +F: include/linux/intel_tpmi.h + INTEL UNCORE FREQUENCY CONTROL M: Srinivas Pandruvada <[email protected]> |