* [PATCH] MAINTAINERS: rectify entry for RISC-V/MICROCHIP POLARFIRE SOC SUPPORT
@ 2022-08-11 7:05 Lukas Bulwahn
2022-08-11 7:14 ` Conor.Dooley
2022-08-11 10:47 ` Wolfram Sang
0 siblings, 2 replies; 6+ messages in thread
From: Lukas Bulwahn @ 2022-08-11 7:05 UTC (permalink / raw)
To: Conor Dooley, Daire McNamara, linux-riscv, Wolfram Sang,
Arnd Bergmann
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
Commit 3cbd67384677 ("MAINTAINERS: add the Polarfire SoC's i2c driver")
adds the file entry for drivers/i2c/busses/i2c-microchip-core.c, but the
file is actually named drivers/i2c/busses/i2c-microchip-corei2c.c.
Repair this file reference in RISC-V/MICROCHIP POLARFIRE SOC SUPPORT.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Conor, please ack.
Arnd, please pick this minor non-urgent clean-up patch.
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 9203efedea1e..797fde7e1821 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17544,7 +17544,7 @@ F: Documentation/devicetree/bindings/usb/microchip,mpfs-musb.yaml
F: arch/riscv/boot/dts/microchip/
F: drivers/char/hw_random/mpfs-rng.c
F: drivers/clk/microchip/clk-mpfs.c
-F: drivers/i2c/busses/i2c-microchip-core.c
+F: drivers/i2c/busses/i2c-microchip-corei2c.c
F: drivers/mailbox/mailbox-mpfs.c
F: drivers/pci/controller/pcie-microchip-host.c
F: drivers/rtc/rtc-mpfs.c
--
2.17.1
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: rectify entry for RISC-V/MICROCHIP POLARFIRE SOC SUPPORT
2022-08-11 7:05 [PATCH] MAINTAINERS: rectify entry for RISC-V/MICROCHIP POLARFIRE SOC SUPPORT Lukas Bulwahn
@ 2022-08-11 7:14 ` Conor.Dooley
2022-08-11 7:32 ` Lukas Bulwahn
2022-08-11 10:47 ` Wolfram Sang
1 sibling, 1 reply; 6+ messages in thread
From: Conor.Dooley @ 2022-08-11 7:14 UTC (permalink / raw)
To: lukas.bulwahn, Daire.McNamara, linux-riscv, wsa, arnd
Cc: kernel-janitors, linux-kernel
On 11/08/2022 08:05, Lukas Bulwahn wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> Commit 3cbd67384677 ("MAINTAINERS: add the Polarfire SoC's i2c driver")
> adds the file entry for drivers/i2c/busses/i2c-microchip-core.c, but the
> file is actually named drivers/i2c/busses/i2c-microchip-corei2c.c.
>
> Repair this file reference in RISC-V/MICROCHIP POLARFIRE SOC SUPPORT.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Conor, please ack.
FFS... Silly mistake from me there, keep getting caught out by
the maintainers entries when I do an inter-version rename.
Is there something I can add to my build scripts, other than the
get_maintainer selftest to catch these?
Thanks Lukas.
Acked-by: Conor Dooley <conor.dooley@microchip.com>
>
> Arnd, please pick this minor non-urgent clean-up patch.
>
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9203efedea1e..797fde7e1821 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17544,7 +17544,7 @@ F: Documentation/devicetree/bindings/usb/microchip,mpfs-musb.yaml
> F: arch/riscv/boot/dts/microchip/
> F: drivers/char/hw_random/mpfs-rng.c
> F: drivers/clk/microchip/clk-mpfs.c
> -F: drivers/i2c/busses/i2c-microchip-core.c
> +F: drivers/i2c/busses/i2c-microchip-corei2c.c
> F: drivers/mailbox/mailbox-mpfs.c
> F: drivers/pci/controller/pcie-microchip-host.c
> F: drivers/rtc/rtc-mpfs.c
> --
> 2.17.1
>
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: rectify entry for RISC-V/MICROCHIP POLARFIRE SOC SUPPORT
2022-08-11 7:14 ` Conor.Dooley
@ 2022-08-11 7:32 ` Lukas Bulwahn
2022-08-11 8:01 ` Conor.Dooley
0 siblings, 1 reply; 6+ messages in thread
From: Lukas Bulwahn @ 2022-08-11 7:32 UTC (permalink / raw)
To: Conor Dooley
Cc: Daire.McNamara, linux-riscv, Wolfram Sang, Arnd Bergmann,
kernel-janitors, Linux Kernel Mailing List
On Thu, Aug 11, 2022 at 9:14 AM <Conor.Dooley@microchip.com> wrote:
>
> On 11/08/2022 08:05, Lukas Bulwahn wrote:
> > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> >
> > Commit 3cbd67384677 ("MAINTAINERS: add the Polarfire SoC's i2c driver")
> > adds the file entry for drivers/i2c/busses/i2c-microchip-core.c, but the
> > file is actually named drivers/i2c/busses/i2c-microchip-corei2c.c.
> >
> > Repair this file reference in RISC-V/MICROCHIP POLARFIRE SOC SUPPORT.
> >
> > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> > ---
> > Conor, please ack.
>
> FFS... Silly mistake from me there, keep getting caught out by
> the maintainers entries when I do an inter-version rename.
> Is there something I can add to my build scripts, other than the
> get_maintainer selftest to catch these?
> Thanks Lukas.
>
I am not aware of another script. Why do you see the need for another one?
I acknowledge that ./scripts/get_maintainer.pl --self-test=patterns
does take a few seconds (roughly 30 or so) and it checks the whole
MAINTAINERS file. Is that just not performant enough?
I usually have a set of patches in a local branch (all those patches
were sent out, but are pending somewhere) to get to zero warnings from
this script. In the last few years, I did get to some points in time
that ./scripts/get_maintainer.pl --self-test=patterns reported zero
warnings on linux-next, but then new issues were introduced and the
hunt continued. When we are back at that point of zero warnings, I
will ask the intel 0-day testing team to include the '
./scripts/get_maintainer.pl --self-test=patterns' check into their
patch testing efforts, and hopefully that reduces the chance of
picking a patch with such an issue and we can keep it almost always at
zero warnings (wishful thinking on my side).
Lukas
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
>
> >
> > Arnd, please pick this minor non-urgent clean-up patch.
> >
> > MAINTAINERS | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 9203efedea1e..797fde7e1821 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -17544,7 +17544,7 @@ F: Documentation/devicetree/bindings/usb/microchip,mpfs-musb.yaml
> > F: arch/riscv/boot/dts/microchip/
> > F: drivers/char/hw_random/mpfs-rng.c
> > F: drivers/clk/microchip/clk-mpfs.c
> > -F: drivers/i2c/busses/i2c-microchip-core.c
> > +F: drivers/i2c/busses/i2c-microchip-corei2c.c
> > F: drivers/mailbox/mailbox-mpfs.c
> > F: drivers/pci/controller/pcie-microchip-host.c
> > F: drivers/rtc/rtc-mpfs.c
> > --
> > 2.17.1
> >
>
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: rectify entry for RISC-V/MICROCHIP POLARFIRE SOC SUPPORT
2022-08-11 7:32 ` Lukas Bulwahn
@ 2022-08-11 8:01 ` Conor.Dooley
2022-08-11 8:43 ` Conor.Dooley
0 siblings, 1 reply; 6+ messages in thread
From: Conor.Dooley @ 2022-08-11 8:01 UTC (permalink / raw)
To: lukas.bulwahn
Cc: Daire.McNamara, linux-riscv, wsa, arnd, kernel-janitors,
linux-kernel
On 11/08/2022 08:32, Lukas Bulwahn wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> On Thu, Aug 11, 2022 at 9:14 AM <Conor.Dooley@microchip.com> wrote:
>>
>> On 11/08/2022 08:05, Lukas Bulwahn wrote:
>>> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>>>
>>> Commit 3cbd67384677 ("MAINTAINERS: add the Polarfire SoC's i2c driver")
>>> adds the file entry for drivers/i2c/busses/i2c-microchip-core.c, but the
>>> file is actually named drivers/i2c/busses/i2c-microchip-corei2c.c.
>>>
>>> Repair this file reference in RISC-V/MICROCHIP POLARFIRE SOC SUPPORT.
>>>
>>> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
>>> ---
>>> Conor, please ack.
>>
>> FFS... Silly mistake from me there, keep getting caught out by
>> the maintainers entries when I do an inter-version rename.
>> Is there something I can add to my build scripts, other than the
>> get_maintainer selftest to catch these?
>> Thanks Lukas.
>>
>
> I am not aware of another script. Why do you see the need for another one?
>
> I acknowledge that ./scripts/get_maintainer.pl --self-test=patterns
> does take a few seconds (roughly 30 or so) and it checks the whole
> MAINTAINERS file. Is that just not performant enough?
Yeah, it takes longer than my kernel build does! If there was something
faster I'd have added it to run every time I do a build so it'd be
impossible to miss.
It's fine, I'll just add it as a arg ;)
>
> I usually have a set of patches in a local branch (all those patches
> were sent out, but are pending somewhere) to get to zero warnings from
> this script. In the last few years, I did get to some points in time
> that ./scripts/get_maintainer.pl --self-test=patterns reported zero
> warnings on linux-next, but then new issues were introduced and the
> hunt continued. When we are back at that point of zero warnings, I
> will ask the intel 0-day testing team to include the '
> ./scripts/get_maintainer.pl --self-test=patterns' check into their
> patch testing efforts, and hopefully that reduces the chance of
> picking a patch with such an issue and we can keep it almost always at
> zero warnings (wishful thinking on my side).
Yeah, would be nice for catching eejits like me :)
Thanks!
>
> Lukas
>
>> Acked-by: Conor Dooley <conor.dooley@microchip.com>
>>
>>>
>>> Arnd, please pick this minor non-urgent clean-up patch.
>>>
>>> MAINTAINERS | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 9203efedea1e..797fde7e1821 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -17544,7 +17544,7 @@ F: Documentation/devicetree/bindings/usb/microchip,mpfs-musb.yaml
>>> F: arch/riscv/boot/dts/microchip/
>>> F: drivers/char/hw_random/mpfs-rng.c
>>> F: drivers/clk/microchip/clk-mpfs.c
>>> -F: drivers/i2c/busses/i2c-microchip-core.c
>>> +F: drivers/i2c/busses/i2c-microchip-corei2c.c
>>> F: drivers/mailbox/mailbox-mpfs.c
>>> F: drivers/pci/controller/pcie-microchip-host.c
>>> F: drivers/rtc/rtc-mpfs.c
>>> --
>>> 2.17.1
>>>
>>
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: rectify entry for RISC-V/MICROCHIP POLARFIRE SOC SUPPORT
2022-08-11 8:01 ` Conor.Dooley
@ 2022-08-11 8:43 ` Conor.Dooley
0 siblings, 0 replies; 6+ messages in thread
From: Conor.Dooley @ 2022-08-11 8:43 UTC (permalink / raw)
To: lukas.bulwahn
Cc: Daire.McNamara, linux-riscv, wsa, arnd, kernel-janitors,
linux-kernel
On 11/08/2022 09:01, Conor.Dooley@microchip.com wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> On 11/08/2022 08:32, Lukas Bulwahn wrote:
>> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>>
>> On Thu, Aug 11, 2022 at 9:14 AM <Conor.Dooley@microchip.com> wrote:
>>>
>>> On 11/08/2022 08:05, Lukas Bulwahn wrote:
>>>> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>>>>
>>>> Commit 3cbd67384677 ("MAINTAINERS: add the Polarfire SoC's i2c driver")
>>>> adds the file entry for drivers/i2c/busses/i2c-microchip-core.c, but the
>>>> file is actually named drivers/i2c/busses/i2c-microchip-corei2c.c.
>>>>
>>>> Repair this file reference in RISC-V/MICROCHIP POLARFIRE SOC SUPPORT.
>>>>
>>>> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
>>>> ---
>>>> Conor, please ack.
>>>
>>> FFS... Silly mistake from me there, keep getting caught out by
>>> the maintainers entries when I do an inter-version rename.
>>> Is there something I can add to my build scripts, other than the
>>> get_maintainer selftest to catch these?
>>> Thanks Lukas.
>>>
>>
>> I am not aware of another script. Why do you see the need for another one?
>>
>> I acknowledge that ./scripts/get_maintainer.pl --self-test=patterns
>> does take a few seconds (roughly 30 or so) and it checks the whole
>> MAINTAINERS file. Is that just not performant enough?
>
>
> Yeah, it takes longer than my kernel build does! If there was something
> faster I'd have added it to run every time I do a build so it'd be
> impossible to miss.
>
> It's fine, I'll just add it as a arg ;)
Ah I missed the "patterns" bit when I read this, was wondering why it was
taking so long. I'll add it in some form, so hopefully that's the end of
fixing my stuff..
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: rectify entry for RISC-V/MICROCHIP POLARFIRE SOC SUPPORT
2022-08-11 7:05 [PATCH] MAINTAINERS: rectify entry for RISC-V/MICROCHIP POLARFIRE SOC SUPPORT Lukas Bulwahn
2022-08-11 7:14 ` Conor.Dooley
@ 2022-08-11 10:47 ` Wolfram Sang
1 sibling, 0 replies; 6+ messages in thread
From: Wolfram Sang @ 2022-08-11 10:47 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Conor Dooley, Daire McNamara, linux-riscv, Arnd Bergmann,
kernel-janitors, linux-kernel
[-- Attachment #1.1: Type: text/plain, Size: 469 bytes --]
On Thu, Aug 11, 2022 at 09:05:06AM +0200, Lukas Bulwahn wrote:
> Commit 3cbd67384677 ("MAINTAINERS: add the Polarfire SoC's i2c driver")
> adds the file entry for drivers/i2c/busses/i2c-microchip-core.c, but the
> file is actually named drivers/i2c/busses/i2c-microchip-corei2c.c.
>
> Repair this file reference in RISC-V/MICROCHIP POLARFIRE SOC SUPPORT.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Wolfram Sang <wsa@kernel.org>
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 161 bytes --]
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-08-11 10:47 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-11 7:05 [PATCH] MAINTAINERS: rectify entry for RISC-V/MICROCHIP POLARFIRE SOC SUPPORT Lukas Bulwahn
2022-08-11 7:14 ` Conor.Dooley
2022-08-11 7:32 ` Lukas Bulwahn
2022-08-11 8:01 ` Conor.Dooley
2022-08-11 8:43 ` Conor.Dooley
2022-08-11 10:47 ` Wolfram Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox