netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/8] net: bcmgenet: minor bug fixes
@ 2017-03-10  0:48 Doug Berger
  2017-03-10  0:48 ` [PATCH net 1/8] net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB values Doug Berger
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Doug Berger @ 2017-03-10  0:48 UTC (permalink / raw)
  To: f.fainelli; +Cc: pgynther, jaedon.shin, netdev, linux-kernel, Doug Berger

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.

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(-)

-- 
2.11.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-03-10  0:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-10  0:48 [PATCH net 0/8] net: bcmgenet: minor bug fixes Doug Berger
2017-03-10  0:48 ` [PATCH net 1/8] net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB values Doug Berger
2017-03-10  0:49 ` [PATCH net 2/8] net: bcmgenet: correct MIB access of UniMAC RUNT counters Doug Berger
2017-03-10  0:49 ` [PATCH net 3/8] net: bcmgenet: reserved phy revisions must be checked first Doug Berger
2017-03-10  0:49 ` [PATCH net 4/8] net: bcmgenet: power down internal phy if open or resume fails Doug Berger
2017-03-10  0:49 ` [PATCH net 5/8] net: bcmgenet: synchronize irq0 status between the isr and task Doug Berger
2017-03-10  0:49 ` [PATCH net 6/8] net: bcmgenet: Power up the internal PHY before probing the MII Doug Berger
2017-03-10  0:49 ` [PATCH net 7/8] net: bcmgenet: add begin/complete ethtool ops Doug Berger
2017-03-10  0:49 ` [PATCH net 8/8] net: bcmgenet: decouple flow control from bcmgenet_tx_reclaim Doug Berger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).