1. a4bd790 can: mcp251x: add support for mcp25625 by Sean Nyekjaer · 5 years ago
  2. b63f69d can: mcp251x: add message about sucessful/unsuccessful probe by Ed Spiridonov · 8 years ago
  3. b6fd3ab can: mcp251x: Replace create_freezable_workqueue with alloc_workqueue by Amitoj Kaur Chawla · 8 years ago
  4. d694b06 can: mcp251x: avoid write to error flag register if it's unnecessary by Ed Spiridonov · 9 years ago
  5. 3821a06 spi: Drop owner assignment from spi_drivers by Andrew F. Davis · 9 years ago
  6. 69da3f2 can: mcp251x: get regulators optionally by Stefan Agner · 9 years ago
  7. 25b401c can: mcp251x: fix resume when device is down by Stefan Agner · 9 years ago
  8. 3d5db5e can: mcp251x: use correct register address for acceptance filters by Tomas Krcka · 9 years ago
  9. be38a6f can: move can_stats.bus_off++ from can_bus_off into can_change_state by Andri Yngvason · 10 years ago
  10. 3a73aef can: mcp251x: Use dmam_alloc_coherent by Himangi Saraogi · 10 years ago
  11. e1dfefe can: mcp251x: fix coccinelle warnings by Dan Carpenter · 10 years ago
  12. 869ba1e can: move SPI drivers into a separate directory by Stefano Babic · 11 years ago[Renamed from drivers/net/can/mcp251x.c]
  13. ee967ff can: mcp251x: Improve mcp251x_hw_probe() by Alexander Shiyan · 10 years ago
  14. ff06d61 can: mcp251x: Improve mcp251x_hw_reset() by Alexander Shiyan · 10 years ago
  15. 31473c2 can: mcp251x: Check return value of spi_setup() by Alexander Shiyan · 10 years ago
  16. 76aeec8 can: mcp251x: Fix regulators operation without CONFIG_REGULATOR by Alexander Shiyan · 11 years ago
  17. c971fa2 can: Unify MTU settings for CAN interfaces by Oliver Hartkopp · 11 years ago
  18. f16a421 can: mcp251x: Remove #ifdef CONFIG_PM_SLEEP by Alexander Shiyan · 11 years ago
  19. 1e6cacd can: mcp251x: Make driver more quiet by Alexander Shiyan · 11 years ago
  20. 66606aa can: mcp251x: Add device tree support by Alexander Shiyan · 11 years ago
  21. 21629e1 can: mcp251x: Convert to devm-* API by Alexander Shiyan · 11 years ago
  22. 05780d9 can: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  23. 369566e can: mcp251x: use dev_get_platdata() by Jingoo Han · 11 years ago
  24. b1ef05a can: mcp251x: Allow tuning SPI mode and limit maximal SPI speed by Alexander Shiyan · 11 years ago
  25. ae5d589 can: mcp251x: Eliminate irq_flags from driver platform_data by Alexander Shiyan · 11 years ago
  26. 1ddff7d can: mcp251x: Replace power callbacks with regulator API by Alexander Shiyan · 11 years ago
  27. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  28. 4fcc999 can: mcp251x: Remove unneeded PM_OPS definitions by Fabio Estevam · 11 years ago
  29. db388d6 can: mcp251x: add missing IRQF_ONESHOT to request_threaded_irq by Marc Kleine-Budde · 11 years ago
  30. fce5c29 net: can: mcp251x: use spi_get_drvdata() and spi_set_drvdata() by Jingoo Han · 11 years ago
  31. 612b2a9 can: mcp251x: Use dev_pm_ops by Lars-Peter Clausen · 12 years ago
  32. 01b8807 can: mcp251x: Use module_spi_driver by Lars-Peter Clausen · 12 years ago
  33. 4c2e33f can: mcp251x: Remove redundant spi driver bus initialization by Lars-Peter Clausen · 12 years ago
  34. eb072a9 can: mcp251x: add LED trigger support by Fabio Baltieri · 12 years ago
  35. 3c8ac0f can: remove __dev* attributes by Bill Pemberton · 12 years ago
  36. cab32f3 can: mcp251x: avoid repeated frame bug by Benoît Locher · 12 years ago
  37. 194b9a4 can: mark bittiming_const pointer in struct can_priv as const by Marc Kleine-Budde · 12 years ago
  38. c2fd03a drivers: net: Remove casts to same type by Joe Perches · 12 years ago
  39. aabdfd6 can: replace the dev_dbg/info/err/... with the new netdev_xxx macros by Wolfgang Grandegger · 13 years ago
  40. 34206f2 can: mcp251x: Allow pass IRQ flags through platform data. by Enric Balletbo i Serra · 13 years ago
  41. 58a69cb workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' by Tejun Heo · 14 years ago
  42. b9958a9 can: mcp251x: fix reception of standard RTR frames by Marc Kleine-Budde · 14 years ago
  43. 612eef4 can: mcp251x: fix generation of error frames by Marc Kleine-Budde · 14 years ago
  44. 5601b2d can: mcp251x: fix endless loop in interrupt handler if CANINTF_MERRF is set by Marc Kleine-Budde · 14 years ago
  45. 9c473fc can: mcp251x: optimize 2515, rx int gets cleared automatically by Marc Kleine-Budde · 14 years ago
  46. beab675 can: mcp251x: define helper functions mcp251x_is_2510, mcp251x_is_2515 by Marc Kleine-Budde · 14 years ago
  47. f1f8c6c can: mcp251x: Don't use pdata->model for chip selection anymore by Marc Kleine-Budde · 14 years ago
  48. d3cd156 can: mcp251x: write intf only when needed by Marc Kleine-Budde · 14 years ago
  49. 7e15de3 can: mcp251x: read-modify-write eflag only when needed by Sascha Hauer · 14 years ago
  50. f3a3ed3 can: mcp251x: allow to read two registers in one spi transfer by Sascha Hauer · 14 years ago
  51. 711e4d6 can: mcp251x: increase rx_errors on overflow, not only rx_over_errors by Sascha Hauer · 14 years ago
  52. 57d3c7b can: mcp251x: fix NOHZ local_softirq_pending 08 warning by Marc Kleine-Budde · 14 years ago
  53. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  54. 829e001 Fix some #includes in CAN drivers (rebased for net-next-2.6) by Hans J. Koch · 14 years ago
  55. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  56. e446630 Add hotplug support to mcp251x driver by Marc Zyngier · 14 years ago
  57. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  58. bf66f37 can: mcp251x: Move to threaded interrupts instead of workqueues. by Christian Pellegrin · 15 years ago
  59. ad72c34 can: Proper ctrlmode handling for CAN devices by Christian Pellegrin · 15 years ago
  60. 3ccd4c6 can: Unify droping of invalid tx skbs and netdev stats by Oliver Hartkopp · 15 years ago
  61. ce739b4 drivers/net/can: Correct NULL test by Julia Lawall · 15 years ago
  62. c7cd606 can: Fix data length code handling in rx path by Oliver Hartkopp · 15 years ago
  63. 615534b can: fix setting mcp251x bit timing on open by Christian Pellegrin · 15 years ago
  64. e000016 can: Driver for the Microchip MCP251x SPI CAN controllers by Christian Pellegrin · 15 years ago