1. 06 2月, 2017 3 次提交
  2. 31 1月, 2017 1 次提交
  3. 19 9月, 2016 1 次提交
    • F
      can: flexcan: fix resume function · 4de349e7
      Fabio Estevam 提交于
      On a imx6ul-pico board the following error is seen during system suspend:
      
      dpm_run_callback(): platform_pm_resume+0x0/0x54 returns -110
      PM: Device 2090000.flexcan failed to resume: error -110
      
      The reason for this suspend error is because when the CAN interface is not
      active the clocks are disabled and then flexcan_chip_enable() will
      always fail due to a timeout error.
      
      In order to fix this issue, only call flexcan_chip_enable/disable()
      when the CAN interface is active.
      
      Based on a patch from Dong Aisheng in the NXP kernel.
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      Cc: linux-stable <stable@vger.kernel.org>
      Signed-off-by: NMarc Kleine-Budde <mkl@pengutronix.de>
      4de349e7
  4. 23 11月, 2015 1 次提交
  5. 21 9月, 2015 7 次提交
  6. 20 8月, 2015 1 次提交
  7. 15 7月, 2015 1 次提交
  8. 07 5月, 2015 4 次提交
  9. 23 3月, 2015 2 次提交
  10. 22 1月, 2015 1 次提交
  11. 08 12月, 2014 1 次提交
  12. 20 10月, 2014 1 次提交
  13. 18 9月, 2014 5 次提交
  14. 11 9月, 2014 1 次提交
  15. 21 8月, 2014 2 次提交
  16. 18 8月, 2014 2 次提交
  17. 17 3月, 2014 1 次提交
  18. 07 3月, 2014 2 次提交
  19. 03 3月, 2014 3 次提交