1. 07 Feb, 2017 12 commits
  2. 06 Feb, 2017 12 commits
  3. 03 Feb, 2017 13 commits
  4. 02 Feb, 2017 2 commits
  5. 01 Feb, 2017 1 commit
    • Rafał Miłecki's avatar
      net: phy: broadcom: rehook BCM54612E specific init · 62e13097
      Rafał Miłecki authored
      This extra BCM54612E code in PHY driver isn't really aneg specific. Even
      without it aneg works OK but the problem is no packets pass through PHY.
      
      Moreover putting this code inside config_aneg callback didn't allow
      resuming PHY correctly. When driver called phy_stop and phy_start it was
      putting PHY machine into RESUMING state. After that machine was
      switching into AN and NOLINK without ever calling phy_start_aneg. This
      prevented this extra setup from being called and PHY didn't work.
      
      This change has been verified to fix network on BCM47186B0 SoC device
      with BCM54612E.
      Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
      Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      62e13097