From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932451AbdCJBpo (ORCPT ); Thu, 9 Mar 2017 20:45:44 -0500 Received: from mail-qk0-f196.google.com ([209.85.220.196]:34217 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932097AbdCJBpl (ORCPT ); Thu, 9 Mar 2017 20:45:41 -0500 Subject: Re: [PATCH v2 net 0/8] net: bcmgenet: minor bug fixes To: Doug Berger References: <20170310005850.10808-1-opendmb@gmail.com> Cc: pgynther@google.com, jaedon.shin@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org From: Florian Fainelli Message-ID: <8e34d507-a342-3910-bac9-a5c829ad8d22@gmail.com> Date: Thu, 9 Mar 2017 17:45:32 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170310005850.10808-1-opendmb@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/09/2017 04:58 PM, Doug Berger wrote: > v2: Accidentally sent the wrong set after rebasing. > > This collection contains a number of fixes for minor issues with the > bcmgenet driver most of which were present in the initial submission > of the driver. This entire series looks great, thanks for getting this out! > > Some bugs were uncovered by inspection prior to the upcoming update for > GENETv5 support: > net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB values > net: bcmgenet: correct MIB access of UniMAC RUNT counters > net: bcmgenet: reserved phy revisions must be checked first > net: bcmgenet: synchronize irq0 status between the isr and task > > Others bugs were found in power management testing: > net: bcmgenet: power down internal phy if open or resume fails > net: bcmgenet: Power up the internal PHY before probing the MII > net: bcmgenet: decouple flow control from bcmgenet_tx_reclaim > net: bcmgenet: add begin/complete ethtool ops > > Doug Berger (7): > net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB values > net: bcmgenet: correct MIB access of UniMAC RUNT counters > net: bcmgenet: reserved phy revisions must be checked first > net: bcmgenet: power down internal phy if open or resume fails > net: bcmgenet: synchronize irq0 status between the isr and task > net: bcmgenet: Power up the internal PHY before probing the MII > net: bcmgenet: decouple flow control from bcmgenet_tx_reclaim > > Edwin Chan (1): > net: bcmgenet: add begin/complete ethtool ops > > drivers/net/ethernet/broadcom/genet/bcmgenet.c | 206 ++++++++++++++++++------- > drivers/net/ethernet/broadcom/genet/bcmgenet.h | 16 +- > 2 files changed, 158 insertions(+), 64 deletions(-) > -- Florian