Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1419945
| From | Bin Gao <bin.gao@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] thermal: add thermal support for Intel BXT WhiskeyCove PMIC |
| Date | 2016-06-11 10:10 +0200 |
| Message-ID | <rIM9s-xo-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 linux.kernel | Previous | Next | Find similar | Unroll thread
[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
csiph-web