diff options
| author | Rafał Miłecki <[email protected]> | 2021-01-07 19:00:51 +0100 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2021-01-08 19:17:28 -0800 |
| commit | f67b4ff23917779e4fbd455bf0ba3efc288a5e8d (patch) | |
| tree | 62e2c9376ead40143790e15d7493bb4082fa3335 | |
| parent | 28e303da55b386df1c175cd44649b1a5ddfc09f7 (diff) | |
MAINTAINERS: add bgmac section entry
This driver exists for years but was missing its MAINTAINERS entry.
Signed-off-by: Rafał Miłecki <[email protected]>
Acked-by: Florian Fainelli <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
| -rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 675a6379b0b3..c2cb79198288 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3660,6 +3660,15 @@ N: bcm88312 N: hr2 N: stingray +BROADCOM IPROC GBIT ETHERNET DRIVER +M: Rafał Miłecki <[email protected]> +S: Maintained +F: Documentation/devicetree/bindings/net/brcm,amac.txt +F: drivers/net/ethernet/broadcom/bgmac* +F: drivers/net/ethernet/broadcom/unimac.h + BROADCOM KONA GPIO DRIVER M: Ray Jui <[email protected]> |