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

From: Bin Gao
Date: Sat Jun 11 2016 - 04:04:11 EST


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