Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1419945 > unrolled thread

[PATCH 0/3] thermal: add thermal support for Intel BXT WhiskeyCove PMIC

Started byBin Gao <bin.gao@linux.intel.com>
First post2016-06-11 10:10 +0200
Last post2016-06-11 10:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] thermal: add thermal support for Intel BXT WhiskeyCove  PMIC Bin Gao <bin.gao@linux.intel.com> - 2016-06-11 10:10 +0200

#1419945 — [PATCH 0/3] thermal: add thermal support for Intel BXT WhiskeyCove PMIC

FromBin Gao <bin.gao@linux.intel.com>
Date2016-06-11 10:10 +0200
Subject[PATCH 0/3] thermal: add thermal support for Intel BXT WhiskeyCove PMIC
Message-ID<rIM9s-xo-9@gated-at.bofh.it>
This series adds thermal support for Intel BXT WhiskeyCove PMIC

Yegnesh Iyer (3):
  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 mapping

 include/linux/mfd/intel_soc_pmic.h   | 21 +++++++++++++++++++++
 drivers/thermal/Kconfig              | 10 +++
 drivers/thermal/Makefile             | 1 +
 drivers/thermal/intel_pmic_thermal.c | 159 +++++++++++++++++++++++++++++++++++
 drivers/mfd/intel_soc_pmic_bxtwc.c   | 109 +++++++++++++++++++++++++++++++++++++
 5 files changed, 300 insertions(+)
 create mode 100644 drivers/thermal/intel_pmic_thermal.c
--
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web