On 16-03-30 02:47 AM, ong.hock...@intel.com wrote:
From: "Yu, Ong Hock" <ong.hock...@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.

I've staged these changes.

Bruce


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

  MAINTAINERS                                    |   33 +-
  arch/x86/include/asm/intel_punit_ipc.h         |  101 ++
  arch/x86/include/asm/intel_telemetry.h         |  147 +++
  drivers/platform/x86/Kconfig                   |   22 +
  drivers/platform/x86/Makefile                  |    5 +
  drivers/platform/x86/intel_pmc_ipc.c           |  214 ++++-
  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 +++++
  11 files changed, 3741 insertions(+), 41 deletions(-)
  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_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


--
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to