diff mbox series

MAINTAINERS: Update BNXT entry with firmware files

Message ID 20220427162145.121370-1-f.fainelli@gmail.com (mailing list archive)
State Superseded
Headers show
Series MAINTAINERS: Update BNXT entry with firmware files | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Florian Fainelli April 27, 2022, 4:21 p.m. UTC
There appears to be a maintainer gap for BNXT TEE firmware files which
causes some patches to be missed. Update the entry for the BNXT Ethernet
controller with its companion firmware files.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

Comments

Michael Chan April 27, 2022, 4:29 p.m. UTC | #1
On Wed, Apr 27, 2022 at 9:21 AM Florian Fainelli <f.fainelli@gmail.com> wrote:
>
> There appears to be a maintainer gap for BNXT TEE firmware files which
> causes some patches to be missed. Update the entry for the BNXT Ethernet
> controller with its companion firmware files.
>
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f585242da63d..0316d0c9a908 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3927,7 +3927,9 @@ BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
>  M:     Michael Chan <michael.chan@broadcom.com>
>  L:     netdev@vger.kernel.org
>  S:     Supported
> +F:     drivers/firmware/broadcom/tee_bnxt_fw.c
>  F:     drivers/net/ethernet/broadcom/bnxt/
> +F:     linux/firmware/broadcom/tee_bnxt_fw.h

should be include/linux/firmware/...
Andy Shevchenko April 27, 2022, 4:32 p.m. UTC | #2
On Wed, Apr 27, 2022 at 6:21 PM Florian Fainelli <f.fainelli@gmail.com> wrote:
>
> There appears to be a maintainer gap for BNXT TEE firmware files which
> causes some patches to be missed. Update the entry for the BNXT Ethernet
> controller with its companion firmware files.

Thanks for adding this!
Florian Fainelli April 27, 2022, 4:32 p.m. UTC | #3
On 4/27/22 09:29, Michael Chan wrote:
> On Wed, Apr 27, 2022 at 9:21 AM Florian Fainelli <f.fainelli@gmail.com> wrote:
>>
>> There appears to be a maintainer gap for BNXT TEE firmware files which
>> causes some patches to be missed. Update the entry for the BNXT Ethernet
>> controller with its companion firmware files.
>>
>> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
>> ---
>>   MAINTAINERS | 2 ++
>>   1 file changed, 2 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index f585242da63d..0316d0c9a908 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -3927,7 +3927,9 @@ BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
>>   M:     Michael Chan <michael.chan@broadcom.com>
>>   L:     netdev@vger.kernel.org
>>   S:     Supported
>> +F:     drivers/firmware/broadcom/tee_bnxt_fw.c
>>   F:     drivers/net/ethernet/broadcom/bnxt/
>> +F:     linux/firmware/broadcom/tee_bnxt_fw.h
> 
> should be include/linux/firmware/...

Meh, I copy/pasted without adding it, thanks Michael, does that mean you 
are ok with being copied on those file changes?
Michael Chan April 27, 2022, 4:34 p.m. UTC | #4
On Wed, Apr 27, 2022 at 9:32 AM Florian Fainelli <f.fainelli@gmail.com> wrote:
>
> On 4/27/22 09:29, Michael Chan wrote:
> > On Wed, Apr 27, 2022 at 9:21 AM Florian Fainelli <f.fainelli@gmail.com> wrote:
> >>
> >> There appears to be a maintainer gap for BNXT TEE firmware files which
> >> causes some patches to be missed. Update the entry for the BNXT Ethernet
> >> controller with its companion firmware files.
> >>
> >> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
> >> ---
> >>   MAINTAINERS | 2 ++
> >>   1 file changed, 2 insertions(+)
> >>
> >> diff --git a/MAINTAINERS b/MAINTAINERS
> >> index f585242da63d..0316d0c9a908 100644
> >> --- a/MAINTAINERS
> >> +++ b/MAINTAINERS
> >> @@ -3927,7 +3927,9 @@ BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
> >>   M:     Michael Chan <michael.chan@broadcom.com>
> >>   L:     netdev@vger.kernel.org
> >>   S:     Supported
> >> +F:     drivers/firmware/broadcom/tee_bnxt_fw.c
> >>   F:     drivers/net/ethernet/broadcom/bnxt/
> >> +F:     linux/firmware/broadcom/tee_bnxt_fw.h
> >
> > should be include/linux/firmware/...
>
> Meh, I copy/pasted without adding it, thanks Michael, does that mean you
> are ok with being copied on those file changes?

Yes.  Thanks.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index f585242da63d..0316d0c9a908 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3927,7 +3927,9 @@  BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
 M:	Michael Chan <michael.chan@broadcom.com>
 L:	netdev@vger.kernel.org
 S:	Supported
+F:	drivers/firmware/broadcom/tee_bnxt_fw.c
 F:	drivers/net/ethernet/broadcom/bnxt/
+F:	linux/firmware/broadcom/tee_bnxt_fw.h
 
 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
 M:	Arend van Spriel <aspriel@gmail.com>