[PATCH net-next 0/3] Support for 16nm EPHY in GENET

From: Florian Fainelli
Date: Fri Oct 22 2021 - 12:17:10 EST


Hi David, Jakub,

Recent Broadcom STB devices using GENET are taped out in a 16nm process
and utilize an internal 10/100 EPHY which requires a small set of
changes to the GENET driver for power up/down. The first patch adds an
EPHY driver entry for 7712, the second patch updates the DT binding and
the last patch modifies GENET accordingly.

Florian Fainelli (3):
net: phy: bcm7xxx: Add EPHY entry for 7712
dt-bindings: net: bcmgenet: Document 7712 binding
net: bcmgenet: Add support for 7712 16nm internal EPHY

.../devicetree/bindings/net/brcm,bcmgenet.txt | 3 ++-
drivers/net/ethernet/broadcom/genet/bcmgenet.c | 13 +++++++++++--
drivers/net/ethernet/broadcom/genet/bcmgenet.h | 2 ++
drivers/net/ethernet/broadcom/genet/bcmmii.c | 7 ++++---
drivers/net/phy/bcm7xxx.c | 2 ++
include/linux/brcmphy.h | 1 +
6 files changed, 22 insertions(+), 6 deletions(-)

--
2.25.1