From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751888AbcFKIDu (ORCPT ); Sat, 11 Jun 2016 04:03:50 -0400 Received: from mga03.intel.com ([134.134.136.65]:51777 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751171AbcFKIDq (ORCPT ); Sat, 11 Jun 2016 04:03:46 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,455,1459839600"; d="scan'208";a="985336614" Date: Sat, 11 Jun 2016 01:07:14 -0700 From: Bin Gao To: Zhang Rui , Lee Jones , Eduardo Valentin , linux-kernel@vger.kernel.org Cc: ysiyer , Ajay Thomas , Bin Gao Subject: [PATCH 0/3] thermal: add thermal support for Intel BXT WhiskeyCove PMIC Message-ID: <20160611080714.GA92337@worksta> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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