An error occurred fetching the project authors.
  1. 08 May, 2019 1 commit
    • Arvind Sankar's avatar
      igb: Fix WARN_ONCE on runtime suspend · c40fc015
      Arvind Sankar authored
      [ Upstream commit dabb8338 ]
      
      The runtime_suspend device callbacks are not supposed to save
      configuration state or change the power state. Commit fb29f76cc566
      ("igb: Fix an issue that PME is not enabled during runtime suspend")
      changed the driver to not save configuration state during runtime
      suspend, however the driver callback still put the device into a
      low-power state. This causes a warning in the pci pm core and results in
      pci_pm_runtime_suspend not calling pci_save_state or pci_finish_runtime_suspend.
      
      Fix this by not changing the power state either, leaving that to pci pm
      core, and make the same change for suspend callback as well.
      
      Also move a couple of defines into the appropriate header file instead
      of inline in the .c file.
      
      Fixes: fb29f76cc566 ("igb: Fix an issue that PME is not enabled during runtime suspend")
      Signed-off-by: default avatarArvind Sankar <niveditas98@gmail.com>
      Reviewed-by: default avatarKai-Heng Feng <kai.heng.feng@canonical.com>
      Tested-by: default avatarAaron Brown <aaron.f.brown@intel.com>
      Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
      Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
      c40fc015
  2. 19 Aug, 2016 1 commit
  3. 13 May, 2016 1 commit
  4. 16 Feb, 2016 1 commit
  5. 15 Dec, 2015 1 commit
  6. 13 Dec, 2015 1 commit
  7. 18 Aug, 2015 1 commit
  8. 26 Jun, 2015 1 commit
  9. 10 Jul, 2014 1 commit
  10. 11 Jun, 2014 1 commit
  11. 04 Jun, 2014 1 commit
  12. 25 Apr, 2014 1 commit
  13. 23 Apr, 2014 1 commit
  14. 20 Mar, 2014 1 commit
  15. 26 Feb, 2014 1 commit
  16. 10 Dec, 2013 2 commits
  17. 04 Sep, 2013 1 commit
  18. 22 Aug, 2013 3 commits
  19. 21 May, 2013 2 commits
  20. 18 Apr, 2013 3 commits
  21. 19 Jan, 2013 1 commit
  22. 18 Jan, 2013 2 commits
  23. 01 Dec, 2012 1 commit
  24. 13 Nov, 2012 1 commit
  25. 30 Oct, 2012 1 commit
  26. 20 Sep, 2012 1 commit
  27. 17 Sep, 2012 2 commits
  28. 17 May, 2012 1 commit
  29. 12 May, 2012 1 commit
  30. 17 Mar, 2012 1 commit
  31. 19 Jan, 2012 1 commit
  32. 13 Oct, 2011 1 commit