Netdev List
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update BNXT entry with firmware files
@ 2022-04-27 16:21 Florian Fainelli
  2022-04-27 16:29 ` Michael Chan
  2022-04-27 16:32 ` Andy Shevchenko
  0 siblings, 2 replies; 5+ messages in thread
From: Florian Fainelli @ 2022-04-27 16:21 UTC (permalink / raw)
  To: netdev; +Cc: michael.chan, zajec5, andy, Florian Fainelli

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
 
 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
 M:	Arend van Spriel <aspriel@gmail.com>
-- 
2.25.1


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

* Re: [PATCH] MAINTAINERS: Update BNXT entry with firmware files
  2022-04-27 16:21 [PATCH] MAINTAINERS: Update BNXT entry with firmware files Florian Fainelli
@ 2022-04-27 16:29 ` Michael Chan
  2022-04-27 16:32   ` Florian Fainelli
  2022-04-27 16:32 ` Andy Shevchenko
  1 sibling, 1 reply; 5+ messages in thread
From: Michael Chan @ 2022-04-27 16:29 UTC (permalink / raw)
  To: Florian Fainelli; +Cc: Netdev, Rafał Miłecki, andy

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

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/...

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4209 bytes --]

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

* Re: [PATCH] MAINTAINERS: Update BNXT entry with firmware files
  2022-04-27 16:21 [PATCH] MAINTAINERS: Update BNXT entry with firmware files Florian Fainelli
  2022-04-27 16:29 ` Michael Chan
@ 2022-04-27 16:32 ` Andy Shevchenko
  1 sibling, 0 replies; 5+ messages in thread
From: Andy Shevchenko @ 2022-04-27 16:32 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: netdev, michael.chan, Rafał Miłecki, Andy Shevchenko

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!

-- 
With Best Regards,
Andy Shevchenko

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

* Re: [PATCH] MAINTAINERS: Update BNXT entry with firmware files
  2022-04-27 16:29 ` Michael Chan
@ 2022-04-27 16:32   ` Florian Fainelli
  2022-04-27 16:34     ` Michael Chan
  0 siblings, 1 reply; 5+ messages in thread
From: Florian Fainelli @ 2022-04-27 16:32 UTC (permalink / raw)
  To: Michael Chan; +Cc: Netdev, Rafał Miłecki, andy

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?
-- 
Florian

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

* Re: [PATCH] MAINTAINERS: Update BNXT entry with firmware files
  2022-04-27 16:32   ` Florian Fainelli
@ 2022-04-27 16:34     ` Michael Chan
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Chan @ 2022-04-27 16:34 UTC (permalink / raw)
  To: Florian Fainelli; +Cc: Netdev, Rafał Miłecki, andy

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

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.

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4209 bytes --]

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

end of thread, other threads:[~2022-04-27 16:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-27 16:21 [PATCH] MAINTAINERS: Update BNXT entry with firmware files Florian Fainelli
2022-04-27 16:29 ` Michael Chan
2022-04-27 16:32   ` Florian Fainelli
2022-04-27 16:34     ` Michael Chan
2022-04-27 16:32 ` Andy Shevchenko

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