]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: intel_telemetry: Convert to use new SCU IPC API
authorMika Westerberg <mika.westerberg@linux.intel.com>
Thu, 16 Apr 2020 08:15:45 +0000 (11:15 +0300)
committerLee Jones <lee.jones@linaro.org>
Fri, 24 Apr 2020 10:18:08 +0000 (11:18 +0100)
commit3963159d04468a3cb585878dc2132055eb180bff
tree54eda387f9a127395940d2084a8889976a730091
parent7965de2111c92240ffab0e354265641bbb035f43
platform/x86: intel_telemetry: Convert to use new SCU IPC API

Convert the Intel Apollo Lake telemetry driver to use the new SCU IPC
API. This allows us to get rid of the duplicate PMC IPC implementation
which is now covered in SCU IPC driver.

Also move telemetry specific IPC message constant to the telemetry
driver where it belongs.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
arch/x86/include/asm/intel_pmc_ipc.h
arch/x86/include/asm/intel_telemetry.h
drivers/platform/x86/intel_telemetry_pltdrv.c