1. 01 10月, 2014 1 次提交
  2. 30 9月, 2014 2 次提交
  3. 29 9月, 2014 1 次提交
  4. 26 9月, 2014 1 次提交
  5. 14 9月, 2014 1 次提交
  6. 10 9月, 2014 1 次提交
  7. 30 8月, 2014 1 次提交
    • G
      stmmac: ptp: fix the reference clock · 5566401f
      Giuseppe CAVALLARO 提交于
      The PTP reference clock, used for setting the addend in the Timestamp Addend
      Register, was erroneously hard-coded (as reported in the databook just as
      example).
      
      The patch removes the macro named: STMMAC_SYSCLOCK and allows to use a
      reference clock (clk_ptp_ref_i) that can be passed from the platform.
      
      If not passed, the main driver clock will be used as default; note that
      this can be fine on some platforms.
      
      Note that, prior this patch, using the old STMMAC_SYSCLOCK on some platforms,
      as side effect, the ptp clock can move faster/slower than the system clock.
      Signed-off-by: NGiuseppe Cavallaro <peppe.cavallaro@st.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      5566401f
  8. 28 8月, 2014 3 次提交
  9. 23 8月, 2014 1 次提交
  10. 18 8月, 2014 2 次提交
  11. 12 8月, 2014 2 次提交
  12. 03 8月, 2014 1 次提交
  13. 01 8月, 2014 1 次提交
  14. 31 7月, 2014 3 次提交
  15. 29 7月, 2014 1 次提交
  16. 23 7月, 2014 1 次提交
  17. 17 7月, 2014 1 次提交
  18. 11 7月, 2014 1 次提交
  19. 08 7月, 2014 1 次提交
    • F
      net: systemport: add Wake-on-LAN support · 83e82f4c
      Florian Fainelli 提交于
      Support for Wake-on-LAN using Magic Packet with or without SecureOn
      password is implemented doing the following:
      
      - setting the password to the relevant UniMAC registers
      - flagging the device as a wakeup source for the system, as well as
        its Wake-on-LAN interrupt
      - prepare the hardware for entering WoL mode
      - enabling the MPD interrupt to wake us
      
      The Device Tree binding documentation is also reflected to specify the
      third optional Wake-on-LAN interrupt line.
      Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      83e82f4c
  20. 23 6月, 2014 1 次提交
  21. 06 6月, 2014 1 次提交
  22. 03 6月, 2014 1 次提交
  23. 26 5月, 2014 2 次提交
  24. 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
  25. 23 5月, 2014 2 次提交
  26. 20 5月, 2014 1 次提交
  27. 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
  28. 13 5月, 2014 2 次提交
  29. 10 5月, 2014 1 次提交
  30. 08 5月, 2014 1 次提交