public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1] board: starfive: Update the maintainer file for VisionFive 2 board
@ 2025-01-27  8:38 Hal Feng
  2025-01-27 16:15 ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Hal Feng @ 2025-01-27  8:38 UTC (permalink / raw)
  To: Leo Yu-Chi Liang, Tom Rini, Sumit Garg, Rick Chen
  Cc: Minda Chen, Hal Feng, u-boot

Update maintainers for StarFive VisionFive 2 board and add the
missing drivers to the file list.

Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
---
 board/starfive/visionfive2/MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/board/starfive/visionfive2/MAINTAINERS b/board/starfive/visionfive2/MAINTAINERS
index d7f638f9b41..14fe8368548 100644
--- a/board/starfive/visionfive2/MAINTAINERS
+++ b/board/starfive/visionfive2/MAINTAINERS
@@ -1,8 +1,16 @@
 STARFIVE JH7110 VISIONFIVE2 BOARD
 M:	Minda Chen <minda.chen@starfivetech.com>
+M:	Hal Feng <hal.feng@starfivetech.com>
 S:	Maintained
+F:	arch/riscv/cpu/jh7110/
+F:	arch/riscv/dts/jh7110*
 F:	arch/riscv/include/asm/arch-jh7110/
 F:	board/starfive/visionfive2/
+F:	doc/board/starfive/visionfive2.rst
 F:	include/configs/starfive-visionfive2.h
 F:	configs/starfive_visionfive2_defconfig
+F:	drivers/clk/starfive/clk-jh7110*
 F:	drivers/pci/pcie_starfive_jh7110.c
+F:	drivers/pinctrl/starfive/pinctrl-jh7110*
+F:	drivers/ram/starfive/
+F:	drivers/reset/reset-jh7110.c

base-commit: d8a7100d658eb201fa0e955667fdff298db31945
-- 
2.43.2


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

* Re: [PATCH v1] board: starfive: Update the maintainer file for VisionFive 2 board
  2025-01-27  8:38 [PATCH v1] board: starfive: Update the maintainer file for VisionFive 2 board Hal Feng
@ 2025-01-27 16:15 ` Tom Rini
  2025-02-05  3:20   ` Hal Feng
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Rini @ 2025-01-27 16:15 UTC (permalink / raw)
  To: Hal Feng; +Cc: Leo Yu-Chi Liang, Sumit Garg, Rick Chen, Minda Chen, u-boot

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

On Mon, Jan 27, 2025 at 04:38:14PM +0800, Hal Feng wrote:
> Update maintainers for StarFive VisionFive 2 board and add the
> missing drivers to the file list.
> 
> Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
> ---
>  board/starfive/visionfive2/MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/board/starfive/visionfive2/MAINTAINERS b/board/starfive/visionfive2/MAINTAINERS
> index d7f638f9b41..14fe8368548 100644
> --- a/board/starfive/visionfive2/MAINTAINERS
> +++ b/board/starfive/visionfive2/MAINTAINERS
> @@ -1,8 +1,16 @@
>  STARFIVE JH7110 VISIONFIVE2 BOARD
>  M:	Minda Chen <minda.chen@starfivetech.com>
> +M:	Hal Feng <hal.feng@starfivetech.com>
>  S:	Maintained
> +F:	arch/riscv/cpu/jh7110/
> +F:	arch/riscv/dts/jh7110*
>  F:	arch/riscv/include/asm/arch-jh7110/
>  F:	board/starfive/visionfive2/
> +F:	doc/board/starfive/visionfive2.rst
>  F:	include/configs/starfive-visionfive2.h
>  F:	configs/starfive_visionfive2_defconfig
> +F:	drivers/clk/starfive/clk-jh7110*
>  F:	drivers/pci/pcie_starfive_jh7110.c
> +F:	drivers/pinctrl/starfive/pinctrl-jh7110*
> +F:	drivers/ram/starfive/
> +F:	drivers/reset/reset-jh7110.c

This would be a good place to do something like:
N:	jh7110

As that will catch all files/directories with jh7110 in their name.

-- 
Tom

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

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

* RE: [PATCH v1] board: starfive: Update the maintainer file for VisionFive 2 board
  2025-01-27 16:15 ` Tom Rini
@ 2025-02-05  3:20   ` Hal Feng
  0 siblings, 0 replies; 3+ messages in thread
From: Hal Feng @ 2025-02-05  3:20 UTC (permalink / raw)
  To: Tom Rini
  Cc: Leo Yu-Chi Liang, Sumit Garg, Rick Chen, Minda Chen,
	u-boot@lists.denx.de

> On 28.01.25 00:15, Tom Rini wrote:
> On Mon, Jan 27, 2025 at 04:38:14PM +0800, Hal Feng wrote:
> > Update maintainers for StarFive VisionFive 2 board and add the missing
> > drivers to the file list.
> >
> > Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
> > ---
> >  board/starfive/visionfive2/MAINTAINERS | 8 ++++++++
> >  1 file changed, 8 insertions(+)
> >
> > diff --git a/board/starfive/visionfive2/MAINTAINERS
> > b/board/starfive/visionfive2/MAINTAINERS
> > index d7f638f9b41..14fe8368548 100644
> > --- a/board/starfive/visionfive2/MAINTAINERS
> > +++ b/board/starfive/visionfive2/MAINTAINERS
> > @@ -1,8 +1,16 @@
> >  STARFIVE JH7110 VISIONFIVE2 BOARD
> >  M:	Minda Chen <minda.chen@starfivetech.com>
> > +M:	Hal Feng <hal.feng@starfivetech.com>
> >  S:	Maintained
> > +F:	arch/riscv/cpu/jh7110/
> > +F:	arch/riscv/dts/jh7110*
> >  F:	arch/riscv/include/asm/arch-jh7110/
> >  F:	board/starfive/visionfive2/
> > +F:	doc/board/starfive/visionfive2.rst
> >  F:	include/configs/starfive-visionfive2.h
> >  F:	configs/starfive_visionfive2_defconfig
> > +F:	drivers/clk/starfive/clk-jh7110*
> >  F:	drivers/pci/pcie_starfive_jh7110.c
> > +F:	drivers/pinctrl/starfive/pinctrl-jh7110*
> > +F:	drivers/ram/starfive/
> > +F:	drivers/reset/reset-jh7110.c
> 
> This would be a good place to do something like:
> N:	jh7110
> 
> As that will catch all files/directories with jh7110 in their name.

Will modify accordingly in v2. Thanks.

Best regards,
Hal

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

end of thread, other threads:[~2025-02-05 13:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-27  8:38 [PATCH v1] board: starfive: Update the maintainer file for VisionFive 2 board Hal Feng
2025-01-27 16:15 ` Tom Rini
2025-02-05  3:20   ` Hal Feng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox