From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758459AbdEVKSE (ORCPT ); Mon, 22 May 2017 06:18:04 -0400 Received: from mail-wm0-f41.google.com ([74.125.82.41]:36869 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753299AbdEVKR7 (ORCPT ); Mon, 22 May 2017 06:17:59 -0400 Date: Mon, 22 May 2017 11:17:54 +0100 From: Lee Jones To: sathyanarayanan.kuppuswamy@linux.intel.com Cc: gnurou@gmail.com, linus.walleij@linaro.org, edubezval@gmail.com, dvhart@infradead.org, rui.zhang@intel.com, andy@infradead.org, linux-gpio@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, platform-driver-x86@vger.kernel.org, sathyaosid@gmail.com Subject: Re: [PATCH v2 3/8] thermal: intel_bxt_pmic_thermal: use first level PMIC thermal irq Message-ID: <20170522101754.jngcdp5z5kfjycd2@dell> References: <0e4d82ca9cdc41c9d2a8b45258cd72659b4c2063.1492210847.git.sathyanarayanan.kuppuswamy@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 14 Apr 2017, sathyanarayanan.kuppuswamy@linux.intel.com wrote: > From: Kuppuswamy Sathyanarayanan > > PMIC mfd driver only exports first level irq for thermal device. > But currently we are reading the irqs from the second level irq > chip, So this patch fixes this issue by adding support to use > first level PMIC thermal irq. > > Signed-off-by: Kuppuswamy Sathyanarayanan This still needs a Maintainer Ack. > --- > drivers/thermal/intel_bxt_pmic_thermal.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Changes since v1: > * None > > diff --git a/drivers/thermal/intel_bxt_pmic_thermal.c b/drivers/thermal/intel_bxt_pmic_thermal.c > index 0f19a39..ef6b322 100644 > --- a/drivers/thermal/intel_bxt_pmic_thermal.c > +++ b/drivers/thermal/intel_bxt_pmic_thermal.c > @@ -241,7 +241,7 @@ static int pmic_thermal_probe(struct platform_device *pdev) > } > > regmap = pmic->regmap; > - regmap_irq_chip = pmic->irq_chip_data_level2; > + regmap_irq_chip = pmic->irq_chip_data; > > pmic_irq_count = 0; > while ((irq = platform_get_irq(pdev, pmic_irq_count)) != -ENXIO) { -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog