Skip to content
  1. May 01, 2019
  2. Apr 30, 2019
  3. Apr 29, 2019
    • Heiner Kallweit's avatar
      net: phy: avoid unneeded MDIO reads in genphy_read_status · 88d6272a
      Heiner Kallweit authored
      
      
      Considering that in polling mode each link drop will be latched,
      settings can't have changed if link was up and is up.
      
      Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      88d6272a
    • David S. Miller's avatar
      Merge branch 'dsa-tag-modules' · c1a92c0a
      David S. Miller authored
      
      
      Andrew Lunn says:
      
      ====================
      Make DSA tag drivers kernel modules
      
      Historically, DSA tag drivers have been compiled into the kernel as
      part of the DSA core. With the growing number of tag drivers, it makes
      sense to allow this driver code to be compiled as a module, and loaded
      on demand.
      
      v2
      --
      Move name to end of structure, keeping the hot entries at the beginning.
      More tag protocol to end of structure to keep hot members at the beginning.
      Fix indent of #endif
      Rewrite to move list pointer into a new structure
      void functions, since there cannot be errors
      Fix fall-through comment
      Reorder patch for unused symbols to before tag drivers can be modules
      tab/space cleanup
      Help text wording
      NET_DSA_TAG_BRCM_COMMON and NET_DSA_TAG_KZS_COMMON hidden
      
      v3
      --
      boilerplate: Move kdoc next to macro
      boilerplate: Fix THIS_MODULE indentation
      Kconfig: More tabification
      Kconfig: Punctuation
      
      v4
      --
      Cover note {H}istorically
      Kconfig: trailer
      ====================
      
      Tested-by: default avatarVivien Didelot <vivien.didelot@gmail.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      c1a92c0a