index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
mcp251x.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-25
can: move SPI drivers into a separate directory
Stefano Babic
1
-1266
/
+0
2014-04-25
can: mcp251x: Improve mcp251x_hw_probe()
Alexander Shiyan
1
-17
/
+16
2014-04-25
can: mcp251x: Improve mcp251x_hw_reset()
Alexander Shiyan
1
-19
/
+16
2014-04-25
can: mcp251x: Check return value of spi_setup()
Alexander Shiyan
1
-12
/
+13
2014-03-17
can: mcp251x: Fix regulators operation without CONFIG_REGULATOR
Alexander Shiyan
1
-2
/
+2
2014-03-17
can: Unify MTU settings for CAN interfaces
Oliver Hartkopp
1
-0
/
+1
2014-03-07
can: mcp251x: Remove #ifdef CONFIG_PM_SLEEP
Alexander Shiyan
1
-5
/
+2
2014-03-07
can: mcp251x: Make driver more quiet
Alexander Shiyan
1
-6
/
+4
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-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+8
2013-04-17
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-08
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-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-03-31
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-04
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-04
drivers/net/can: Correct NULL test
Julia Lawall
1
-1
/
+1
[next]