1. d6b1558 can: flexcan: disable completely the ECC mechanism by Joakim Zhang · 4 years, 10 months ago
  2. 50b1c5b can: flexcan: fix timeout when set small bitrate by Joakim Zhang · 5 years ago
  3. 9137deb can: flex_can: Correct the checking for frame length in flexcan_start_xmit() by Luu An Phu · 6 years ago
  4. 4de349e can: flexcan: fix resume function by Fabio Estevam · 8 years ago
  5. ffd461f can: fix assignment of error location in CAN error messages by Oliver Hartkopp · 9 years ago
  6. 6fa7da2 can: flexcan: enable interrupts atomically at the end of flexcan_chip_start() by Marc Kleine-Budde · 9 years ago
  7. 1ba763d can: flexcan: give member of flexcan_priv holding mailboxes a sensible name by Marc Kleine-Budde · 9 years ago
  8. 89af874 can: flexcan: use pointer to struct regs instead of void pointer for mmio address space by Marc Kleine-Budde · 9 years ago
  9. f377bff can: flexcan: rename feature into quirks by Marc Kleine-Budde · 9 years ago
  10. 749de6f can: flexcan: flexcan_chip_start(): cleanup writing of reg_mcr by Marc Kleine-Budde · 9 years ago
  11. 8c41174 can: flexcan: remove unused header files by Marc Kleine-Budde · 9 years ago
  12. 0012e5c can: flexcan: cleanup coding style and fix typos by Marc Kleine-Budde · 9 years ago
  13. 7a4b6c8 can: flexcan: demote register output to debug level by Lucas Stach · 9 years ago
  14. a18ec1b can: flexcan: don't touch skb after netif_receive_skb() by Marc Kleine-Budde · 9 years ago
  15. 10d089b can: flexcan: replace open coded "mailbox code" by proper define by Marc Kleine-Budde · 10 years ago
  16. 6f75fce can: flexcan: rename struct flexcan_regs::crl2 -> ctrl2 by Marc Kleine-Budde · 10 years ago
  17. 66a6ef0 can: flexcan: add documentation about mailbox organization by Marc Kleine-Budde · 10 years ago
  18. 8a1ce7e can: flexcan: add MB/FIFO specific column to comment table of IP versions by David Jander · 10 years ago
  19. 555828e can: flexcan: Deferred on Regulator return EPROBE_DEFER by Andreas Werner · 9 years ago
  20. 258ce80 can: flexcan: fix bus-off error state handling. by Andri Yngvason · 9 years ago
  21. 3673796 can: flexcan: remove unused variable by Marc Kleine-Budde · 10 years ago
  22. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  23. 71a3aed can: flexcan: Consolidate and unify state change handling by Andri Yngvason · 10 years ago
  24. 0e90632 net: can: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  25. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  26. 4c728d8 can: flexcan: increase FLEXCAN_MCR_MAXMB() macro to 7 bits by Marc Kleine-Budde · 10 years ago
  27. de59448 can: flexcan: put TX mailbox into TX_INACTIVE mode after tx-complete by Marc Kleine-Budde · 10 years ago
  28. 25e9244 can: flexcan: implement workaround for errata ERR005829 by David Jander · 10 years ago
  29. fc05b88 can: flexcan: correctly initialize mailboxes by David Jander · 10 years ago
  30. c32fe4a can: flexcan: mark TX mailbox as TX_INACTIVE by Marc Kleine-Budde · 10 years ago
  31. 8badd65 can: flexcan: avoid calling usleep_range from interrupt context by David Jander · 10 years ago
  32. f9474dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  33. 8ce261d can: flexcan: handle state passive -> warning transition by Sebastian Andrzej Siewior · 10 years ago
  34. bc03a54 can: flexcan: Disable error interrupt when bus error reporting is disabled by Alexander Stein · 10 years ago
  35. cdce844 can: flexcan: add vf610 support for FlexCAN by Stefan Agner · 10 years ago
  36. ec56acf can: flexcan: flexcan_get_berr_counter(): switch on clocks before accessing ecr register by Stefan Agner · 10 years ago
  37. c971fa2 can: Unify MTU settings for CAN interfaces by Oliver Hartkopp · 10 years ago
  38. d0873e6 can: flexcan: make use of platform_get_device_id() by Marc Kleine-Budde · 10 years ago
  39. 08c6d35 can: flexcan: Remove #ifdef CONFIG_PM_SLEEP by Marc Kleine-Budde · 10 years ago
  40. 4b5b822 can: flexcan: factor out soft reset into seperate funtion by Marc Kleine-Budde · 10 years ago
  41. d96e43e can: flexcan: flexcan_remove(): add missing netif_napi_del() by Marc Kleine-Budde · 10 years ago
  42. b1aa1c7 can: flexcan: fix transition from and to freeze mode in chip_{,un}freeze by Marc Kleine-Budde · 10 years ago
  43. f003698 can: flexcan: factor out transceiver {en,dis}able into seperate functions by Marc Kleine-Budde · 10 years ago
  44. 9b00b30 can: flexcan: fix transition from and to low power mode in chip_{en,dis}able by Marc Kleine-Budde · 10 years ago
  45. 7e9e148 can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() fails by Marc Kleine-Budde · 10 years ago
  46. 5be93bd can: flexcan: fix shutdown: first disable chip, then all interrupts by Marc Kleine-Budde · 10 years ago
  47. 0e4b949 can: flexcan: fix flexcan driver build for big endian on ARM and little endian on PowerPc by Arnd Bergmann · 10 years ago
  48. 1a3e517 can: flexcan: use correct clock as base for bit rate calculation by Marc Kleine-Budde · 11 years ago
  49. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  50. e358784 can: flexcan: fix mx28 detection by rearanging OF match table by Marc Kleine-Budde · 11 years ago
  51. d5a7b40 can: flexcan: flexcan_chip_start: fix regression, mark one MB for TX and abort pending TX by Marc Kleine-Budde · 11 years ago
  52. 4fbef95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  53. 0d1862e can: flexcan: fix flexcan_chip_start() on imx6 by Marc Kleine-Budde · 11 years ago
  54. 84ae664 can: flexcan: use dev_get_platdata() by Jingoo Han · 11 years ago
  55. d75ea94 can: flexcan: use platform_set_drvdata() by Libo Chen · 11 years ago
  56. aa10181 can: flexcan: Check the return value from clk_prepare_enable() by Fabio Estevam · 11 years ago
  57. 933e4af can: flexcan: Use devm_ioremap_resource() by Fabio Estevam · 11 years ago
  58. b7c4114 can: flexcan: Use a regulator to control the CAN transceiver by Fabio Estevam · 11 years ago
  59. 588e7a8 can: flexcan: Use SIMPLE_DEV_PM_OPS by Fabio Estevam · 11 years ago
  60. 4d7f763 can: flexcan: Let device core handle pinctrl by Fabio Estevam · 11 years ago
  61. 688a2e7 net: can: flexcan: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  62. adccadb can: flexcan: add LED trigger support by Fabio Baltieri · 11 years ago
  63. 3c8ac0f can: remove __dev* attributes by Bill Pemberton · 12 years ago
  64. 4358a9d can: flexcan: add MODULE_DEVICE_TABLE by Marc Kleine-Budde · 12 years ago
  65. bb698ca can: flexcan: disable bus error interrupts for the i.MX6q by Wolfgang Grandegger · 12 years ago
  66. 4f72e5f flexcan: disable bus error interrupts for the i.MX28 by Wolfgang Grandegger · 12 years ago
  67. 3d42a37 can: flexcan: add 2nd clock to support imx53 and newer by Steffen Trumtrar · 12 years ago
  68. 194b9a4 can: mark bittiming_const pointer in struct can_priv as const by Marc Kleine-Budde · 12 years ago
  69. dda0b3b can: flexcan: make flexcan_priv.devtype_data member point to const data by Marc Kleine-Budde · 12 years ago
  70. 30c1e67 can: flexcan: add hardware controller version support by Hui Wang · 12 years ago
  71. afc016d can: flexcan: use of_property_read_u32 to get DT entry value by Hui Wang · 12 years ago
  72. b26d344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  73. 85f2f83 can: flexcan: use be32_to_cpup to handle the value of dt entry by Hui Wang · 12 years ago
  74. 9b97b84 Merge branch 'master' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 12 years ago
  75. 8b5e218 can: flexcan: add PM support by Eric Bénard · 12 years ago
  76. a53157c can: flexcan: adopt pinctrl support by Shawn Guo · 12 years ago
  77. d07d4c2 Merge branch 'master' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 12 years ago
  78. aabdfd6 can: replace the dev_dbg/info/err/... with the new netdev_xxx macros by Wolfgang Grandegger · 12 years ago
  79. 9a12349 can: flexcan: Fix CAN_RAW_RECV_OWN_MSGS and CAN_RAW_LOOPBACK by Reuben Dowle · 13 years ago
  80. 6e9d554 can: flexcan: fix irq flooding by clearing all interrupt sources by Wolfgang Grandegger · 12 years ago
  81. 979ecef Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  82. e735489 net: flexcan: convert to clk_prepare/clk_unprepare by Shawn Guo · 12 years ago
  83. 871d337 net/can: convert drivers/net/can/* to use module_platform_driver() by Axel Lin · 13 years ago
  84. 97efe9a flexcan: Prefer device tree clock frequency if available. by holt@sgi.com · 13 years ago
  85. c8aef4c flexcan: Add of_match to platform_device definition. by holt@sgi.com · 13 years ago
  86. 61e271e flexcan: Abstract off read/write for big/little endian. by holt@sgi.com · 13 years ago
  87. 12732c3 flexcan: Remove #include <mach/clock.h> by holt@sgi.com · 13 years ago
  88. 2e4ceec drivers/net/can/flexcan.c: add missing clk_put by Julia Lawall · 13 years ago
  89. 9a27586 can: flexcan: fix use after free of priv by Marc Kleine-Budde · 14 years ago
  90. e955cea CAN: Add Flexcan CAN controller driver by Marc Kleine-Budde · 15 years ago