Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754645AbbHXN41 (ORCPT ); Mon, 24 Aug 2015 09:56:27 -0400 Received: from mail-wi0-f182.google.com ([209.85.212.182]:34392 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754269AbbHXN40 (ORCPT ); Mon, 24 Aug 2015 09:56:26 -0400 Date: Mon, 24 Aug 2015 14:56:21 +0100 From: Lee Jones To: Qipeng Zha Cc: linux-kernel@vger.kernel.org, sameo@linux.intel.com, fei.yang@intel.com, huiquan.zhong@intel.com, jason.cj.chen@intel.com, qi.zheng@intel.com, samuel.ortiz@intel.com Subject: Re: [PATCH v5 1/2] mfd: update Intel soc PMIC header file to support Broxton WC PMIC Message-ID: <20150824135621.GI3237@x1> References: <1440176164-69546-1-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: <1440176164-69546-1-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 Content-Length: 1497 Lines: 45 On Sat, 22 Aug 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 | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/include/linux/mfd/intel_soc_pmic.h b/include/linux/mfd/intel_soc_pmic.h > index abcbfcf..a730f14 100644 > --- a/include/linux/mfd/intel_soc_pmic.h > +++ b/include/linux/mfd/intel_soc_pmic.h > @@ -21,10 +21,15 @@ > > #include > > +#define INIT_REGMAP_IRQ(_irq, _off, _mask) \ > + [_irq] = { .reg_offset = (_off), .mask = (_mask) } Either this is going to be helpful for _everyone_ or it's not required. Please submit this to Mark for global acceptance. > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/