1. 16 Mar, 2021 37 commits
  2. 15 Mar, 2021 3 commits
    • Alex Elder's avatar
      net: ipa: make ipa_table_hash_support() inline · 0f13b5e6
      Alex Elder authored
      In review, Alexander Duyck suggested that ipa_table_hash_support()
      was trivial enough that it could be implemented as a static inline
      function in the header file.  But the patch had already been
      accepted.  Implement his suggestion.
      Signed-off-by: default avatarAlex Elder <elder@linaro.org>
      Reviewed-by: default avatarAlexander Duyck <alexanderduyck@fb.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      0f13b5e6
    • Ivan Bornyakov's avatar
      net: phy: add Marvell 88X2222 transceiver support · 6e3bac3e
      Ivan Bornyakov authored
      Add basic support for the Marvell 88X2222 multi-speed ethernet
      transceiver.
      
      This PHY provides data transmission over fiber-optic as well as Twinax
      copper links. The 88X2222 supports 2 ports of 10GBase-R and 1000Base-X
      on the line-side interface. The host-side interface supports 4 ports of
      10GBase-R, RXAUI, 1000Base-X and 2 ports of XAUI.
      
      This driver, however, supports only XAUI on the host-side and
      1000Base-X/10GBase-R on the line-side, for now. The SGMII is also
      supported over 1000Base-X. Interrupts are not supported.
      
      Internal registers access compliant with the Clause 45 specification.
      Signed-off-by: default avatarIvan Bornyakov <i.bornyakov@metrotek.ru>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      6e3bac3e
    • David S. Miller's avatar
      Merge branch 'stmmac-clocks' · 63fe6059
      David S. Miller authored
      Joakim Zhang says:
      
      ====================
      net: stmmac: implement clocks management
      
      This patch set tries to implement clocks management, and takes i.MX platform as an example.
      
      ---
      ChangeLogs:
      V1->V2:
      	* change to pm runtime mechanism.
      	* rename function: _enable() -> _config()
      	* take MDIO bus into account, it needs clocks when interface
      	is closed.
      	* reverse Christmass tree.
      V2->V3:
      	* slightly simple the code according to Andrew's suggesstion
      	and also add tag: Reviewed-by: Andrew Lunn <andrew@lunn.ch>
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      63fe6059