* [PATCH v1] MAINTAINERS: Add USB driver file to visionfive2 maintain files.
@ 2025-03-17 11:36 Minda Chen
2025-03-17 12:44 ` Marek Vasut
0 siblings, 1 reply; 6+ messages in thread
From: Minda Chen @ 2025-03-17 11:36 UTC (permalink / raw)
To: Marek Vasut, Tom Rini, Rick Chen, Leo; +Cc: u-boot, Minda Chen, Hal Feng
Add USB related file to Starfive visionfive2 MAINTAINERS.
The N: pattern can override this.
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 898e284ce2c..f1d2deb9f5c 100644
--- a/board/starfive/visionfive2/MAINTAINERS
+++ b/board/starfive/visionfive2/MAINTAINERS
@@ -3,5 +3,6 @@ M: Minda Chen <minda.chen@starfivetech.com>
M: Hal Feng <hal.feng@starfivetech.com>
S: Maintained
F: drivers/ram/starfive/
+F: drivers/usb/cdns3/cdns3-starfive.c
N: jh7110
N: visionfive2
--
2.17.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH v1] MAINTAINERS: Add USB driver file to visionfive2 maintain files.
2025-03-17 11:36 [PATCH v1] MAINTAINERS: Add USB driver file to visionfive2 maintain files Minda Chen
@ 2025-03-17 12:44 ` Marek Vasut
2025-03-18 1:02 ` Minda Chen
0 siblings, 1 reply; 6+ messages in thread
From: Marek Vasut @ 2025-03-17 12:44 UTC (permalink / raw)
To: Minda Chen, Tom Rini, Rick Chen, Leo; +Cc: u-boot, Hal Feng
On 3/17/25 12:36 PM, Minda Chen wrote:
> Add USB related file to Starfive visionfive2 MAINTAINERS.
> The N: pattern can override this.
>
> 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 898e284ce2c..f1d2deb9f5c 100644
> --- a/board/starfive/visionfive2/MAINTAINERS
> +++ b/board/starfive/visionfive2/MAINTAINERS
> @@ -3,5 +3,6 @@ M: Minda Chen <minda.chen@starfivetech.com>
> M: Hal Feng <hal.feng@starfivetech.com>
> S: Maintained
> F: drivers/ram/starfive/
> +F: drivers/usb/cdns3/cdns3-starfive.c
What about using 'N: starfive' instead to match on all files which
include the string 'starfive' ?
> N: jh7110
> N: visionfive2
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v1] MAINTAINERS: Add USB driver file to visionfive2 maintain files.
2025-03-17 12:44 ` Marek Vasut
@ 2025-03-18 1:02 ` Minda Chen
2025-03-21 3:57 ` Marek Vasut
0 siblings, 1 reply; 6+ messages in thread
From: Minda Chen @ 2025-03-18 1:02 UTC (permalink / raw)
To: Marek Vasut, Tom Rini, Rick Chen, Leo; +Cc: u-boot@lists.denx.de, Hal Feng
>
> On 3/17/25 12:36 PM, Minda Chen wrote:
> > Add USB related file to Starfive visionfive2 MAINTAINERS.
> > The N: pattern can override this.
> >
> > 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 898e284ce2c..f1d2deb9f5c 100644
> > --- a/board/starfive/visionfive2/MAINTAINERS
> > +++ b/board/starfive/visionfive2/MAINTAINERS
> > @@ -3,5 +3,6 @@ M: Minda Chen <minda.chen@starfivetech.com>
> > M: Hal Feng <hal.feng@starfivetech.com>
> > S: Maintained
> > F: drivers/ram/starfive/
> > +F: drivers/usb/cdns3/cdns3-starfive.c
>
> What about using 'N: starfive' instead to match on all files which include the
> string 'starfive' ?
>
Maybe other IC code will be upstreamed. It is not me to maintain
> > N: jh7110
> > N: visionfive2
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v1] MAINTAINERS: Add USB driver file to visionfive2 maintain files.
2025-03-18 1:02 ` Minda Chen
@ 2025-03-21 3:57 ` Marek Vasut
2025-04-01 10:39 ` Minda Chen
0 siblings, 1 reply; 6+ messages in thread
From: Marek Vasut @ 2025-03-21 3:57 UTC (permalink / raw)
To: Minda Chen, Tom Rini, Rick Chen, Leo; +Cc: u-boot@lists.denx.de, Hal Feng
On 3/18/25 2:02 AM, Minda Chen wrote:
>
>
>>
>> On 3/17/25 12:36 PM, Minda Chen wrote:
>>> Add USB related file to Starfive visionfive2 MAINTAINERS.
>>> The N: pattern can override this.
>>>
>>> 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 898e284ce2c..f1d2deb9f5c 100644
>>> --- a/board/starfive/visionfive2/MAINTAINERS
>>> +++ b/board/starfive/visionfive2/MAINTAINERS
>>> @@ -3,5 +3,6 @@ M: Minda Chen <minda.chen@starfivetech.com>
>>> M: Hal Feng <hal.feng@starfivetech.com>
>>> S: Maintained
>>> F: drivers/ram/starfive/
>>> +F: drivers/usb/cdns3/cdns3-starfive.c
>>
>> What about using 'N: starfive' instead to match on all files which include the
>> string 'starfive' ?
>>
> Maybe other IC code will be upstreamed. It is not me to maintain
OK, in that case please put this USB controller maintainer line into the
top level MAINTAINERS file, since this is a generic driver, not a
board-specific one.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v1] MAINTAINERS: Add USB driver file to visionfive2 maintain files.
2025-03-21 3:57 ` Marek Vasut
@ 2025-04-01 10:39 ` Minda Chen
2025-04-08 18:30 ` Marek Vasut
0 siblings, 1 reply; 6+ messages in thread
From: Minda Chen @ 2025-04-01 10:39 UTC (permalink / raw)
To: Marek Vasut, Tom Rini, Rick Chen, Leo; +Cc: u-boot@lists.denx.de, Hal Feng
>
> On 3/18/25 2:02 AM, Minda Chen wrote:
> >
> >
> >>
> >> On 3/17/25 12:36 PM, Minda Chen wrote:
> >>> Add USB related file to Starfive visionfive2 MAINTAINERS.
> >>> The N: pattern can override this.
> >>>
> >>> 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 898e284ce2c..f1d2deb9f5c 100644
> >>> --- a/board/starfive/visionfive2/MAINTAINERS
> >>> +++ b/board/starfive/visionfive2/MAINTAINERS
> >>> @@ -3,5 +3,6 @@ M: Minda Chen <minda.chen@starfivetech.com>
> >>> M: Hal Feng <hal.feng@starfivetech.com>
> >>> S: Maintained
> >>> F: drivers/ram/starfive/
> >>> +F: drivers/usb/cdns3/cdns3-starfive.c
> >>
> >> What about using 'N: starfive' instead to match on all files which
> >> include the string 'starfive' ?
> >>
> > Maybe other IC code will be upstreamed. It is not me to maintain
> OK, in that case please put this USB controller maintainer line into the top level
> MAINTAINERS file, since this is a generic driver, not a board-specific one.
I think it is ic-specific file. It is just about platform setting. It is not proper to the top.
Maybe I set it N: starfive. Now just one board setting .
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v1] MAINTAINERS: Add USB driver file to visionfive2 maintain files.
2025-04-01 10:39 ` Minda Chen
@ 2025-04-08 18:30 ` Marek Vasut
0 siblings, 0 replies; 6+ messages in thread
From: Marek Vasut @ 2025-04-08 18:30 UTC (permalink / raw)
To: Minda Chen, Tom Rini, Rick Chen, Leo; +Cc: u-boot@lists.denx.de, Hal Feng
On 4/1/25 12:39 PM, Minda Chen wrote:
>
>
>>
>> On 3/18/25 2:02 AM, Minda Chen wrote:
>>>
>>>
>>>>
>>>> On 3/17/25 12:36 PM, Minda Chen wrote:
>>>>> Add USB related file to Starfive visionfive2 MAINTAINERS.
>>>>> The N: pattern can override this.
>>>>>
>>>>> 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 898e284ce2c..f1d2deb9f5c 100644
>>>>> --- a/board/starfive/visionfive2/MAINTAINERS
>>>>> +++ b/board/starfive/visionfive2/MAINTAINERS
>>>>> @@ -3,5 +3,6 @@ M: Minda Chen <minda.chen@starfivetech.com>
>>>>> M: Hal Feng <hal.feng@starfivetech.com>
>>>>> S: Maintained
>>>>> F: drivers/ram/starfive/
>>>>> +F: drivers/usb/cdns3/cdns3-starfive.c
>>>>
>>>> What about using 'N: starfive' instead to match on all files which
>>>> include the string 'starfive' ?
>>>>
>>> Maybe other IC code will be upstreamed. It is not me to maintain
>> OK, in that case please put this USB controller maintainer line into the top level
>> MAINTAINERS file, since this is a generic driver, not a board-specific one.
>
> I think it is ic-specific file. It is just about platform setting. It is not proper to the top.
> Maybe I set it N: starfive. Now just one board setting .
Understood.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-04-08 18:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-17 11:36 [PATCH v1] MAINTAINERS: Add USB driver file to visionfive2 maintain files Minda Chen
2025-03-17 12:44 ` Marek Vasut
2025-03-18 1:02 ` Minda Chen
2025-03-21 3:57 ` Marek Vasut
2025-04-01 10:39 ` Minda Chen
2025-04-08 18:30 ` Marek Vasut
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.