All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add allwinner/sunxi driver directories
@ 2021-04-19  3:13 Samuel Holland
  2021-04-21 10:58 ` Andre Przywara
  0 siblings, 1 reply; 4+ messages in thread
From: Samuel Holland @ 2021-04-19  3:13 UTC (permalink / raw)
  To: u-boot

These drivers are sunxi platform-specific, and so are of interest to the
sunxi maintainers.

In fact, as there is no PHY driver maintainer, drivers/phy/allwinner had
no maintainer at all.

Signed-off-by: Samuel Holland <samuel@sholland.org>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c6dd9bf838..2d66831694 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -478,6 +478,9 @@ F:	arch/arm/cpu/armv7/sunxi/
 F:	arch/arm/include/asm/arch-sunxi/
 F:	arch/arm/mach-sunxi/
 F:	board/sunxi/
+F:	drivers/clk/sunxi/
+F:	drivers/phy/allwinner/
+F:	drivers/video/sunxi/
 
 ARM TEGRA
 M:	Tom Warren <twarren@nvidia.com>
-- 
2.26.3

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

* [PATCH] MAINTAINERS: Add allwinner/sunxi driver directories
  2021-04-19  3:13 [PATCH] MAINTAINERS: Add allwinner/sunxi driver directories Samuel Holland
@ 2021-04-21 10:58 ` Andre Przywara
  2021-05-26 23:53   ` Andre Przywara
  0 siblings, 1 reply; 4+ messages in thread
From: Andre Przywara @ 2021-04-21 10:58 UTC (permalink / raw)
  To: u-boot

On Sun, 18 Apr 2021 22:13:36 -0500
Samuel Holland <samuel@sholland.org> wrote:

> These drivers are sunxi platform-specific, and so are of interest to the
> sunxi maintainers.

Thanks, that seems to be in line with what other platforms do.
CC:ing Lukasz for the clock tree and Anatolij for video.

> In fact, as there is no PHY driver maintainer, drivers/phy/allwinner had
> no maintainer at all.
>
> Signed-off-by: Samuel Holland <samuel@sholland.org>

Acked-by: Andre Przywara <andre.przywara@arm.com>

Cheers,
Andre

> ---
>  MAINTAINERS | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c6dd9bf838..2d66831694 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -478,6 +478,9 @@ F:	arch/arm/cpu/armv7/sunxi/
>  F:	arch/arm/include/asm/arch-sunxi/
>  F:	arch/arm/mach-sunxi/
>  F:	board/sunxi/
> +F:	drivers/clk/sunxi/
> +F:	drivers/phy/allwinner/
> +F:	drivers/video/sunxi/
>  
>  ARM TEGRA
>  M:	Tom Warren <twarren@nvidia.com>

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

* Re: [PATCH] MAINTAINERS: Add allwinner/sunxi driver directories
  2021-04-21 10:58 ` Andre Przywara
@ 2021-05-26 23:53   ` Andre Przywara
  2021-05-27  1:21     ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Andre Przywara @ 2021-05-26 23:53 UTC (permalink / raw)
  To: Samuel Holland
  Cc: Jagan Teki, u-boot, Simon Glass, Tom Rini, Lukasz Majewski,
	Anatolij Gustschin

On Wed, 21 Apr 2021 11:58:47 +0100
Andre Przywara <andre.przywara@arm.com> wrote:

Simon, Tom,

> On Sun, 18 Apr 2021 22:13:36 -0500
> Samuel Holland <samuel@sholland.org> wrote:
> 
> > These drivers are sunxi platform-specific, and so are of interest to the
> > sunxi maintainers.  
> 
> Thanks, that seems to be in line with what other platforms do.
> CC:ing Lukasz for the clock tree and Anatolij for video.
> 
> > In fact, as there is no PHY driver maintainer, drivers/phy/allwinner had
> > no maintainer at all.
> >
> > Signed-off-by: Samuel Holland <samuel@sholland.org>  
> 
> Acked-by: Andre Przywara <andre.przywara@arm.com>

Shall I take this through the sunxi tree? Or are you going to take this?

Cheers,
Andre

> > ---
> >  MAINTAINERS | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index c6dd9bf838..2d66831694 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -478,6 +478,9 @@ F:	arch/arm/cpu/armv7/sunxi/
> >  F:	arch/arm/include/asm/arch-sunxi/
> >  F:	arch/arm/mach-sunxi/
> >  F:	board/sunxi/
> > +F:	drivers/clk/sunxi/
> > +F:	drivers/phy/allwinner/
> > +F:	drivers/video/sunxi/
> >  
> >  ARM TEGRA
> >  M:	Tom Warren <twarren@nvidia.com>  
> 


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

* Re: [PATCH] MAINTAINERS: Add allwinner/sunxi driver directories
  2021-05-26 23:53   ` Andre Przywara
@ 2021-05-27  1:21     ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2021-05-27  1:21 UTC (permalink / raw)
  To: Andre Przywara
  Cc: Samuel Holland, Jagan Teki, u-boot, Simon Glass, Lukasz Majewski,
	Anatolij Gustschin

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

On Thu, May 27, 2021 at 12:53:00AM +0100, Andre Przywara wrote:
> On Wed, 21 Apr 2021 11:58:47 +0100
> Andre Przywara <andre.przywara@arm.com> wrote:
> 
> Simon, Tom,
> 
> > On Sun, 18 Apr 2021 22:13:36 -0500
> > Samuel Holland <samuel@sholland.org> wrote:
> > 
> > > These drivers are sunxi platform-specific, and so are of interest to the
> > > sunxi maintainers.  
> > 
> > Thanks, that seems to be in line with what other platforms do.
> > CC:ing Lukasz for the clock tree and Anatolij for video.
> > 
> > > In fact, as there is no PHY driver maintainer, drivers/phy/allwinner had
> > > no maintainer at all.
> > >
> > > Signed-off-by: Samuel Holland <samuel@sholland.org>  
> > 
> > Acked-by: Andre Przywara <andre.przywara@arm.com>
> 
> Shall I take this through the sunxi tree? Or are you going to take this?

Yeah, the sunxi tree, 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-05-27  1:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19  3:13 [PATCH] MAINTAINERS: Add allwinner/sunxi driver directories Samuel Holland
2021-04-21 10:58 ` Andre Przywara
2021-05-26 23:53   ` Andre Przywara
2021-05-27  1:21     ` 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.