[linux-yocto] [PATCH 00/13] platform/x86: Backport Intel Telemetry driver for 4.1
ong.hock.yu at intel.com
ong.hock.yu at intel.com
Tue Mar 29 17:37:31 PDT 2016
From: "Yu, Ong Hock" <ong.hock.yu at intel.com>
This patch series is to back port the Intel Telemetry drivers for Apollo Lake to 4,1.
The patches are targetted for linux-yocto-4.1 on standard/base
branch.
Chen Yu (1):
surface pro 3: Add support driver for Surface Pro 3 buttons
Qipeng Zha (3):
platform:x86: add Intel P-Unit mailbox IPC driver
intel_pmc_ipc: update acpi resource structure for Punit
intel_punit_ipc: add NULL check for input parameters
Souvik Kumar Chakravarty (6):
platform/x86: Add Intel Telemetry Core Driver
platform:x86: Add Intel telemetry platform driver
platform:x86: Add Intel Telemetry Debugfs interfaces
intel_telemetry_debugfs: Fix unused warnings in telemetry debugfs
MAINTAINERS: Combine multiple telemetry entries
platform:x86: Add Intel telemetry platform device
Sudeep Dutt (1):
MAINTAINERS: Add maintainership for MIC drivers
qipeng.zha (2):
intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driver
intel_pmc_ipc: Fix compiler casting warnings
MAINTAINERS | 38 +
arch/x86/include/asm/intel_pmc_ipc.h | 82 ++
arch/x86/include/asm/intel_punit_ipc.h | 101 ++
arch/x86/include/asm/intel_telemetry.h | 147 +++
drivers/platform/x86/Kconfig | 29 +
drivers/platform/x86/Makefile | 6 +
drivers/platform/x86/intel_pmc_ipc.c | 901 ++++++++++++++++++
drivers/platform/x86/intel_punit_ipc.c | 342 +++++++
drivers/platform/x86/intel_telemetry_core.c | 464 +++++++++
drivers/platform/x86/intel_telemetry_debugfs.c | 1032 ++++++++++++++++++++
drivers/platform/x86/intel_telemetry_pltdrv.c | 1206 ++++++++++++++++++++++++
drivers/platform/x86/surfacepro3_button.c | 216 +++++
12 files changed, 4564 insertions(+)
create mode 100644 arch/x86/include/asm/intel_pmc_ipc.h
create mode 100644 arch/x86/include/asm/intel_punit_ipc.h
create mode 100644 arch/x86/include/asm/intel_telemetry.h
create mode 100644 drivers/platform/x86/intel_pmc_ipc.c
create mode 100644 drivers/platform/x86/intel_punit_ipc.c
create mode 100644 drivers/platform/x86/intel_telemetry_core.c
create mode 100644 drivers/platform/x86/intel_telemetry_debugfs.c
create mode 100644 drivers/platform/x86/intel_telemetry_pltdrv.c
create mode 100644 drivers/platform/x86/surfacepro3_button.c
--
1.9.1
More information about the linux-yocto
mailing list