[linux-yocto] [PATCH 00/16] Thermal backport on linux-yocto-4.4 bxt-rebase branch

Nilesh Bacchewar nilesh.bacchewar at intel.com
Wed Jun 29 18:38:16 PDT 2016


This patchset backports thermal patches (pmic thermal/rapl/intel_powerclamp)
to support on linux-yocto-4.4 from 4.7-rcX. These patches have been submitted
upstream and the approval is in progress, hence may not be final. The patches
have been rebased on bxt-rebase branch.

Bin Gao (2):
  acpi/pmic: modify the pen function signature to take bit field
  acpi/pmic: Add opregion driver for Intel BXT WhiskeyCove PMIC

Jacob Pan (5):
  powercap/rapl: reduce ipi calls
  powercap/rapl: add package reference per domain
  powercap/rapl: track lead cpu per package
  powercap/intel_rapl: Add support for Kabylake
  thermal/powerclamp: remove cpu whitelist

Julia Lawall (1):
  powercap: constify powercap_zone_ops and powercap_zone_constraint_ops
    structures

Nilesh Bacchewar (7):
  gpio: add Intel WhiskeyCove GPIO driver
  gpio: change member .parent to .dev
  include/linux/mfd/intel_soc_pmic.h: add new data structures
  thermal: add Intel BXT WhiskeyCove PMIC thermal driver
  mfd/intel_soc_pmic_bxtwc: add Intel BXT WhiskeyCove PMIC ADC thermal
    channel-zone
  acpi: pmic: intel: add REGS operation region support
  powercap/rapl: handle missing msrs

Srinivas Pandruvada (1):
  powercap: intel_rapl: Add missing Haswell model

 drivers/acpi/Kconfig                 |   6 +
 drivers/acpi/Makefile                |   1 +
 drivers/acpi/pmic/intel_pmic.c       |  80 ++++++-
 drivers/acpi/pmic/intel_pmic.h       |   4 +-
 drivers/acpi/pmic/intel_pmic_bxtwc.c | 424 +++++++++++++++++++++++++++++++++++
 drivers/acpi/pmic/intel_pmic_crc.c   |   5 +-
 drivers/gpio/Kconfig                 |  13 ++
 drivers/gpio/Makefile                |   1 +
 drivers/gpio/gpio-wcove.c            | 402 +++++++++++++++++++++++++++++++++
 drivers/mfd/intel_soc_pmic_bxtwc.c   | 109 +++++++++
 drivers/powercap/intel_rapl.c        | 330 ++++++++++++++++-----------
 drivers/powercap/powercap_sys.c      |  18 +-
 drivers/thermal/Kconfig              |  10 +
 drivers/thermal/Makefile             |   1 +
 drivers/thermal/intel_pmic_thermal.c | 155 +++++++++++++
 drivers/thermal/intel_powerclamp.c   |  47 +---
 include/linux/mfd/intel_soc_pmic.h   |  21 ++
 include/linux/powercap.h             |   4 +-
 18 files changed, 1439 insertions(+), 192 deletions(-)
 create mode 100644 drivers/acpi/pmic/intel_pmic_bxtwc.c
 create mode 100644 drivers/gpio/gpio-wcove.c
 create mode 100644 drivers/thermal/intel_pmic_thermal.c

-- 
1.9.1



More information about the linux-yocto mailing list