All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: Add myself as a maintainer for the clock subsystem
@ 2021-11-24  4:23 Sean Anderson
  2021-11-24  7:53 ` Lukasz Majewski
  2021-11-29 16:28 ` Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Sean Anderson @ 2021-11-24  4:23 UTC (permalink / raw)
  To: u-boot, Tom Rini
  Cc: Stefano Babic, Lukasz Majewski, Simon Glass, Sean Anderson

Lukasz has not been very responsive in reviewing clock patches. Add
myself as a maintainer.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
---

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 6db5354322..d30daff724 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -667,6 +667,7 @@ F:	drivers/mtd/jedec_flash.c
 
 CLOCK
 M:	Lukasz Majewski <lukma@denx.de>
+M:	Sean Anderson <seanga2@gmail.com>
 S:	Maintained
 T:	git https://source.denx.de/u-boot/custodians/u-boot-clk.git
 F:	drivers/clk/
-- 
2.33.0


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

* Re: [PATCH] clk: Add myself as a maintainer for the clock subsystem
  2021-11-24  4:23 [PATCH] clk: Add myself as a maintainer for the clock subsystem Sean Anderson
@ 2021-11-24  7:53 ` Lukasz Majewski
  2021-11-24 13:56   ` Tom Rini
  2021-11-29 16:28 ` Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Lukasz Majewski @ 2021-11-24  7:53 UTC (permalink / raw)
  To: Sean Anderson; +Cc: u-boot, Tom Rini, Stefano Babic, Simon Glass

[-- Attachment #1: Type: text/plain, Size: 1055 bytes --]

Hi Sean,

> Lukasz has not been very responsive

Unfortunately, this is true. I do have some personal issues which
reduced my time budget.

> in reviewing clock patches. Add
> myself as a maintainer.

Thanks for offering your help.

> 
> Signed-off-by: Sean Anderson <seanga2@gmail.com>
> ---
> 
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6db5354322..d30daff724 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -667,6 +667,7 @@ F:	drivers/mtd/jedec_flash.c
>  
>  CLOCK
>  M:	Lukasz Majewski <lukma@denx.de>
> +M:	Sean Anderson <seanga2@gmail.com>
>  S:	Maintained
>  T:	git https://source.denx.de/u-boot/custodians/u-boot-clk.git
>  F:	drivers/clk/

Acked-by: Lukasz Majewski <lukma@denx.de>


Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH] clk: Add myself as a maintainer for the clock subsystem
  2021-11-24  7:53 ` Lukasz Majewski
@ 2021-11-24 13:56   ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2021-11-24 13:56 UTC (permalink / raw)
  To: Lukasz Majewski; +Cc: Sean Anderson, u-boot, Stefano Babic, Simon Glass

[-- Attachment #1: Type: text/plain, Size: 974 bytes --]

On Wed, Nov 24, 2021 at 08:53:01AM +0100, Lukasz Majewski wrote:
> Hi Sean,
> 
> > Lukasz has not been very responsive
> 
> Unfortunately, this is true. I do have some personal issues which
> reduced my time budget.
> 
> > in reviewing clock patches. Add
> > myself as a maintainer.
> 
> Thanks for offering your help.
> 
> > 
> > Signed-off-by: Sean Anderson <seanga2@gmail.com>
> > ---
> > 
> >  MAINTAINERS | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 6db5354322..d30daff724 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -667,6 +667,7 @@ F:	drivers/mtd/jedec_flash.c
> >  
> >  CLOCK
> >  M:	Lukasz Majewski <lukma@denx.de>
> > +M:	Sean Anderson <seanga2@gmail.com>
> >  S:	Maintained
> >  T:	git https://source.denx.de/u-boot/custodians/u-boot-clk.git
> >  F:	drivers/clk/
> 
> Acked-by: Lukasz Majewski <lukma@denx.de>

Thanks!  I'll apply this shortly.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Re: [PATCH] clk: Add myself as a maintainer for the clock subsystem
  2021-11-24  4:23 [PATCH] clk: Add myself as a maintainer for the clock subsystem Sean Anderson
  2021-11-24  7:53 ` Lukasz Majewski
@ 2021-11-29 16:28 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2021-11-29 16:28 UTC (permalink / raw)
  To: Sean Anderson; +Cc: u-boot, Stefano Babic, Lukasz Majewski, Simon Glass

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

On Tue, Nov 23, 2021 at 11:23:40PM -0500, Sean Anderson wrote:

> Lukasz has not been very responsive in reviewing clock patches. Add
> myself as a maintainer.
> 
> Signed-off-by: Sean Anderson <seanga2@gmail.com>
> Acked-by: Lukasz Majewski <lukma@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2021-11-29 16:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-24  4:23 [PATCH] clk: Add myself as a maintainer for the clock subsystem Sean Anderson
2021-11-24  7:53 ` Lukasz Majewski
2021-11-24 13:56   ` Tom Rini
2021-11-29 16:28 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.