1. 14 4月, 2016 4 次提交
  2. 09 4月, 2016 3 次提交
  3. 15 3月, 2016 2 次提交
  4. 02 3月, 2016 1 次提交
  5. 26 2月, 2016 2 次提交
  6. 24 2月, 2016 1 次提交
  7. 08 12月, 2015 1 次提交
  8. 24 11月, 2015 1 次提交
  9. 02 11月, 2015 1 次提交
  10. 22 10月, 2015 2 次提交
  11. 11 10月, 2015 3 次提交
  12. 19 8月, 2015 1 次提交
  13. 14 8月, 2015 1 次提交
  14. 12 8月, 2015 2 次提交
  15. 10 8月, 2015 1 次提交
  16. 30 3月, 2015 1 次提交
  17. 10 3月, 2015 1 次提交
    • F
      net: dsa: utilize of_find_net_device_by_node · 769a0202
      Florian Fainelli 提交于
      Using of_find_device_by_node() restricts the search to platform_device that
      match the specified device_node pointer. This is not even remotely true for
      network devices backed by a pci_device for instance.
      
      of_find_net_device_by_node() allows us to do a more thorough lookup to find the
      struct net_device corresponding to a particular device_node pointer.
      
      For symetry with the non-OF code path, we hold the net_device pointer in
      dsa_probe() just like what dev_to_net_dev() does when we call this
      function.
      Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      769a0202
  18. 06 3月, 2015 1 次提交
  19. 26 2月, 2015 2 次提交
  20. 31 10月, 2014 3 次提交
  21. 18 10月, 2014 1 次提交
  22. 29 9月, 2014 2 次提交
  23. 23 9月, 2014 2 次提交
  24. 20 9月, 2014 1 次提交