diff mbox series

[1/1] PCI: mobiveil: Update maintainers list

Message ID 1557229516-6870-1-git-send-email-l.subrahmanya@mobiveil.co.in (mailing list archive)
State New, archived
Delegated to: Bjorn Helgaas
Headers show
Series [1/1] PCI: mobiveil: Update maintainers list | expand

Commit Message

Subrahmanya Lingappa May 7, 2019, 11:45 a.m. UTC
Add Karthikeyan M and Z.Q. Hou as new maintainers of Mobiveil controller
driver.

Signed-off-by: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Bjorn Helgaas May 10, 2019, 1:48 p.m. UTC | #1
On Tue, May 07, 2019 at 07:45:16AM -0400, Subrahmanya Lingappa wrote:
> Add Karthikeyan M and Z.Q. Hou as new maintainers of Mobiveil controller
> driver.
> 
> Signed-off-by: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>

I'd like to include this ASAP so patches get sent to the right place,
and I want to make sure we spell the names and email addresses
correctly.

Zhiqiang, you consistently use "Hou Zhiqiang <Zhiqiang.Hou@nxp.com>"
for sign-offs [1] (except for "Z.q. Hou" in email headers).  Can you
ack that the updated patch below is correct for you?

Karthikeyan, I don't see any email or commits from you yet, so I'd really
like your ack along with the canonical name/email address you prefer.
There is another Karthikeyan already in MAINTAINERS, so hopefully we can
avoid any confusion.

[1] git log --format="%an <%ae>" --author=[Zz]hiqiang

> ---
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0a52061..08295a5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11900,7 +11900,8 @@ F:	include/linux/switchtec.h
>  F:	drivers/ntb/hw/mscc/
>  
>  PCI DRIVER FOR MOBIVEIL PCIE IP
> -M:	Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
> +M:	Karthikeyan M <m.karthikeyan@mobiveil.co.in>
> +M:	Z.q. Hou <zhiqiang.hou@nxp.com>
>  L:	linux-pci@vger.kernel.org
>  S:	Supported
>  F:	Documentation/devicetree/bindings/pci/mobiveil-pcie.txt


commit d260ff8d3353
Author: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
Date:   Tue May 7 07:45:16 2019 -0400

    MAINTAINERS: Add Karthikeyan M and Hou Zhiqiang for Mobiveil PCI
    
    Add Karthikeyan M and Hou Zhiqiang as new maintainers of Mobiveil
    controller driver.
    
    Link: https://lore.kernel.org/linux-pci/1557229516-6870-1-git-send-email-l.subrahmanya@mobiveil.co.in
    Signed-off-by: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
    [bhelgaas: update names/email addresses to match usage in git history]
    Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

diff --git a/MAINTAINERS b/MAINTAINERS
index e17ebf70b548..42d7f44cc0e1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11880,7 +11880,8 @@ F:	include/linux/switchtec.h
 F:	drivers/ntb/hw/mscc/
 
 PCI DRIVER FOR MOBIVEIL PCIE IP
-M:	Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
+M:	Karthikeyan M <m.karthikeyan@mobiveil.co.in>
+M:	Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
 L:	linux-pci@vger.kernel.org
 S:	Supported
 F:	Documentation/devicetree/bindings/pci/mobiveil-pcie.txt
Bjorn Helgaas May 10, 2019, 4:35 p.m. UTC | #2
On Fri, May 10, 2019 at 08:48:11AM -0500, Bjorn Helgaas wrote:
> On Tue, May 07, 2019 at 07:45:16AM -0400, Subrahmanya Lingappa wrote:
> > Add Karthikeyan M and Z.Q. Hou as new maintainers of Mobiveil controller
> > driver.
> > 
> > Signed-off-by: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
> 
> I'd like to include this ASAP so patches get sent to the right place,
> and I want to make sure we spell the names and email addresses
> correctly.
> 
> Zhiqiang, you consistently use "Hou Zhiqiang <Zhiqiang.Hou@nxp.com>"
> for sign-offs [1] (except for "Z.q. Hou" in email headers).  Can you
> ack that the updated patch below is correct for you?
> 
> Karthikeyan, I don't see any email or commits from you yet, so I'd really
> like your ack along with the canonical name/email address you prefer.
> There is another Karthikeyan already in MAINTAINERS, so hopefully we can
> avoid any confusion.
> 
> [1] git log --format="%an <%ae>" --author=[Zz]hiqiang

I went ahead and applied the patch below for v5.2, but if you want to
tweak the names/addresses, I can update them if you tell me soon.

> commit d260ff8d3353
> Author: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
> Date:   Tue May 7 07:45:16 2019 -0400
> 
>     MAINTAINERS: Add Karthikeyan M and Hou Zhiqiang for Mobiveil PCI
>     
>     Add Karthikeyan M and Hou Zhiqiang as new maintainers of Mobiveil
>     controller driver.
>     
>     Link: https://lore.kernel.org/linux-pci/1557229516-6870-1-git-send-email-l.subrahmanya@mobiveil.co.in
>     Signed-off-by: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
>     [bhelgaas: update names/email addresses to match usage in git history]
>     Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e17ebf70b548..42d7f44cc0e1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11880,7 +11880,8 @@ F:	include/linux/switchtec.h
>  F:	drivers/ntb/hw/mscc/
>  
>  PCI DRIVER FOR MOBIVEIL PCIE IP
> -M:	Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
> +M:	Karthikeyan M <m.karthikeyan@mobiveil.co.in>
> +M:	Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
>  L:	linux-pci@vger.kernel.org
>  S:	Supported
>  F:	Documentation/devicetree/bindings/pci/mobiveil-pcie.txt
Karthikeyan Mitran May 13, 2019, 4:50 a.m. UTC | #3
Acked-by: Karthikeyan Mitran <m.karthikeyan@mobiveil.co.in>

On Mon, May 13, 2019 at 10:03 AM Karthikeyan Mitran
<m.karthikeyan@mobiveil.co.in> wrote:
>
> Acked-by: Karthikeyan Mitran <m.karthikeyan@mobiveil.co.in>
>
> On Fri, May 10, 2019 at 10:05 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
>>
>> On Fri, May 10, 2019 at 08:48:11AM -0500, Bjorn Helgaas wrote:
>> > On Tue, May 07, 2019 at 07:45:16AM -0400, Subrahmanya Lingappa wrote:
>> > > Add Karthikeyan M and Z.Q. Hou as new maintainers of Mobiveil controller
>> > > driver.
>> > >
>> > > Signed-off-by: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
>> >
>> > I'd like to include this ASAP so patches get sent to the right place,
>> > and I want to make sure we spell the names and email addresses
>> > correctly.
>> >
>> > Zhiqiang, you consistently use "Hou Zhiqiang <Zhiqiang.Hou@nxp.com>"
>> > for sign-offs [1] (except for "Z.q. Hou" in email headers).  Can you
>> > ack that the updated patch below is correct for you?
>> >
>> > Karthikeyan, I don't see any email or commits from you yet, so I'd really
>> > like your ack along with the canonical name/email address you prefer.
>> > There is another Karthikeyan already in MAINTAINERS, so hopefully we can
>> > avoid any confusion.
>> >
>> > [1] git log --format="%an <%ae>" --author=[Zz]hiqiang
>>
>> I went ahead and applied the patch below for v5.2, but if you want to
>> tweak the names/addresses, I can update them if you tell me soon.
>>
>> > commit d260ff8d3353
>> > Author: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
>> > Date:   Tue May 7 07:45:16 2019 -0400
>> >
>> >     MAINTAINERS: Add Karthikeyan M and Hou Zhiqiang for Mobiveil PCI
>> >
>> >     Add Karthikeyan M and Hou Zhiqiang as new maintainers of Mobiveil
>> >     controller driver.
>> >
>> >     Link: https://lore.kernel.org/linux-pci/1557229516-6870-1-git-send-email-l.subrahmanya@mobiveil.co.in
>> >     Signed-off-by: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
>> >     [bhelgaas: update names/email addresses to match usage in git history]
>> >     Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
>> >
>> > diff --git a/MAINTAINERS b/MAINTAINERS
>> > index e17ebf70b548..42d7f44cc0e1 100644
>> > --- a/MAINTAINERS
>> > +++ b/MAINTAINERS
>> > @@ -11880,7 +11880,8 @@ F:    include/linux/switchtec.h
>> >  F:   drivers/ntb/hw/mscc/
>> >
>> >  PCI DRIVER FOR MOBIVEIL PCIE IP
>> > -M:   Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
>> > +M:   Karthikeyan M <m.karthikeyan@mobiveil.co.in>
>> > +M:   Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
>> >  L:   linux-pci@vger.kernel.org
>> >  S:   Supported
>> >  F:   Documentation/devicetree/bindings/pci/mobiveil-pcie.txt
>
>
>
Z.Q. Hou May 17, 2019, 2:52 p.m. UTC | #4
> -----Original Message-----
> From: Bjorn Helgaas [mailto:helgaas@kernel.org]
> Sent: 2019年5月10日 21:48
> To: Z.q. Hou <zhiqiang.hou@nxp.com>; Karthikeyan M
> <m.karthikeyan@mobiveil.co.in>
> Cc: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>;
> linux-pci@vger.kernel.org; lorenzo.pieralisi@arm.com
> Subject: Re: [PATCH 1/1] PCI: mobiveil: Update maintainers list
> 
> On Tue, May 07, 2019 at 07:45:16AM -0400, Subrahmanya Lingappa wrote:
> > Add Karthikeyan M and Z.Q. Hou as new maintainers of Mobiveil
> > controller driver.
> >
> > Signed-off-by: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
> 
> I'd like to include this ASAP so patches get sent to the right place, and I want
> to make sure we spell the names and email addresses correctly.
> 
> Zhiqiang, you consistently use "Hou Zhiqiang <Zhiqiang.Hou@nxp.com>"
> for sign-offs [1] (except for "Z.q. Hou" in email headers).  Can you ack that
> the updated patch below is correct for you?
> 
> Karthikeyan, I don't see any email or commits from you yet, so I'd really like
> your ack along with the canonical name/email address you prefer.
> There is another Karthikeyan already in MAINTAINERS, so hopefully we can
> avoid any confusion.
> 
> [1] git log --format="%an <%ae>" --author=[Zz]hiqiang
> 
> > ---
> >  MAINTAINERS | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS index 0a52061..08295a5 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -11900,7 +11900,8 @@ F:	include/linux/switchtec.h
> >  F:	drivers/ntb/hw/mscc/
> >
> >  PCI DRIVER FOR MOBIVEIL PCIE IP
> > -M:	Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
> > +M:	Karthikeyan M <m.karthikeyan@mobiveil.co.in>
> > +M:	Z.q. Hou <zhiqiang.hou@nxp.com>
> >  L:	linux-pci@vger.kernel.org
> >  S:	Supported
> >  F:	Documentation/devicetree/bindings/pci/mobiveil-pcie.txt
> 
> 
> commit d260ff8d3353
> Author: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
> Date:   Tue May 7 07:45:16 2019 -0400
> 
>     MAINTAINERS: Add Karthikeyan M and Hou Zhiqiang for Mobiveil PCI
> 
>     Add Karthikeyan M and Hou Zhiqiang as new maintainers of Mobiveil
>     controller driver.
> 
>     Link:
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore.ke
> rnel.org%2Flinux-pci%2F1557229516-6870-1-git-send-email-l.subrahmanya%
> 40mobiveil.co.in&amp;data=02%7C01%7Czhiqiang.hou%40nxp.com%7Cfafef
> 48263c34704c71308d6d54e26d6%7C686ea1d3bc2b4c6fa92cd99c5c301635
> %7C0%7C0%7C636930928970091089&amp;sdata=ozjTAR2yPHZ1b4mRFgK2
> waXjWF3OMPEWvK4V7Fbzs5w%3D&amp;reserved=0
>     Signed-off-by: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
>     [bhelgaas: update names/email addresses to match usage in git history]
>     Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e17ebf70b548..42d7f44cc0e1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11880,7 +11880,8 @@ F:	include/linux/switchtec.h
>  F:	drivers/ntb/hw/mscc/
> 
>  PCI DRIVER FOR MOBIVEIL PCIE IP
> -M:	Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
> +M:	Karthikeyan M <m.karthikeyan@mobiveil.co.in>
> +M:	Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
>  L:	linux-pci@vger.kernel.org
>  S:	Supported
>  F:	Documentation/devicetree/bindings/pci/mobiveil-pcie.txt

Acked-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Z.Q. Hou May 17, 2019, 3:03 p.m. UTC | #5
Hi Bjorn,

> -----Original Message-----
> From: Bjorn Helgaas [mailto:helgaas@kernel.org]
> Sent: 2019年5月11日 0:36
> To: Z.q. Hou <zhiqiang.hou@nxp.com>; Karthikeyan M
> <m.karthikeyan@mobiveil.co.in>
> Cc: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>;
> linux-pci@vger.kernel.org; lorenzo.pieralisi@arm.com
> Subject: Re: [PATCH 1/1] PCI: mobiveil: Update maintainers list
> 
> On Fri, May 10, 2019 at 08:48:11AM -0500, Bjorn Helgaas wrote:
> > On Tue, May 07, 2019 at 07:45:16AM -0400, Subrahmanya Lingappa wrote:
> > > Add Karthikeyan M and Z.Q. Hou as new maintainers of Mobiveil
> > > controller driver.
> > >
> > > Signed-off-by: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
> >
> > I'd like to include this ASAP so patches get sent to the right place,
> > and I want to make sure we spell the names and email addresses
> > correctly.
> >
> > Zhiqiang, you consistently use "Hou Zhiqiang <Zhiqiang.Hou@nxp.com>"
> > for sign-offs [1] (except for "Z.q. Hou" in email headers).  Can you
> > ack that the updated patch below is correct for you?
> >
> > Karthikeyan, I don't see any email or commits from you yet, so I'd
> > really like your ack along with the canonical name/email address you prefer.
> > There is another Karthikeyan already in MAINTAINERS, so hopefully we
> > can avoid any confusion.
> >
> > [1] git log --format="%an <%ae>" --author=[Zz]hiqiang
> 
> I went ahead and applied the patch below for v5.2, but if you want to tweak
> the names/addresses, I can update them if you tell me soon.
>

Sorry for my delay reply, I'm on paternity leave.
It's OK for me.
 
> > commit d260ff8d3353
> > Author: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
> > Date:   Tue May 7 07:45:16 2019 -0400
> >
> >     MAINTAINERS: Add Karthikeyan M and Hou Zhiqiang for Mobiveil PCI
> >
> >     Add Karthikeyan M and Hou Zhiqiang as new maintainers of Mobiveil
> >     controller driver.
> >
> >     Link:
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore.ke
> rnel.org%2Flinux-pci%2F1557229516-6870-1-git-send-email-l.subrahmanya%
> 40mobiveil.co.in&amp;data=02%7C01%7Czhiqiang.hou%40nxp.com%7C5a46
> 2329dd4346b64e3208d6d565933e%7C686ea1d3bc2b4c6fa92cd99c5c30163
> 5%7C0%7C0%7C636931029572275741&amp;sdata=685KOffAuC7w%2FW3B
> Mqd4zVASrNs15MXzg8yBZKlO2b4%3D&amp;reserved=0
> >     Signed-off-by: Subrahmanya Lingappa
> <l.subrahmanya@mobiveil.co.in>
> >     [bhelgaas: update names/email addresses to match usage in git
> history]
> >     Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS index
> > e17ebf70b548..42d7f44cc0e1 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -11880,7 +11880,8 @@ F:	include/linux/switchtec.h
> >  F:	drivers/ntb/hw/mscc/
> >
> >  PCI DRIVER FOR MOBIVEIL PCIE IP
> > -M:	Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
> > +M:	Karthikeyan M <m.karthikeyan@mobiveil.co.in>
> > +M:	Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
> >  L:	linux-pci@vger.kernel.org
> >  S:	Supported
> >  F:	Documentation/devicetree/bindings/pci/mobiveil-pcie.txt

Thanks,
Zhiqiang
Bjorn Helgaas May 17, 2019, 4:50 p.m. UTC | #6
On Fri, May 17, 2019 at 03:03:19PM +0000, Z.q. Hou wrote:
> Hi Bjorn,
> 
> > -----Original Message-----
> > From: Bjorn Helgaas [mailto:helgaas@kernel.org]
> > Sent: 2019年5月11日 0:36
> > To: Z.q. Hou <zhiqiang.hou@nxp.com>; Karthikeyan M
> > <m.karthikeyan@mobiveil.co.in>
> > Cc: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>;
> > linux-pci@vger.kernel.org; lorenzo.pieralisi@arm.com
> > Subject: Re: [PATCH 1/1] PCI: mobiveil: Update maintainers list
> > 
> > On Fri, May 10, 2019 at 08:48:11AM -0500, Bjorn Helgaas wrote:
> > > On Tue, May 07, 2019 at 07:45:16AM -0400, Subrahmanya Lingappa wrote:
> > > > Add Karthikeyan M and Z.Q. Hou as new maintainers of Mobiveil
> > > > controller driver.
> > > >
> > > > Signed-off-by: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
> > >
> > > I'd like to include this ASAP so patches get sent to the right place,
> > > and I want to make sure we spell the names and email addresses
> > > correctly.
> > >
> > > Zhiqiang, you consistently use "Hou Zhiqiang <Zhiqiang.Hou@nxp.com>"
> > > for sign-offs [1] (except for "Z.q. Hou" in email headers).  Can you
> > > ack that the updated patch below is correct for you?
> > >
> > > Karthikeyan, I don't see any email or commits from you yet, so I'd
> > > really like your ack along with the canonical name/email address you prefer.
> > > There is another Karthikeyan already in MAINTAINERS, so hopefully we
> > > can avoid any confusion.
> > >
> > > [1] git log --format="%an <%ae>" --author=[Zz]hiqiang
> > 
> > I went ahead and applied the patch below for v5.2, but if you want to tweak
> > the names/addresses, I can update them if you tell me soon.
> 
> Sorry for my delay reply, I'm on paternity leave.
> It's OK for me.

No problem, the patch is already in Linus' tree.

Congratulations on your child!

Bjorn
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 0a52061..08295a5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11900,7 +11900,8 @@  F:	include/linux/switchtec.h
 F:	drivers/ntb/hw/mscc/
 
 PCI DRIVER FOR MOBIVEIL PCIE IP
-M:	Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
+M:	Karthikeyan M <m.karthikeyan@mobiveil.co.in>
+M:	Z.q. Hou <zhiqiang.hou@nxp.com>
 L:	linux-pci@vger.kernel.org
 S:	Supported
 F:	Documentation/devicetree/bindings/pci/mobiveil-pcie.txt