mbox series

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

Message ID 20211022161703.3360330-1-f.fainelli@gmail.com (mailing list archive)
Headers show
Series Support for 16nm EPHY in GENET | expand

Message

Florian Fainelli Oct. 22, 2021, 4:17 p.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 24, 2021, 12:50 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri, 22 Oct 2021 09:17:00 -0700 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] net: phy: bcm7xxx: Add EPHY entry for 7712
    https://git.kernel.org/netdev/net-next/c/218f23e8a96f
  - [net-next,2/3] dt-bindings: net: bcmgenet: Document 7712 binding
    https://git.kernel.org/netdev/net-next/c/f4b054d9bb2b
  - [net-next,3/3] net: bcmgenet: Add support for 7712 16nm internal EPHY
    https://git.kernel.org/netdev/net-next/c/3cd92eae9104

You are awesome, thank you!