2014-02-11 20:07 GMT-08:00 Florian Fainelli <f.fainelli@xxxxxxxxx>: > Hi all, > > This patchset adds support for the Broadcom GENET Gigabit Ethernet MAC > controller. This controller is found on the Broadcom BCM7xxx Set Top Box > System-on-a-Chip. I just found a small bug in the main driver file, and due to my previous series touching libphy, this will not apply cleanly anymore. I will wait for some initial feedback before doing a second respin though. > > Florian Fainelli (10): > net: phy: add "internal" PHY mode > net: phy: add MoCA PHY type > net: phy: update port type for MoCA PHYs > net: phy: add Broadcom BCM7xxx internal PHY driver > net: bcmgenet: add driver definitions and private structure > net: bcmgenet: add main driver file > net: bcmgenet: add MDIO routines > net: bcmgenet: hook into the build system > Documentation: add Device tree bindings for Broadcom GENET > MAINTAINERS: add entry for the Broadcom GENET driver > > .../devicetree/bindings/net/broadcom-bcmgenet.txt | 111 + > MAINTAINERS | 6 + > drivers/net/ethernet/broadcom/Kconfig | 10 + > drivers/net/ethernet/broadcom/Makefile | 1 + > drivers/net/ethernet/broadcom/genet/Makefile | 2 + > drivers/net/ethernet/broadcom/genet/bcmgenet.c | 2685 ++++++++++++++++++++ > drivers/net/ethernet/broadcom/genet/bcmgenet.h | 631 +++++ > drivers/net/ethernet/broadcom/genet/bcmmii.c | 483 ++++ > drivers/net/phy/Kconfig | 6 + > drivers/net/phy/Makefile | 1 + > drivers/net/phy/bcm7xxx.c | 322 +++ > drivers/net/phy/phy.c | 5 +- > drivers/of/of_net.c | 2 + > include/linux/brcmphy.h | 9 + > include/linux/phy.h | 5 +- > 15 files changed, 4277 insertions(+), 2 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt > create mode 100644 drivers/net/ethernet/broadcom/genet/Makefile > create mode 100644 drivers/net/ethernet/broadcom/genet/bcmgenet.c > create mode 100644 drivers/net/ethernet/broadcom/genet/bcmgenet.h > create mode 100644 drivers/net/ethernet/broadcom/genet/bcmmii.c > create mode 100644 drivers/net/phy/bcm7xxx.c > > -- > 1.8.3.2 > -- Florian -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html