1. 23 6月, 2014 1 次提交
  2. 06 6月, 2014 1 次提交
  3. 03 6月, 2014 1 次提交
  4. 26 5月, 2014 2 次提交
  5. 25 5月, 2014 1 次提交
    • S
      devicetree: bindings: Properly document micrel ks8851 SPI chips · 481300cc
      Stephen Boyd 提交于
      The ks8851 SPI ethernet wasn't documented, but we documented the
      optional regulator supply for it under the mll based ethernet
      chip. Furthermore, that compatible string needed another 'l'. Fix
      all of this and document the optional vdd-io and reset-gpios
      properties.
      
      Cc: Nishanth Menon <nm@ti.com>
      Cc: Rob Herring <robh+dt@kernel.org>
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
      Cc: Kumar Gala <galak@codeaurora.org>
      Cc: <devicetree@vger.kernel.org>
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      481300cc
  6. 23 5月, 2014 2 次提交
  7. 20 5月, 2014 1 次提交
  8. 17 5月, 2014 1 次提交
    • T
      of: provide a binding for fixed link PHYs · 3be2a49e
      Thomas Petazzoni 提交于
      Some Ethernet MACs have a "fixed link", and are not connected to a
      normal MDIO-managed PHY device. For those situations, a Device Tree
      binding allows to describe a "fixed link" using a special PHY node.
      
      This patch adds:
      
       * A documentation for the fixed PHY Device Tree binding.
      
       * An of_phy_is_fixed_link() function that an Ethernet driver can call
         on its PHY phandle to find out whether it's a fixed link PHY or
         not. It should typically be used to know if
         of_phy_register_fixed_link() should be called.
      
       * An of_phy_register_fixed_link() function that instantiates the
         fixed PHY into the PHY subsystem, so that when the driver calls
         of_phy_connect(), the PHY device associated to the OF node will be
         found.
      
      These two additional functions also support the old fixed-link Device
      Tree binding used on PowerPC platforms, so that ultimately, the
      network device drivers for those platforms could be converted to use
      of_phy_is_fixed_link() and of_phy_register_fixed_link() instead of
      of_phy_connect_fixed_link(), while keeping compatibility with their
      respective Device Tree bindings.
      Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Reviewed-by: NFlorian Fainelli <f.fainelli@gmail.com>
      Tested-by: NFlorian Fainelli <f.fainelli@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      3be2a49e
  9. 13 5月, 2014 2 次提交
  10. 10 5月, 2014 1 次提交
  11. 08 5月, 2014 1 次提交
  12. 28 4月, 2014 1 次提交
  13. 27 4月, 2014 2 次提交
  14. 24 4月, 2014 1 次提交
  15. 23 4月, 2014 1 次提交
  16. 22 4月, 2014 2 次提交
  17. 17 4月, 2014 1 次提交
  18. 29 3月, 2014 2 次提交
  19. 27 3月, 2014 2 次提交
  20. 24 3月, 2014 1 次提交
  21. 21 3月, 2014 1 次提交
  22. 18 3月, 2014 1 次提交
  23. 11 3月, 2014 1 次提交
  24. 03 3月, 2014 1 次提交
  25. 01 3月, 2014 1 次提交
  26. 27 2月, 2014 1 次提交
  27. 20 2月, 2014 1 次提交
  28. 19 2月, 2014 3 次提交
  29. 17 2月, 2014 1 次提交
  30. 14 2月, 2014 2 次提交