index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
mcp251x.c
Age
Commit message (
Expand
)
Author
2013-03-27
can: mcp251x: Use dev_pm_ops
Lars-Peter Clausen
2013-03-27
can: mcp251x: Use module_spi_driver
Lars-Peter Clausen
2013-03-27
can: mcp251x: Remove redundant spi driver bus initialization
Lars-Peter Clausen
2013-01-26
can: mcp251x: add LED trigger support
Fabio Baltieri
2012-12-03
can: remove __dev* attributes
Bill Pemberton
2012-09-03
can: mcp251x: avoid repeated frame bug
BenoƮt Locher
2012-07-20
can: mark bittiming_const pointer in struct can_priv as const
Marc Kleine-Budde
2012-06-06
drivers: net: Remove casts to same type
Joe Perches
2012-02-03
can: replace the dev_dbg/info/err/... with the new netdev_xxx macros
Wolfgang Grandegger
2011-04-06
can: mcp251x: Allow pass IRQ flags through platform data.
Enric Balletbo i Serra
2011-02-16
workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'
Tejun Heo
2010-10-26
can: mcp251x: fix reception of standard RTR frames
Marc Kleine-Budde
2010-10-21
can: mcp251x: fix generation of error frames
Marc Kleine-Budde
2010-10-21
can: mcp251x: fix endless loop in interrupt handler if CANINTF_MERRF is set
Marc Kleine-Budde
2010-10-18
can: mcp251x: optimize 2515, rx int gets cleared automatically
Marc Kleine-Budde
2010-10-18
can: mcp251x: define helper functions mcp251x_is_2510, mcp251x_is_2515
Marc Kleine-Budde
2010-10-18
can: mcp251x: Don't use pdata->model for chip selection anymore
Marc Kleine-Budde
2010-10-18
can: mcp251x: write intf only when needed
Marc Kleine-Budde
2010-10-18
can: mcp251x: read-modify-write eflag only when needed
Sascha Hauer
2010-10-18
can: mcp251x: allow to read two registers in one spi transfer
Sascha Hauer
2010-10-18
can: mcp251x: increase rx_errors on overflow, not only rx_over_errors
Sascha Hauer
2010-10-18
can: mcp251x: fix NOHZ local_softirq_pending 08 warning
Marc Kleine-Budde
2010-05-10
net: trans_start cleanups
Eric Dumazet
2010-04-13
Fix some #includes in CAN drivers (rebased for net-next-2.6)
Hans J. Koch
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-03-30
Add hotplug support to mcp251x driver
Marc Zyngier
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-02-03
can: mcp251x: Move to threaded interrupts instead of workqueues.
Christian Pellegrin
2010-01-15
can: Proper ctrlmode handling for CAN devices
Christian Pellegrin
2010-01-12
can: Unify droping of invalid tx skbs and netdev stats
Oliver Hartkopp
2010-01-03
drivers/net/can: Correct NULL test
Julia Lawall
2009-12-13
can: Fix data length code handling in rx path
Oliver Hartkopp
2009-11-18
can: fix setting mcp251x bit timing on open
Christian Pellegrin
2009-11-08
can: Driver for the Microchip MCP251x SPI CAN controllers
Christian Pellegrin