1. 13 Aug, 2016 37 commits
  2. 12 Aug, 2016 3 commits
    • David S. Miller's avatar
      Merge branch 'xilinx-gmiitorgmii-converter' · 4330ea79
      David S. Miller authored
      Kedareswara rao Appana says:
      
      ====================
      net: phy: Add xilinx gmiitorgmii converter support
      
      The Gigabit Media Independent Interface (GMII) to Reduced Gigabit Media
      Independent Interface (RGMII) core provides the RGMII between RGMII-compliant
      Ethernet physical media devices (PHY) and the Gigabit Ethernet controller.
      This core can be used in all three modes of operation(10/100/1000 Mb/s).
      The Management Data Input/Output (MDIO) interface is used to configure the
      Speed of operation. This core can switch dynamically between the three
      Different speed modes by configuring the conveter register through mdio write.
      
      The conveter sits b/w the MAC and external phy like below
      
      MACB <==> GMII2RGMII <==> RGMII_PHY
      
              MDIO    <========> GMII2RGMII
      MCAB <=======>
                      <========> RGMII
      
      Using MAC MDIO bus we can access both the converter and the external PHY.
      We need to program the line speed of the converter during run time based
      On the external phy negotiated speed.
      
      This patch series does the below
      ---> Add mask for Control register 10Mbps speed.
      ---> Add support for xilinx gmiitorgmii converter.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      4330ea79
    • Appana Durga Kedareswara Rao's avatar
      net: phy: Add gmiitorgmii converter support · f411a616
      Appana Durga Kedareswara Rao authored
      This patch adds support for gmiitorgmii converter.
      
      The GMII to RGMII IP core provides the Reduced Gigabit Media
      Independent Interface (RGMII) between Ethernet physical media
      Devices and the Gigabit Ethernet controller. This core can
      Switch dynamically between the three different speed modes of
      Operation by configuring the converter register through mdio write.
      
      MDIO interface is used to set operating speed of Ethernet MAC.
      
      This converter sits between the MAC and the external phy
      MAC <==> GMII2RGMII <==> RGMII_PHY
      Signed-off-by: default avatarKedareswara rao Appana <appanad@xilinx.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      f411a616
    • Appana Durga Kedareswara Rao's avatar
      Documentation: DT: net: Add Xilinx gmiitorgmii converter device tree binding documentation · 71e11aff
      Appana Durga Kedareswara Rao authored
      Device-tree binding documentation for xilinx gmiitorgmii converter.
      Signed-off-by: default avatarKedareswara rao Appana <appanad@xilinx.com>
      Acked-by: default avatarRob Herring <robh@kernel.org>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      71e11aff