aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/mcp251x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-06can: mcp251x: Remove #ifdef CONFIG_PM_SLEEPAlexander Shiyan1-5/+2
2014-03-06can: mcp251x: Make driver more quietAlexander Shiyan1-6/+4
2013-12-21can: mcp251x: Add device tree supportAlexander Shiyan1-25/+74
2013-12-17can: mcp251x: Convert to devm-* APIAlexander Shiyan1-13/+6
2013-12-17can: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-09-21can: mcp251x: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-21can: mcp251x: Allow tuning SPI mode and limit maximal SPI speedAlexander Shiyan1-1/+5
2013-08-21can: mcp251x: Eliminate irq_flags from driver platform_dataAlexander Shiyan1-8/+1
2013-08-21can: mcp251x: Replace power callbacks with regulator APIAlexander Shiyan1-40/+43
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2013-04-16can: mcp251x: Remove unneeded PM_OPS definitionsFabio Estevam1-6/+2
2013-04-12can: mcp251x: add missing IRQF_ONESHOT to request_threaded_irqMarc Kleine-Budde1-2/+8
2013-04-07net: can: mcp251x: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-16/+16
2013-03-27can: mcp251x: Use dev_pm_opsLars-Peter Clausen1-7/+13
2013-03-27can: mcp251x: Use module_spi_driverLars-Peter Clausen1-13/+1
2013-03-27can: mcp251x: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2013-01-26can: mcp251x: add LED trigger supportFabio Baltieri1-4/+19
2012-12-03can: remove __dev* attributesBill Pemberton1-3/+3
2012-09-03can: mcp251x: avoid repeated frame bugBenoƮt Locher1-1/+10
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde1-1/+1
2012-06-06drivers: net: Remove casts to same typeJoe Perches1-2/+1
2012-02-03can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger1-2/+1
2011-04-06can: mcp251x: Allow pass IRQ flags through platform data.Enric Balletbo i Serra1-1/+2
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo1-1/+1
2010-10-26can: mcp251x: fix reception of standard RTR framesMarc Kleine-Budde1-0/+3
2010-10-21can: mcp251x: fix generation of error framesMarc Kleine-Budde1-1/+1
2010-10-21can: mcp251x: fix endless loop in interrupt handler if CANINTF_MERRF is setMarc Kleine-Budde1-5/+9
2010-10-18can: mcp251x: optimize 2515, rx int gets cleared automaticallyMarc Kleine-Budde1-4/+9
2010-10-18can: mcp251x: define helper functions mcp251x_is_2510, mcp251x_is_2515Marc Kleine-Budde1-2/+12
2010-10-18can: mcp251x: Don't use pdata->model for chip selection anymoreMarc Kleine-Budde1-12/+12
2010-10-18can: mcp251x: write intf only when neededMarc Kleine-Budde1-2/+13
2010-10-18can: mcp251x: read-modify-write eflag only when neededSascha Hauer1-1/+2
2010-10-18can: mcp251x: allow to read two registers in one spi transferSascha Hauer1-3/+17
2010-10-18can: mcp251x: increase rx_errors on overflow, not only rx_over_errorsSascha Hauer1-2/+6
2010-10-18can: mcp251x: fix NOHZ local_softirq_pending 08 warningMarc Kleine-Budde1-2/+2
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-04-13Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch1-1/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30Add hotplug support to mcp251x driverMarc Zyngier1-0/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-03can: mcp251x: Move to threaded interrupts instead of workqueues.Christian Pellegrin1-218/+203
2010-01-15can: Proper ctrlmode handling for CAN devicesChristian Pellegrin1-1/+10
2010-01-12can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp1-5/+1
2010-01-03drivers/net/can: Correct NULL testJulia Lawall1-1/+1
2009-12-13can: Fix data length code handling in rx pathOliver Hartkopp1-10/+3
2009-11-18can: fix setting mcp251x bit timing on openChristian Pellegrin1-8/+10
2009-11-08can: Driver for the Microchip MCP251x SPI CAN controllersChristian Pellegrin1-0/+1164