From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753150AbdCNAmH (ORCPT ); Mon, 13 Mar 2017 20:42:07 -0400 Received: from mail-qt0-f194.google.com ([209.85.216.194]:33031 "EHLO mail-qt0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752140AbdCNAmE (ORCPT ); Mon, 13 Mar 2017 20:42:04 -0400 From: Doug Berger To: f.fainelli@gmail.com Cc: robh+dt@kernel.org, mark.rutland@arm.com, davem@davemloft.net, rafal@milecki.pl, xow@google.com, joel@jms.id.au, jon.mason@broadcom.com, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, pgynther@google.com, jaedon.shin@gmail.com, Doug Berger Subject: [PATCH net-next 00/12] net: bcmgenet: add support for GENETv5 Date: Mon, 13 Mar 2017 17:41:30 -0700 Message-Id: <20170314004142.4746-1-opendmb@gmail.com> X-Mailer: git-send-email 2.11.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This collection of patches contains changes related to adding support for the BCM7260, BCM7268, and BCM7271 devices that contain a new version of the GENET MAC IP block (v5) and a new fast ethernet (10/100BASE-T) internal PHY. These patches were originally developed on top of the bug fixes of the "[PATCH v2 net 0/8] net: bcmgenet: minor bug fixes" patch set previously accepted into the net repository, but this submission is designed to be applied to the current net-next that does not yet include them. As a result there will be some merge conflicts that I would be happy to help resolve if desired. Specifically, conflicts should occur with these patches from the minor bug fixes set: [PATCH v2 net 3/8] net: bcmgenet: reserved phy revisions must be checked first [PATCH v2 net 5/8] net: bcmgenet: synchronize irq0 status between the isr and task [PATCH v2 net 8/8] net: bcmgenet: decouple flow control from bcmgenet_tx_reclaim Doug Berger (12): net: phy: bcm-phylib: replace obsolete EEE macro references net: phy: bcm7xxx: add support for 28nm EPHY net: bcmgenet: simplify circular pointer arithmetic net: bcmgenet: remove meaningless lines net: bcmgenet: manage dma interrupts in napi code net: bcmgenet: remove handling of wol interrupts from isr0 net: bcmgenet: clear status to reduce spurious interrupts net: bcmgenet: correct return value of __bcmgenet_tx_reclaim net: bcmgenet: return EOPNOTSUPP for unknown ioctl commands dt-bindings: net: document bcmgenet WoL interrupt dt-bindings: net: update bcmgenet binding for GENETv5 net: bcmgenet: add support for the GENETv5 hardware .../devicetree/bindings/net/brcm,bcmgenet.txt | 19 +- .../devicetree/bindings/net/brcm,unimac-mdio.txt | 5 +- drivers/net/ethernet/broadcom/genet/bcmgenet.c | 214 +++++++++++--------- drivers/net/ethernet/broadcom/genet/bcmgenet.h | 10 +- drivers/net/ethernet/broadcom/genet/bcmgenet_wol.c | 13 -- drivers/net/ethernet/broadcom/genet/bcmmii.c | 62 +++--- drivers/net/phy/bcm-phy-lib.c | 6 +- drivers/net/phy/bcm7xxx.c | 215 ++++++++++++++++++++- include/linux/brcmphy.h | 3 + 9 files changed, 403 insertions(+), 144 deletions(-) -- 2.11.1