Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1688954
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] mfd: intel_soc_pmic_crc: Uniquify device name |
| Date | 2017-07-17 14:00 +0200 |
| Message-ID | <u4cQV-4xy-7@gated-at.bofh.it> (permalink) |
| References | <tUum5-2zG-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The commit log should not be empty.
Please provide information as to why this change is required, etc.
> ---
> drivers/mfd/intel_soc_pmic_crc.c | 2 +-
One of the Intel guys should take a look at this too.
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mfd/intel_soc_pmic_crc.c b/drivers/mfd/intel_soc_pmic_crc.c
> index 4a7494872da2..f47dadaf644c 100644
> --- a/drivers/mfd/intel_soc_pmic_crc.c
> +++ b/drivers/mfd/intel_soc_pmic_crc.c
> @@ -147,7 +147,7 @@ static const struct regmap_irq crystal_cove_irqs[] = {
> };
>
> static const struct regmap_irq_chip crystal_cove_irq_chip = {
> - .name = "Crystal Cove",
> + .name = "Crystal Cove (PMIC)",
> .irqs = crystal_cove_irqs,
> .num_irqs = ARRAY_SIZE(crystal_cove_irqs),
> .num_regs = 1,
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH] mfd: intel_soc_pmic_crc: Uniquify device name Lee Jones <lee.jones@linaro.org> - 2017-07-17 14:00 +0200
Re: [PATCH] mfd: intel_soc_pmic_crc: Uniquify device name Bastien Nocera <hadess@hadess.net> - 2017-07-17 15:30 +0200
Re: [PATCH] mfd: intel_soc_pmic_crc: Uniquify device name Lee Jones <lee.jones@linaro.org> - 2017-07-18 09:20 +0200
csiph-web