1. 15 Feb, 2017 4 commits
  2. 14 Feb, 2017 34 commits
  3. 13 Feb, 2017 2 commits
    • Pavel Belous's avatar
      net:ethernet:aquantia: Add 2500/5000 mbit link modes support. · 8f9000a5
      Pavel Belous authored
      Using new link mode indices instead deprecated SUPPORTED_/ADVERTISED_
      macro.
      
      Added indication for 2500 and 5000mbit link modes (AQtion adapter already
      supports these speeds).
      Signed-off-by: default avatarPavel Belous <pavel.belous@aquantia.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      8f9000a5
    • David S. Miller's avatar
      Merge branch 'mv88e6xxx-Watchdog-support' · caa137ee
      David S. Miller authored
      Andrew Lunn says:
      
      ====================
      mv88e6xxx Watchdog support
      
      The Marvell switches have an in built watchdog over some of the
      internal state machine. The watchdog can be configured to raise an
      interrupt on error. The problem the watchdog found is then logged to
      the kernel log.
      
      The older switches can automagically perform a software reset when the
      watchdog triggers. This just resets the internal state machine, but
      leaves the switch configuration unchanged.
      
      The 6390 family of switches cannot both raise an interrupt and
      automagically perform a software reset. So the interrupt handler has
      to perform the switch reset, and then re-enable the watchdog
      interrupts.
      
      This has been tested using hacked together debugfs code which allows
      the "force" bit to be set, so cause a watchdog interrupt.
      
      v2: Remove g2_prefix
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      caa137ee