* [PATCH] MAINTAINERS: adjust file entry in ARM/LPC32XX SOC SUPPORT
@ 2024-04-11 5:02 Lukas Bulwahn
2024-04-11 12:36 ` Andi Shyti
2024-04-12 9:34 ` Andi Shyti
0 siblings, 2 replies; 7+ messages in thread
From: Lukas Bulwahn @ 2024-04-11 5:02 UTC (permalink / raw)
To: Animesh Agarwal, Andi Shyti, linux-i2c
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
Commit 20c9819ccd9e ("dt-bindings: i2c: nxp,pnx-i2c: Convert to dtschema")
converts i2c-pnx.txt to nxp,pnx-i2c.yaml, but misses to adjust the file
entry in ARM/LPC32XX SOC SUPPORT.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.
Adjust the file entry in ARM/LPC32XX SOC SUPPORT after this conversion.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 06d685a97b4b..edf6176a5530 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2360,7 +2360,7 @@ M: Vladimir Zapolskiy <vz@mleia.com>
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
S: Maintained
T: git git://github.com/vzapolskiy/linux-lpc32xx.git
-F: Documentation/devicetree/bindings/i2c/i2c-pnx.txt
+F: Documentation/devicetree/bindings/i2c/nxp,pnx-i2c.yaml
F: arch/arm/boot/dts/nxp/lpc/lpc32*
F: arch/arm/mach-lpc32xx/
F: drivers/i2c/busses/i2c-pnx.c
--
2.44.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: adjust file entry in ARM/LPC32XX SOC SUPPORT
2024-04-11 5:02 [PATCH] MAINTAINERS: adjust file entry in ARM/LPC32XX SOC SUPPORT Lukas Bulwahn
@ 2024-04-11 12:36 ` Andi Shyti
2024-04-12 6:38 ` Wolfram Sang
2024-04-12 9:34 ` Andi Shyti
1 sibling, 1 reply; 7+ messages in thread
From: Andi Shyti @ 2024-04-11 12:36 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Animesh Agarwal, linux-i2c, kernel-janitors, linux-kernel,
Lukas Bulwahn
Hi Lukas,
> -F: Documentation/devicetree/bindings/i2c/i2c-pnx.txt
> +F: Documentation/devicetree/bindings/i2c/nxp,pnx-i2c.yaml
Reviewed-by: Andi Shyti <andi.shyti@kernel.org>
I guess this should go through the arm folks?
Thanks,
Andi
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: adjust file entry in ARM/LPC32XX SOC SUPPORT
2024-04-11 12:36 ` Andi Shyti
@ 2024-04-12 6:38 ` Wolfram Sang
2024-04-12 7:11 ` Lukas Bulwahn
0 siblings, 1 reply; 7+ messages in thread
From: Wolfram Sang @ 2024-04-12 6:38 UTC (permalink / raw)
To: Andi Shyti
Cc: Lukas Bulwahn, Animesh Agarwal, linux-i2c, kernel-janitors,
linux-kernel, Lukas Bulwahn
[-- Attachment #1: Type: text/plain, Size: 372 bytes --]
> > -F: Documentation/devicetree/bindings/i2c/i2c-pnx.txt
> > +F: Documentation/devicetree/bindings/i2c/nxp,pnx-i2c.yaml
>
> Reviewed-by: Andi Shyti <andi.shyti@kernel.org>
>
> I guess this should go through the arm folks?
Could be argued, but I guess it is easier if you take it (because the
conversion patch also went through your tree). Just 2 cents...
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: adjust file entry in ARM/LPC32XX SOC SUPPORT
2024-04-12 6:38 ` Wolfram Sang
@ 2024-04-12 7:11 ` Lukas Bulwahn
0 siblings, 0 replies; 7+ messages in thread
From: Lukas Bulwahn @ 2024-04-12 7:11 UTC (permalink / raw)
To: Wolfram Sang, Andi Shyti, Lukas Bulwahn, Animesh Agarwal,
linux-i2c, kernel-janitors, linux-kernel, Lukas Bulwahn
On Fri, Apr 12, 2024 at 8:45 AM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
>
>
> > > -F: Documentation/devicetree/bindings/i2c/i2c-pnx.txt
> > > +F: Documentation/devicetree/bindings/i2c/nxp,pnx-i2c.yaml
> >
> > Reviewed-by: Andi Shyti <andi.shyti@kernel.org>
> >
> > I guess this should go through the arm folks?
>
> Could be argued, but I guess it is easier if you take it (because the
> conversion patch also went through your tree). Just 2 cents...
>
... and I am creating my patches against some recent linux-next tag.
So, the commit could really only be in your tree and the arm folks
would not apply it because the referred commit is not in their tree
yet (until the next merge window closes and they reopen a new branch).
So, as Wolfram suggested: please take my patch in your tree on top of
the referred commit.
Lukas
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: adjust file entry in ARM/LPC32XX SOC SUPPORT
2024-04-11 5:02 [PATCH] MAINTAINERS: adjust file entry in ARM/LPC32XX SOC SUPPORT Lukas Bulwahn
2024-04-11 12:36 ` Andi Shyti
@ 2024-04-12 9:34 ` Andi Shyti
2024-04-12 10:33 ` Lukas Bulwahn
1 sibling, 1 reply; 7+ messages in thread
From: Andi Shyti @ 2024-04-12 9:34 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Animesh Agarwal, linux-i2c, kernel-janitors, linux-kernel,
Lukas Bulwahn
Hi Lukas,
On Thu, Apr 11, 2024 at 07:02:57AM +0200, Lukas Bulwahn wrote:
> Commit 20c9819ccd9e ("dt-bindings: i2c: nxp,pnx-i2c: Convert to dtschema")
> converts i2c-pnx.txt to nxp,pnx-i2c.yaml, but misses to adjust the file
> entry in ARM/LPC32XX SOC SUPPORT.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Adjust the file entry in ARM/LPC32XX SOC SUPPORT after this conversion.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
before taking this I just want to make sure the e-mail in the SoB
is correct as checkpatch is warning me about 'lbulwahn' and
'lukas.bulwahn'.
It's not about the warning, just double checking the e-mail
address as often to mix my addresses up and looks also your first
patch with the redhat e-mail.
Thanks,
Andi
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: adjust file entry in ARM/LPC32XX SOC SUPPORT
2024-04-12 9:34 ` Andi Shyti
@ 2024-04-12 10:33 ` Lukas Bulwahn
2024-04-12 15:42 ` Andi Shyti
0 siblings, 1 reply; 7+ messages in thread
From: Lukas Bulwahn @ 2024-04-12 10:33 UTC (permalink / raw)
To: Andi Shyti
Cc: Animesh Agarwal, linux-i2c, kernel-janitors, linux-kernel,
Lukas Bulwahn
On Fri, Apr 12, 2024 at 11:34 AM Andi Shyti <andi.shyti@kernel.org> wrote:
>
> Hi Lukas,
>
> On Thu, Apr 11, 2024 at 07:02:57AM +0200, Lukas Bulwahn wrote:
> > Commit 20c9819ccd9e ("dt-bindings: i2c: nxp,pnx-i2c: Convert to dtschema")
> > converts i2c-pnx.txt to nxp,pnx-i2c.yaml, but misses to adjust the file
> > entry in ARM/LPC32XX SOC SUPPORT.
> >
> > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> > broken reference.
> >
> > Adjust the file entry in ARM/LPC32XX SOC SUPPORT after this conversion.
> >
> > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> before taking this I just want to make sure the e-mail in the SoB
> is correct as checkpatch is warning me about 'lbulwahn' and
> 'lukas.bulwahn'.
>
> It's not about the warning, just double checking the e-mail
> address as often to mix my addresses up and looks also your first
> patch with the redhat e-mail.
>
Thanks for the hint. And yes, that is a stupid setup mistake from my
side or at least from the email server's side.
I joined Red Hat at the beginning of April and hence, it was my first
email with the redhat address.
lbulwahn is my 'official email address', lukas.bulwahn is an email
alias to the same mailbox. I actually want to have the commits in the
kernel carry 'lukas.bulwahn@redhat.com' and not 'lbulwahn'.
I have sent them out with 'From: Lukas Bulwahn
<lukas.bulwahn@redhat.com>' in my patch file; so, checkpatch did not
complain locally.
The gmail server however turns this into:
From: Lukas Bulwahn <lbulwahn@redhat.com>
X-Google-Original-From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
I will see what I can do and send out a v2.
Thanks again for the hint!
Lukas
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: adjust file entry in ARM/LPC32XX SOC SUPPORT
2024-04-12 10:33 ` Lukas Bulwahn
@ 2024-04-12 15:42 ` Andi Shyti
0 siblings, 0 replies; 7+ messages in thread
From: Andi Shyti @ 2024-04-12 15:42 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Animesh Agarwal, linux-i2c, kernel-janitors, linux-kernel,
Lukas Bulwahn
> On Fri, Apr 12, 2024 at 11:34 AM Andi Shyti <andi.shyti@kernel.org> wrote:
> > On Thu, Apr 11, 2024 at 07:02:57AM +0200, Lukas Bulwahn wrote:
> > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> >
> > before taking this I just want to make sure the e-mail in the SoB
> > is correct as checkpatch is warning me about 'lbulwahn' and
> > 'lukas.bulwahn'.
> >
> > It's not about the warning, just double checking the e-mail
> > address as often to mix my addresses up and looks also your first
> > patch with the redhat e-mail.
> >
>
> Thanks for the hint. And yes, that is a stupid setup mistake from my
> side or at least from the email server's side.
>
> I joined Red Hat at the beginning of April and hence, it was my first
> email with the redhat address.
>
> lbulwahn is my 'official email address', lukas.bulwahn is an email
> alias to the same mailbox. I actually want to have the commits in the
> kernel carry 'lukas.bulwahn@redhat.com' and not 'lbulwahn'.
>
> I have sent them out with 'From: Lukas Bulwahn
> <lukas.bulwahn@redhat.com>' in my patch file; so, checkpatch did not
> complain locally.
>
> The gmail server however turns this into:
>
> From: Lukas Bulwahn <lbulwahn@redhat.com>
> X-Google-Original-From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> I will see what I can do and send out a v2.
no need... I will keep things as they are; as long as I know
these are the same mails I'm fine.
Thanks,
Andi
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-04-12 15:43 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-11 5:02 [PATCH] MAINTAINERS: adjust file entry in ARM/LPC32XX SOC SUPPORT Lukas Bulwahn
2024-04-11 12:36 ` Andi Shyti
2024-04-12 6:38 ` Wolfram Sang
2024-04-12 7:11 ` Lukas Bulwahn
2024-04-12 9:34 ` Andi Shyti
2024-04-12 10:33 ` Lukas Bulwahn
2024-04-12 15:42 ` Andi Shyti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox