Alexander Shiyan
|
b1ef05a5a2
can: mcp251x: Allow tuning SPI mode and limit maximal SPI speed
|
12 years ago |
Alexander Shiyan
|
ae5d589e5f
can: mcp251x: Eliminate irq_flags from driver platform_data
|
12 years ago |
Alexander Shiyan
|
1ddff7da0f
can: mcp251x: Replace power callbacks with regulator API
|
12 years ago |
David S. Miller
|
6e0895c2ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
12 years ago |
Fabio Estevam
|
4fcc999e98
can: mcp251x: Remove unneeded PM_OPS definitions
|
12 years ago |
Marc Kleine-Budde
|
db388d6460
can: mcp251x: add missing IRQF_ONESHOT to request_threaded_irq
|
12 years ago |
Jingoo Han
|
fce5c293ff
net: can: mcp251x: use spi_get_drvdata() and spi_set_drvdata()
|
12 years ago |
Lars-Peter Clausen
|
612b2a97d8
can: mcp251x: Use dev_pm_ops
|
12 years ago |
Lars-Peter Clausen
|
01b8807075
can: mcp251x: Use module_spi_driver
|
12 years ago |
Lars-Peter Clausen
|
4c2e33f00c
can: mcp251x: Remove redundant spi driver bus initialization
|
12 years ago |
Fabio Baltieri
|
eb072a9bae
can: mcp251x: add LED trigger support
|
12 years ago |
Bill Pemberton
|
3c8ac0f2ad
can: remove __dev* attributes
|
12 years ago |
Benoît Locher
|
cab32f39dc
can: mcp251x: avoid repeated frame bug
|
13 years ago |
Marc Kleine-Budde
|
194b9a4cb9
can: mark bittiming_const pointer in struct can_priv as const
|
13 years ago |
Joe Perches
|
c2fd03a011
drivers: net: Remove casts to same type
|
13 years ago |
Wolfgang Grandegger
|
aabdfd6adb
can: replace the dev_dbg/info/err/... with the new netdev_xxx macros
|
13 years ago |
Enric Balletbo i Serra
|
34206f2671
can: mcp251x: Allow pass IRQ flags through platform data.
|
14 years ago |
Tejun Heo
|
58a69cb47e
workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'
|
14 years ago |
Marc Kleine-Budde
|
b9958a951e
can: mcp251x: fix reception of standard RTR frames
|
14 years ago |
Marc Kleine-Budde
|
612eef4f47
can: mcp251x: fix generation of error frames
|
14 years ago |
Marc Kleine-Budde
|
5601b2dfae
can: mcp251x: fix endless loop in interrupt handler if CANINTF_MERRF is set
|
14 years ago |
Marc Kleine-Budde
|
9c473fc339
can: mcp251x: optimize 2515, rx int gets cleared automatically
|
14 years ago |
Marc Kleine-Budde
|
beab675cb4
can: mcp251x: define helper functions mcp251x_is_2510, mcp251x_is_2515
|
14 years ago |
Marc Kleine-Budde
|
f1f8c6cbe6
can: mcp251x: Don't use pdata->model for chip selection anymore
|
14 years ago |
Marc Kleine-Budde
|
d3cd156575
can: mcp251x: write intf only when needed
|
14 years ago |
Sascha Hauer
|
7e15de3a73
can: mcp251x: read-modify-write eflag only when needed
|
14 years ago |
Sascha Hauer
|
f3a3ed3115
can: mcp251x: allow to read two registers in one spi transfer
|
14 years ago |
Sascha Hauer
|
711e4d6ecc
can: mcp251x: increase rx_errors on overflow, not only rx_over_errors
|
14 years ago |
Marc Kleine-Budde
|
57d3c7b09b
can: mcp251x: fix NOHZ local_softirq_pending 08 warning
|
14 years ago |
Eric Dumazet
|
1ae5dc342a
net: trans_start cleanups
|
15 years ago |