1. 23 3月, 2015 2 次提交
  2. 22 1月, 2015 1 次提交
  3. 08 12月, 2014 1 次提交
  4. 20 10月, 2014 1 次提交
  5. 18 9月, 2014 5 次提交
  6. 11 9月, 2014 1 次提交
  7. 21 8月, 2014 2 次提交
  8. 18 8月, 2014 2 次提交
  9. 17 3月, 2014 1 次提交
  10. 07 3月, 2014 2 次提交
  11. 03 3月, 2014 7 次提交
  12. 30 1月, 2014 1 次提交
  13. 26 11月, 2013 1 次提交
  14. 10 10月, 2013 2 次提交
    • M
      can: flexcan: fix mx28 detection by rearanging OF match table · e3587842
      Marc Kleine-Budde 提交于
      The current implemetation of of_match_device() relies that the of_device_id
      table in the driver is sorted from most specific to least specific compatible.
      
      Without this patch the mx28 is detected as the less specific p1010. This leads
      to a p1010 specific workaround is activated on the mx28, which is not needed.
      
      Cc: linux-stable <stable@vger.kernel.org>
      Signed-off-by: NMarc Kleine-Budde <mkl@pengutronix.de>
      e3587842
    • M
      can: flexcan: flexcan_chip_start: fix regression, mark one MB for TX and abort pending TX · d5a7b406
      Marc Kleine-Budde 提交于
      In patch
      
          0d1862ea can: flexcan: fix flexcan_chip_start() on imx6
      
      the loop in flexcan_chip_start() that iterates over all mailboxes after the
      soft reset of the CAN core was removed. This loop put all mailboxes (even the
      ones marked as reserved 1...7) into EMPTY/INACTIVE mode. On mailboxes 8...63,
      this aborts any pending TX messages.
      
      After a cold boot there is random garbage in the mailboxes, which leads to
      spontaneous transmit of CAN frames during first activation. Further if the
      interface was disabled with a pending message (usually due to an error
      condition on the CAN bus), this message is retransmitted after enabling the
      interface again.
      
      This patch fixes the regression by:
      1) Limiting the maximum number of used mailboxes to 8, 0...7 are used by the RX
      FIFO, 8 is used by TX.
      2) Marking the TX mailbox as EMPTY/INACTIVE, so that any pending TX of that
      mailbox is aborted.
      
      Cc: linux-stable <stable@vger.kernel.org>
      Cc: Lothar Waßmann <LW@KARO-electronics.de>
      Signed-off-by: NMarc Kleine-Budde <mkl@pengutronix.de>
      d5a7b406
  15. 30 9月, 2013 1 次提交
  16. 21 9月, 2013 1 次提交
  17. 22 8月, 2013 1 次提交
  18. 01 8月, 2013 2 次提交
  19. 27 6月, 2013 1 次提交
  20. 03 6月, 2013 2 次提交
  21. 16 5月, 2013 1 次提交
  22. 26 1月, 2013 1 次提交
  23. 04 12月, 2012 1 次提交