1. 12 4月, 2021 1 次提交
  2. 18 9月, 2020 1 次提交
  3. 16 6月, 2020 1 次提交
  4. 28 4月, 2020 1 次提交
  5. 11 4月, 2020 1 次提交
  6. 23 3月, 2020 3 次提交
  7. 25 2月, 2020 17 次提交
  8. 25 7月, 2019 1 次提交
  9. 04 6月, 2019 1 次提交
  10. 31 5月, 2019 1 次提交
  11. 07 1月, 2019 6 次提交
  12. 29 11月, 2017 1 次提交
  13. 30 6月, 2017 1 次提交
    • J
      dmaengine: tegra-apb: Really fix runtime-pm usage · 65a5c3dd
      Jon Hunter 提交于
      Commit edd3bdbe ("dmaengine: tegra-apb: Correct runtime-pm usage")
      added pm_runtime_get/put() calls to the tegra-apb DMA system suspend
      callbacks. Runtime PM is disabled during system suspend and so these
      APIs cannot be used. Fix the suspend handling for the tegra-apb DMA by
      moving the save and restore of the DMA register context into the
      runtime PM suspend and resume callbacks, and then use the
      pm_runtime_force_suspend/resume() APIs to invoke the runtime PM
      callbacks during system suspend.
      
      Fixes: edd3bdbe ("dmaengine: tegra-apb: Correct runtime-pm usage")
      Signed-off-by: NJon Hunter <jonathanh@nvidia.com>
      Signed-off-by: NVinod Koul <vinod.koul@intel.com>
      65a5c3dd
  14. 08 8月, 2016 1 次提交
  15. 30 6月, 2016 3 次提交