1. 01 10月, 2017 3 次提交
  2. 20 9月, 2017 1 次提交
  3. 06 9月, 2017 1 次提交
  4. 22 8月, 2017 1 次提交
  5. 10 8月, 2017 2 次提交
  6. 08 8月, 2017 5 次提交
  7. 02 8月, 2017 2 次提交
  8. 20 7月, 2017 1 次提交
  9. 14 6月, 2017 3 次提交
  10. 05 6月, 2017 1 次提交
  11. 02 6月, 2017 2 次提交
  12. 01 6月, 2017 2 次提交
  13. 23 5月, 2017 1 次提交
  14. 18 5月, 2017 4 次提交
  15. 21 4月, 2017 1 次提交
  16. 17 4月, 2017 1 次提交
  17. 09 4月, 2017 1 次提交
  18. 08 4月, 2017 1 次提交
  19. 02 4月, 2017 1 次提交
  20. 29 3月, 2017 2 次提交
  21. 16 3月, 2017 1 次提交
  22. 13 3月, 2017 1 次提交
  23. 11 2月, 2017 1 次提交
  24. 07 2月, 2017 1 次提交
    • F
      net: dsa: Add support for platform data · 71e0bbde
      Florian Fainelli 提交于
      Allow drivers to use the new DSA API with platform data. Most of the
      code in net/dsa/dsa2.c does not rely so much on device_nodes and can get
      the same information from platform_data instead.
      
      We purposely do not support distributed configurations with platform
      data, so drivers should be providing a pointer to a 'struct
      dsa_chip_data' structure if they wish to communicate per-port layout.
      
      Multiple CPUs port could potentially be supported and dsa_chip_data is
      extended to receive up to one reference to an upstream network device
      per port described by a dsa_chip_data structure.
      
      dsa_dev_to_net_device() increments the network device's reference count,
      so we intentionally call dev_put() to be consistent with the DT-enabled
      path, until we have a generic notifier based solution.
      Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      71e0bbde