Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1419945 > unrolled thread
| Started by | Bin Gao <bin.gao@linux.intel.com> |
|---|---|
| First post | 2016-06-11 10:10 +0200 |
| Last post | 2016-06-11 10:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[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
| From | Bin Gao <bin.gao@linux.intel.com> |
|---|---|
| Date | 2016-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
Back to top | Article view | linux.kernel
csiph-web