diff options
| author | Serge Semin <fancer.lancer@gmail.com> | 2023-12-04 23:43:50 +0300 |
|---|---|---|
| committer | Serge Semin <fancer.lancer@gmail.com> | 2026-08-13 20:37:50 +0300 |
| commit | bf4d26d001ab0a4c0e1b89db50cc441fb1f69468 (patch) | |
| tree | 282be9b95be265a9bc1cc3a9215c209828d410e5 | |
| parent | e404c5744d212d0a27cf2413297fbcd99f9edd4b (diff) | |
| download | linux-bf4d26d001ab0a4c0e1b89db50cc441fb1f69468.tar.gz linux-bf4d26d001ab0a4c0e1b89db50cc441fb1f69468.zip | |
MAINTAINERS: net: pcs: xpcs: Add PMA layer files
The drivers/net/pcs/pcs-xpcs-pma.c file has just been added to the DW XPCS
driver. It contains the DW XPCS PMA layer initialization functions called
from the main part of the driver. Add it to the list of the files
maintained in the framework of the generic DW XPCS driver parts.
Signed-off-by: Serge Semin <fancer.lancer@gmail.com>
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d1cc0e12fe1f..58f37e8e41b7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -25629,6 +25629,7 @@ F: drivers/net/ethernet/synopsys/ SYNOPSYS DESIGNWARE ETHERNET XPCS DRIVER L: netdev@vger.kernel.org S: Orphan +F: drivers/net/pcs/pcs-xpcs-pma.c F: drivers/net/pcs/pcs-xpcs.c F: drivers/net/pcs/pcs-xpcs.h F: include/linux/pcs/pcs-xpcs.h |
