index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
mcp251x.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-21
can: mcp251x: Add device tree support
Alexander Shiyan
1
-25
/
+74
2013-12-17
can: mcp251x: Convert to devm-* API
Alexander Shiyan
1
-13
/
+6
2013-12-17
can: Fix FSF address in file headers
Jeff Kirsher
1
-2
/
+1
2013-09-21
can: mcp251x: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-21
can: mcp251x: Allow tuning SPI mode and limit maximal SPI speed
Alexander Shiyan
1
-1
/
+5
2013-08-21
can: mcp251x: Eliminate irq_flags from driver platform_data
Alexander Shiyan
1
-8
/
+1
2013-08-21
can: mcp251x: Replace power callbacks with regulator API
Alexander Shiyan
1
-40
/
+43
2013-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+8
2013-04-16
can: mcp251x: Remove unneeded PM_OPS definitions
Fabio Estevam
1
-6
/
+2
2013-04-12
can: mcp251x: add missing IRQF_ONESHOT to request_threaded_irq
Marc Kleine-Budde
1
-2
/
+8
2013-04-07
net: can: mcp251x: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
1
-16
/
+16
2013-03-27
can: mcp251x: Use dev_pm_ops
Lars-Peter Clausen
1
-7
/
+13
2013-03-27
can: mcp251x: Use module_spi_driver
Lars-Peter Clausen
1
-13
/
+1
2013-03-27
can: mcp251x: Remove redundant spi driver bus initialization
Lars-Peter Clausen
1
-1
/
+0
2013-01-26
can: mcp251x: add LED trigger support
Fabio Baltieri
1
-4
/
+19
2012-12-03
can: remove __dev* attributes
Bill Pemberton
1
-3
/
+3
2012-09-03
can: mcp251x: avoid repeated frame bug
BenoƮt Locher
1
-1
/
+10
2012-07-20
can: mark bittiming_const pointer in struct can_priv as const
Marc Kleine-Budde
1
-1
/
+1
2012-06-06
drivers: net: Remove casts to same type
Joe Perches
1
-2
/
+1
2012-02-03
can: replace the dev_dbg/info/err/... with the new netdev_xxx macros
Wolfgang Grandegger
1
-2
/
+1
2011-04-06
can: mcp251x: Allow pass IRQ flags through platform data.
Enric Balletbo i Serra
1
-1
/
+2
2011-02-16
workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'
Tejun Heo
1
-1
/
+1
2010-10-26
can: mcp251x: fix reception of standard RTR frames
Marc Kleine-Budde
1
-0
/
+3
2010-10-21
can: mcp251x: fix generation of error frames
Marc Kleine-Budde
1
-1
/
+1
2010-10-21
can: mcp251x: fix endless loop in interrupt handler if CANINTF_MERRF is set
Marc Kleine-Budde
1
-5
/
+9
2010-10-18
can: mcp251x: optimize 2515, rx int gets cleared automatically
Marc Kleine-Budde
1
-4
/
+9
2010-10-18
can: mcp251x: define helper functions mcp251x_is_2510, mcp251x_is_2515
Marc Kleine-Budde
1
-2
/
+12
2010-10-18
can: mcp251x: Don't use pdata->model for chip selection anymore
Marc Kleine-Budde
1
-12
/
+12
2010-10-18
can: mcp251x: write intf only when needed
Marc Kleine-Budde
1
-2
/
+13
2010-10-18
can: mcp251x: read-modify-write eflag only when needed
Sascha Hauer
1
-1
/
+2
2010-10-18
can: mcp251x: allow to read two registers in one spi transfer
Sascha Hauer
1
-3
/
+17
2010-10-18
can: mcp251x: increase rx_errors on overflow, not only rx_over_errors
Sascha Hauer
1
-2
/
+6
2010-10-18
can: mcp251x: fix NOHZ local_softirq_pending 08 warning
Marc Kleine-Budde
1
-2
/
+2
2010-05-10
net: trans_start cleanups
Eric Dumazet
1
-1
/
+0
2010-04-13
Fix some #includes in CAN drivers (rebased for net-next-2.6)
Hans J. Koch
1
-1
/
+0
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-03-30
Add hotplug support to mcp251x driver
Marc Zyngier
1
-0
/
+14
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-03
can: mcp251x: Move to threaded interrupts instead of workqueues.
Christian Pellegrin
1
-218
/
+203
2010-01-15
can: Proper ctrlmode handling for CAN devices
Christian Pellegrin
1
-1
/
+10
2010-01-12
can: Unify droping of invalid tx skbs and netdev stats
Oliver Hartkopp
1
-5
/
+1
2010-01-03
drivers/net/can: Correct NULL test
Julia Lawall
1
-1
/
+1
2009-12-13
can: Fix data length code handling in rx path
Oliver Hartkopp
1
-10
/
+3
2009-11-18
can: fix setting mcp251x bit timing on open
Christian Pellegrin
1
-8
/
+10
2009-11-08
can: Driver for the Microchip MCP251x SPI CAN controllers
Christian Pellegrin
1
-0
/
+1164