Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1228830

Re: [PATCH v6 2/3] mfd: update intel_soc_pmic structure to support Broxton WC PMIC

From Lee Jones <lee.jones@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH v6 2/3] mfd: update intel_soc_pmic structure to support Broxton WC PMIC
Date 2015-09-20 06:20 +0200
Message-ID <qaEgz-5MM-39@gated-at.bofh.it> (permalink)
References <q8xsS-Tg-19@gated-at.bofh.it> <q8xsU-Tg-55@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 <qipeng.zha@intel.com>
> ---
>  include/linux/mfd/intel_soc_pmic.h | 2 ++
>  1 file changed, 2 insertions(+)

Acked-by: Lee Jones <lee.jones@linaro.org>

> 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
--
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/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v6 1/3] regmap: add generic macro to define regmap_irq Qipeng Zha <qipeng.zha@intel.com> - 2015-09-14 10:40 +0200
  [PATCH v6 3/3] mfd: add Intel Broxton Whiskey Cove PMIC driver Qipeng Zha <qipeng.zha@intel.com> - 2015-09-14 10:40 +0200
    Re: [PATCH v6 3/3] mfd: add Intel Broxton Whiskey Cove PMIC driver Lee Jones <lee.jones@linaro.org> - 2015-09-20 06:20 +0200
      RE: [PATCH v6 3/3] mfd: add Intel Broxton Whiskey Cove PMIC driver "Zha, Qipeng" <qipeng.zha@intel.com> - 2015-09-21 04:00 +0200
  [PATCH v6 2/3] mfd: update intel_soc_pmic structure to support Broxton WC PMIC Qipeng Zha <qipeng.zha@intel.com> - 2015-09-14 10:40 +0200
    Re: [PATCH v6 2/3] mfd: update intel_soc_pmic structure to support  Broxton WC PMIC Lee Jones <lee.jones@linaro.org> - 2015-09-20 06:20 +0200
  Re: [PATCH v6 1/3] regmap: add generic macro to define regmap_irq Mark Brown <broonie@kernel.org> - 2015-09-20 02:40 +0200
  Re: [PATCH v6 1/3] regmap: add generic macro to define regmap_irq Lee Jones <lee.jones@linaro.org> - 2015-09-20 06:20 +0200

csiph-web