linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: fman: Add myself as a reviewer
@ 2023-03-23 14:59 Sean Anderson
  2023-03-24 12:23 ` Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sean Anderson @ 2023-03-23 14:59 UTC (permalink / raw)
  To: David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni, netdev
  Cc: Madalin Bucur, linux-kernel, Sean Anderson

I've read through or reworked a good portion of this driver. Add myself
as a reviewer.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
---

 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9faef5784c03..c304714aff32 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8216,6 +8216,7 @@ F:	drivers/net/ethernet/freescale/dpaa
 
 FREESCALE QORIQ DPAA FMAN DRIVER
 M:	Madalin Bucur <madalin.bucur@nxp.com>
+R:	Sean Anderson <sean.anderson@seco.com>
 L:	netdev@vger.kernel.org
 S:	Maintained
 F:	Documentation/devicetree/bindings/net/fsl-fman.txt
-- 
2.35.1.1320.gc452695387.dirty


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] net: fman: Add myself as a reviewer
  2023-03-23 14:59 [PATCH] net: fman: Add myself as a reviewer Sean Anderson
@ 2023-03-24 12:23 ` Simon Horman
  2023-03-25  2:09 ` Jakub Kicinski
  2023-03-28  2:40 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2023-03-24 12:23 UTC (permalink / raw)
  To: Sean Anderson
  Cc: David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	netdev, Madalin Bucur, linux-kernel

On Thu, Mar 23, 2023 at 10:59:57AM -0400, Sean Anderson wrote:
> I've read through or reworked a good portion of this driver. Add myself
> as a reviewer.
> 
> Signed-off-by: Sean Anderson <sean.anderson@seco.com>

Reviewed-by: Simon Horman <simon.horman@corigine.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] net: fman: Add myself as a reviewer
  2023-03-23 14:59 [PATCH] net: fman: Add myself as a reviewer Sean Anderson
  2023-03-24 12:23 ` Simon Horman
@ 2023-03-25  2:09 ` Jakub Kicinski
  2023-03-27  7:59   ` Madalin Bucur
  2023-03-28  2:40 ` patchwork-bot+netdevbpf
  2 siblings, 1 reply; 5+ messages in thread
From: Jakub Kicinski @ 2023-03-25  2:09 UTC (permalink / raw)
  To: Madalin Bucur
  Cc: Sean Anderson, David S . Miller, Eric Dumazet, Paolo Abeni,
	netdev, linux-kernel

On Thu, 23 Mar 2023 10:59:57 -0400 Sean Anderson wrote:
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9faef5784c03..c304714aff32 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8216,6 +8216,7 @@ F:	drivers/net/ethernet/freescale/dpaa
>  
>  FREESCALE QORIQ DPAA FMAN DRIVER
>  M:	Madalin Bucur <madalin.bucur@nxp.com>
> +R:	Sean Anderson <sean.anderson@seco.com>
>  L:	netdev@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/devicetree/bindings/net/fsl-fman.txt

Madalin? Ack? Should we read into your silence?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH] net: fman: Add myself as a reviewer
  2023-03-25  2:09 ` Jakub Kicinski
@ 2023-03-27  7:59   ` Madalin Bucur
  0 siblings, 0 replies; 5+ messages in thread
From: Madalin Bucur @ 2023-03-27  7:59 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: Sean Anderson, David S . Miller, Eric Dumazet, Paolo Abeni,
	netdev, linux-kernel

> -----Original Message-----
> From: Jakub Kicinski <kuba@kernel.org>
> Sent: 25 March 2023 04:10
> To: Madalin Bucur <madalin.bucur@nxp.com>
> Cc: Sean Anderson <sean.anderson@seco.com>; David S . Miller
> <davem@davemloft.net>; Eric Dumazet <edumazet@google.com>; Paolo Abeni
> <pabeni@redhat.com>; netdev@vger.kernel.org; linux-kernel@vger.kernel.org
> Subject: Re: [PATCH] net: fman: Add myself as a reviewer
> 
> On Thu, 23 Mar 2023 10:59:57 -0400 Sean Anderson wrote:
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 9faef5784c03..c304714aff32 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -8216,6 +8216,7 @@ F:	drivers/net/ethernet/freescale/dpaa
> >
> >  FREESCALE QORIQ DPAA FMAN DRIVER
> >  M:	Madalin Bucur <madalin.bucur@nxp.com>
> > +R:	Sean Anderson <sean.anderson@seco.com>
> >  L:	netdev@vger.kernel.org
> >  S:	Maintained
> >  F:	Documentation/devicetree/bindings/net/fsl-fman.txt
> 
> Madalin? Ack? Should we read into your silence?

Ack & thanks!

Acked-by: Madalin Bucur <madalin.bucur@oss.nxp.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] net: fman: Add myself as a reviewer
  2023-03-23 14:59 [PATCH] net: fman: Add myself as a reviewer Sean Anderson
  2023-03-24 12:23 ` Simon Horman
  2023-03-25  2:09 ` Jakub Kicinski
@ 2023-03-28  2:40 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-03-28  2:40 UTC (permalink / raw)
  To: Sean Anderson
  Cc: davem, edumazet, kuba, pabeni, netdev, madalin.bucur, linux-kernel

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 23 Mar 2023 10:59:57 -0400 you wrote:
> I've read through or reworked a good portion of this driver. Add myself
> as a reviewer.
> 
> Signed-off-by: Sean Anderson <sean.anderson@seco.com>
> ---
> 
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)

Here is the summary with links:
  - net: fman: Add myself as a reviewer
    https://git.kernel.org/netdev/net/c/ac9bba3ff1ef

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-28  2:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23 14:59 [PATCH] net: fman: Add myself as a reviewer Sean Anderson
2023-03-24 12:23 ` Simon Horman
2023-03-25  2:09 ` Jakub Kicinski
2023-03-27  7:59   ` Madalin Bucur
2023-03-28  2:40 ` patchwork-bot+netdevbpf

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).