Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1688954 > unrolled thread
| Started by | Lee Jones <lee.jones@linaro.org> |
|---|---|
| First post | 2017-07-17 14:00 +0200 |
| Last post | 2017-07-18 09:20 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2017-07-17 14:00 +0200 |
| Subject | Re: [PATCH] mfd: intel_soc_pmic_crc: Uniquify device name |
| Message-ID | <u4cQV-4xy-7@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Bastien Nocera <hadess@hadess.net> |
|---|---|
| Date | 2017-07-17 15:30 +0200 |
| Message-ID | <u4eg2-5DQ-19@gated-at.bofh.it> |
| In reply to | #1688954 |
On Mon, 2017-07-17 at 12:58 +0100, Lee Jones wrote: > The commit log should not be empty. Fair. > Please provide information as to why this change is required, etc. SSIA. I also sent another patch to the same addresses labelled: [PATCH] gpio: crystalcove: Uniquify driver name
[toc] | [prev] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2017-07-18 09:20 +0200 |
| Message-ID | <u4uXw-7P3-11@gated-at.bofh.it> |
| In reply to | #1689036 |
On Mon, 17 Jul 2017, Bastien Nocera wrote: > On Mon, 2017-07-17 at 12:58 +0100, Lee Jones wrote: > > The commit log should not be empty. > > Fair. > > > Please provide information as to why this change is required, etc. > > SSIA. Disagree. The $SUBJECT says what your intention is, but does not describe why it's required or what tangible difference it makes to a running system. > I also sent another patch to the same addresses labelled: > [PATCH] gpio: crystalcove: Uniquify driver name Okay? I did wonder why the GPIO list was Cc'ed on this patch. In this case the Intel guys are not listed as Maintainers for these files, so you'll have to run ./get_maintainer.pl and pick them from the committers entries. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web