1. 06 2月, 2017 2 次提交
  2. 31 1月, 2017 1 次提交
  3. 24 1月, 2017 4 次提交
  4. 18 1月, 2017 2 次提交
  5. 26 12月, 2016 1 次提交
    • T
      ktime: Cleanup ktime_set() usage · 8b0e1953
      Thomas Gleixner 提交于
      ktime_set(S,N) was required for the timespec storage type and is still
      useful for situations where a Seconds and Nanoseconds part of a time value
      needs to be converted. For anything where the Seconds argument is 0, this
      is pointless and can be replaced with a simple assignment.
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Cc: Peter Zijlstra <peterz@infradead.org>
      8b0e1953
  6. 16 12月, 2016 1 次提交
  7. 08 12月, 2016 1 次提交
  8. 01 12月, 2016 3 次提交
  9. 01 11月, 2016 1 次提交
  10. 24 10月, 2016 1 次提交
  11. 22 9月, 2016 1 次提交
  12. 21 9月, 2016 1 次提交
    • M
      net: can: ifi: Configure transmitter delay · 8d58790b
      Marek Vasut 提交于
      Configure the transmitter delay register at +0x1c to correctly handle
      the CAN FD bitrate switch (BRS). This moves the SSP (secondary sample
      point) to a proper offset, so that the TDC mechanism works and won't
      generate error frames on the CAN link.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Marc Kleine-Budde <mkl@pengutronix.de>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Oliver Hartkopp <socketcan@hartkopp.net>
      Cc: Wolfgang Grandegger <wg@grandegger.com>
      Cc: linux-stable <stable@vger.kernel.org>
      Signed-off-by: NMarc Kleine-Budde <mkl@pengutronix.de>
      8d58790b
  13. 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
  14. 14 8月, 2016 6 次提交
  15. 23 6月, 2016 6 次提交
  16. 20 6月, 2016 3 次提交
  17. 17 6月, 2016 5 次提交