public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1 1/2] board: starfive: Update maintainer of VisionFive v2 board
@ 2024-03-08  6:53 Minda Chen
  2024-03-08  6:53 ` [PATCH v1 2/2] board: starfive: maintainer: Add visionfive2 PCIe driver Minda Chen
  2024-03-12  3:03 ` [PATCH v1 1/2] board: starfive: Update maintainer of VisionFive v2 board Leo Liang
  0 siblings, 2 replies; 4+ messages in thread
From: Minda Chen @ 2024-03-08  6:53 UTC (permalink / raw)
  To: Leo Yu-chi Liang, Rick Chen, u-boot; +Cc: Tom Rini

Update the maintainer of Starfive VisionFive v2 board.

Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
---
 board/starfive/visionfive2/MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/starfive/visionfive2/MAINTAINERS b/board/starfive/visionfive2/MAINTAINERS
index 600ff9575b..5056e9c713 100644
--- a/board/starfive/visionfive2/MAINTAINERS
+++ b/board/starfive/visionfive2/MAINTAINERS
@@ -1,5 +1,5 @@
 STARFIVE JH7110 VISIONFIVE2 BOARD
-M:	Yanhong Wang <yanhong.wang@starfivetech.com>
+M:	Minda Chen <minda.chen@starfivetech.com>
 S:	Maintained
 F:	arch/riscv/include/asm/arch-jh7110/
 F:	board/starfive/visionfive2/
-- 
2.17.1


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

* [PATCH v1 2/2] board: starfive: maintainer: Add visionfive2 PCIe driver
  2024-03-08  6:53 [PATCH v1 1/2] board: starfive: Update maintainer of VisionFive v2 board Minda Chen
@ 2024-03-08  6:53 ` Minda Chen
  2024-03-12  3:04   ` Leo Liang
  2024-03-12  3:03 ` [PATCH v1 1/2] board: starfive: Update maintainer of VisionFive v2 board Leo Liang
  1 sibling, 1 reply; 4+ messages in thread
From: Minda Chen @ 2024-03-08  6:53 UTC (permalink / raw)
  To: Leo Yu-chi Liang, Rick Chen, u-boot; +Cc: Tom Rini

Add PCIe driver file to visionfive2 board MAINTAINERS list.

Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
---
 board/starfive/visionfive2/MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/starfive/visionfive2/MAINTAINERS b/board/starfive/visionfive2/MAINTAINERS
index 5056e9c713..d7f638f9b4 100644
--- a/board/starfive/visionfive2/MAINTAINERS
+++ b/board/starfive/visionfive2/MAINTAINERS
@@ -5,3 +5,4 @@ F:	arch/riscv/include/asm/arch-jh7110/
 F:	board/starfive/visionfive2/
 F:	include/configs/starfive-visionfive2.h
 F:	configs/starfive_visionfive2_defconfig
+F:	drivers/pci/pcie_starfive_jh7110.c
-- 
2.17.1


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

* Re: [PATCH v1 1/2] board: starfive: Update maintainer of VisionFive v2 board
  2024-03-08  6:53 [PATCH v1 1/2] board: starfive: Update maintainer of VisionFive v2 board Minda Chen
  2024-03-08  6:53 ` [PATCH v1 2/2] board: starfive: maintainer: Add visionfive2 PCIe driver Minda Chen
@ 2024-03-12  3:03 ` Leo Liang
  1 sibling, 0 replies; 4+ messages in thread
From: Leo Liang @ 2024-03-12  3:03 UTC (permalink / raw)
  To: Minda Chen; +Cc: Rick Chen, u-boot, Tom Rini

On Fri, Mar 08, 2024 at 02:53:35PM +0800, Minda Chen wrote:
> Update the maintainer of Starfive VisionFive v2 board.
> 
> Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
> ---
>  board/starfive/visionfive2/MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>

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

* Re: [PATCH v1 2/2] board: starfive: maintainer: Add visionfive2 PCIe driver
  2024-03-08  6:53 ` [PATCH v1 2/2] board: starfive: maintainer: Add visionfive2 PCIe driver Minda Chen
@ 2024-03-12  3:04   ` Leo Liang
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Liang @ 2024-03-12  3:04 UTC (permalink / raw)
  To: Minda Chen; +Cc: Rick Chen, u-boot, Tom Rini

On Fri, Mar 08, 2024 at 02:53:36PM +0800, Minda Chen wrote:
> Add PCIe driver file to visionfive2 board MAINTAINERS list.
> 
> Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
> ---
>  board/starfive/visionfive2/MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>

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

end of thread, other threads:[~2024-03-12  3:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-08  6:53 [PATCH v1 1/2] board: starfive: Update maintainer of VisionFive v2 board Minda Chen
2024-03-08  6:53 ` [PATCH v1 2/2] board: starfive: maintainer: Add visionfive2 PCIe driver Minda Chen
2024-03-12  3:04   ` Leo Liang
2024-03-12  3:03 ` [PATCH v1 1/2] board: starfive: Update maintainer of VisionFive v2 board Leo Liang

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