1. 01 2月, 2013 1 次提交
  2. 27 1月, 2013 3 次提交
  3. 16 12月, 2012 1 次提交
  4. 08 12月, 2012 1 次提交
  5. 04 12月, 2012 1 次提交
  6. 29 11月, 2012 6 次提交
  7. 27 11月, 2012 12 次提交
  8. 16 11月, 2012 5 次提交
  9. 06 11月, 2012 1 次提交
  10. 24 10月, 2012 2 次提交
  11. 06 10月, 2012 1 次提交
  12. 05 10月, 2012 3 次提交
  13. 02 10月, 2012 1 次提交
    • W
      flexcan: disable bus error interrupts for the i.MX28 · 4f72e5f0
      Wolfgang Grandegger 提交于
      Due to a bug in most Flexcan cores, the bus error interrupt needs
      to be enabled. Otherwise we don't get any error warning or passive
      interrupts. This is _not_ necessary for the i.MX28 and this patch
      disables bus error interrupts if "berr-reporting" is not requested.
      This avoids bus error flooding, which might harm, especially on
      low-end systems.
      
      To handle such quirks of the Flexcan cores, a hardware feature flag
      has been introduced, also replacing the "hw_ver" variable. So far
      nobody could tell what Flexcan core version is available on what
      Freescale SOC, apart from the i.MX6Q and P1010, and which bugs or
      features are present on the various "hw_rev".
      
      CC: Hui Wang <jason77.wang@gmail.com>
      CC: Shawn Guo <shawn.guo@linaro.org>
      Signed-off-by: NWolfgang Grandegger <wg@grandegger.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4f72e5f0
  14. 27 9月, 2012 1 次提交
    • A
      can: c_can: fix segfault during rmmod · c523530c
      AnilKumar Ch 提交于
      This patch fixes an oops which occurs during unloading the driver.
      unregister_c_can_dev() is doing c_can/d_can module interrupts disable, which
      requires module clock enable. c_can/d_can interrupts enable/disable is handled
      properly in c_can_start and c_can_stop, so removing from
      unregister_c_can_dev().
      
      The problem was triggered by adding runtime PM support to the c_can driver by
      this commit:
      
      4cdd34b2 can: c_can: Add runtime PM support to Bosch C_CAN/D_CAN controller
      Signed-off-by: NAnilKumar Ch <anilkumar@ti.com>
      Signed-off-by: NMarc Kleine-Budde <mkl@pengutronix.de>
      c523530c
  15. 23 9月, 2012 1 次提交