From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935010AbbIVWFJ (ORCPT ); Tue, 22 Sep 2015 18:05:09 -0400 Received: from mail-pa0-f43.google.com ([209.85.220.43]:35031 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934989AbbIVWFH (ORCPT ); Tue, 22 Sep 2015 18:05:07 -0400 Date: Tue, 22 Sep 2015 23:05:00 +0100 From: Lee Jones To: Qipeng Zha Cc: linux-kernel@vger.kernel.org, broonie@kernel.org, samuel.ortiz@intel.com Subject: Re: [PATCH v6 2/3] mfd: update intel_soc_pmic structure to support Broxton WC PMIC Message-ID: <20150922220500.GH3442@x1> References: <1442248759-124102-1-git-send-email-qipeng.zha@intel.com> <1442248759-124102-2-git-send-email-qipeng.zha@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1442248759-124102-2-git-send-email-qipeng.zha@intel.com> 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 On Tue, 15 Sep 2015, Qipeng Zha wrote: > IRQ control registers of Intel Broxton Whisky Cove PMIC are > separated in two parts, so add secondary IRQ chip. > And the new member of device will be used in PMC IPC regmap APIs. > > Signed-off-by: Qipeng Zha > --- > include/linux/mfd/intel_soc_pmic.h | 2 ++ > 1 file changed, 2 insertions(+) Applied, thanks. > diff --git a/include/linux/mfd/intel_soc_pmic.h b/include/linux/mfd/intel_soc_pmic.h > index abcbfcf..cf619db 100644 > --- a/include/linux/mfd/intel_soc_pmic.h > +++ b/include/linux/mfd/intel_soc_pmic.h > @@ -25,6 +25,8 @@ struct intel_soc_pmic { > int irq; > struct regmap *regmap; > struct regmap_irq_chip_data *irq_chip_data; > + struct regmap_irq_chip_data *irq_chip_data_level2; > + struct device *dev; > }; > > #endif /* __INTEL_SOC_PMIC_H__ */ -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog