1. 13 3月, 2017 1 次提交
  2. 25 2月, 2017 1 次提交
  3. 09 2月, 2017 3 次提交
  4. 10 1月, 2017 1 次提交
  5. 30 12月, 2016 1 次提交
  6. 09 12月, 2016 1 次提交
  7. 04 12月, 2016 1 次提交
  8. 30 11月, 2016 1 次提交
  9. 16 11月, 2016 2 次提交
  10. 13 9月, 2016 1 次提交
  11. 28 6月, 2016 3 次提交
  12. 03 4月, 2016 7 次提交
  13. 03 3月, 2016 7 次提交
  14. 16 12月, 2015 1 次提交
    • P
      stmmac: Fix calculations for ptp counters when clock input = 50Mhz. · 19d857c9
      Phil Reid 提交于
      stmmac_config_sub_second_increment set the sub second increment to 20ns.
      Driver is configured to use the fine adjustment method where the sub second
      register is incremented when the acculumator incremented by the addend
      register wraps overflows. This accumulator is update on every ptp clk
      cycle. If a ptp clk with a period of greater than 20ns was used the
      sub second register would not get updated correctly.
      
      Instead set the sub sec increment to twice the period of the ptp clk.
      This result in the addend register being set mid range and overflow
      the accumlator every 2 clock cycles.
      Signed-off-by: NPhil Reid <preid@electromag.com.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      19d857c9
  15. 02 12月, 2015 1 次提交
  16. 17 4月, 2015 1 次提交
  17. 20 11月, 2014 1 次提交
  18. 07 11月, 2014 1 次提交
  19. 02 9月, 2014 1 次提交
  20. 01 9月, 2014 2 次提交
  21. 30 8月, 2014 1 次提交
  22. 01 8月, 2014 1 次提交
    • V
      net: stmmac: Support devicetree configs for mcast and ucast filter entries · 3b57de95
      Vince Bridgers 提交于
      This patch adds and modifies code to support multiple Multicast and Unicast
      Synopsys MAC filter configurations. The default configuration is defined to
      support legacy driver behavior, which is 64 Multicast bins. The Unicast
      filter code previously assumed all controllers support 32 or 16 Unicast
      addresses based on controller version number, but this has been corrected
      to support a default of 1 Unicast address. The filter configuration may
      be specified through the devicetree using a Synopsys specific device tree
      entry. This information was verified with Synopsys through
      Synopsys Support Case #8000684337 and shared with the maintainer.
      Signed-off-by: NVince Bridgers <vbridgers2013@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      3b57de95