* [PATCH] mfd: intel_soc_pmic_crc: Uniquify device name
@ 2017-06-20 16:33 Bastien Nocera
2017-07-17 11:58 ` Lee Jones
0 siblings, 1 reply; 4+ messages in thread
From: Bastien Nocera @ 2017-06-20 16:33 UTC (permalink / raw)
To: Lee Jones, linux-gpio; +Cc: linux-kernel, Bastien Nocera
---
drivers/mfd/intel_soc_pmic_crc.c | 2 +-
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,
--
2.13.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] mfd: intel_soc_pmic_crc: Uniquify device name
2017-06-20 16:33 [PATCH] mfd: intel_soc_pmic_crc: Uniquify device name Bastien Nocera
@ 2017-07-17 11:58 ` Lee Jones
2017-07-17 13:24 ` Bastien Nocera
0 siblings, 1 reply; 4+ messages in thread
From: Lee Jones @ 2017-07-17 11:58 UTC (permalink / raw)
To: Bastien Nocera; +Cc: linux-gpio, linux-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] mfd: intel_soc_pmic_crc: Uniquify device name
2017-07-17 11:58 ` Lee Jones
@ 2017-07-17 13:24 ` Bastien Nocera
2017-07-18 7:14 ` Lee Jones
0 siblings, 1 reply; 4+ messages in thread
From: Bastien Nocera @ 2017-07-17 13:24 UTC (permalink / raw)
To: Lee Jones; +Cc: linux-gpio, linux-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] mfd: intel_soc_pmic_crc: Uniquify device name
2017-07-17 13:24 ` Bastien Nocera
@ 2017-07-18 7:14 ` Lee Jones
0 siblings, 0 replies; 4+ messages in thread
From: Lee Jones @ 2017-07-18 7:14 UTC (permalink / raw)
To: Bastien Nocera; +Cc: linux-gpio, linux-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-07-18 7:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-20 16:33 [PATCH] mfd: intel_soc_pmic_crc: Uniquify device name Bastien Nocera
2017-07-17 11:58 ` Lee Jones
2017-07-17 13:24 ` Bastien Nocera
2017-07-18 7:14 ` Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).