summaryrefslogtreecommitdiff
path: root/drivers/net/can/mcp251x.c
AgeCommit message (Expand)Author
2016-06-29can: mcp251x: fix resume when device is downColibri_iMX6_LinuxImageV2.6Beta2_20160701Apalis_iMX6_LinuxImageV2.6Beta2_20160701Stefan Agner
2013-12-21can: mcp251x: Add device tree supportAlexander Shiyan
2013-12-17can: mcp251x: Convert to devm-* APIAlexander Shiyan
2013-12-17can: Fix FSF address in file headersJeff Kirsher
2013-09-21can: mcp251x: use dev_get_platdata()Jingoo Han
2013-08-21can: mcp251x: Allow tuning SPI mode and limit maximal SPI speedAlexander Shiyan
2013-08-21can: mcp251x: Eliminate irq_flags from driver platform_dataAlexander Shiyan
2013-08-21can: mcp251x: Replace power callbacks with regulator APIAlexander Shiyan
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-16can: mcp251x: Remove unneeded PM_OPS definitionsFabio Estevam
2013-04-12can: mcp251x: add missing IRQF_ONESHOT to request_threaded_irqMarc Kleine-Budde
2013-04-07net: can: mcp251x: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han
2013-03-27can: mcp251x: Use dev_pm_opsLars-Peter Clausen
2013-03-27can: mcp251x: Use module_spi_driverLars-Peter Clausen
2013-03-27can: mcp251x: Remove redundant spi driver bus initializationLars-Peter Clausen
2013-01-26can: mcp251x: add LED trigger supportFabio Baltieri
2012-12-03can: remove __dev* attributesBill Pemberton
2012-09-03can: mcp251x: avoid repeated frame bugBenoƮt Locher
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde
2012-06-06drivers: net: Remove casts to same typeJoe Perches
2012-02-03can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger
2011-04-06can: mcp251x: Allow pass IRQ flags through platform data.Enric Balletbo i Serra
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo
2010-10-26can: mcp251x: fix reception of standard RTR framesMarc Kleine-Budde
2010-10-21can: mcp251x: fix generation of error framesMarc Kleine-Budde
2010-10-21can: mcp251x: fix endless loop in interrupt handler if CANINTF_MERRF is setMarc Kleine-Budde
2010-10-18can: mcp251x: optimize 2515, rx int gets cleared automaticallyMarc Kleine-Budde
2010-10-18can: mcp251x: define helper functions mcp251x_is_2510, mcp251x_is_2515Marc Kleine-Budde
2010-10-18can: mcp251x: Don't use pdata->model for chip selection anymoreMarc Kleine-Budde
2010-10-18can: mcp251x: write intf only when neededMarc Kleine-Budde
2010-10-18can: mcp251x: read-modify-write eflag only when neededSascha Hauer
2010-10-18can: mcp251x: allow to read two registers in one spi transferSascha Hauer
2010-10-18can: mcp251x: increase rx_errors on overflow, not only rx_over_errorsSascha Hauer
2010-10-18can: mcp251x: fix NOHZ local_softirq_pending 08 warningMarc Kleine-Budde
2010-05-10net: trans_start cleanupsEric Dumazet
2010-04-13Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30Add hotplug support to mcp251x driverMarc Zyngier
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-03can: mcp251x: Move to threaded interrupts instead of workqueues.Christian Pellegrin
2010-01-15can: Proper ctrlmode handling for CAN devicesChristian Pellegrin
2010-01-12can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp
2010-01-03drivers/net/can: Correct NULL testJulia Lawall
2009-12-13can: Fix data length code handling in rx pathOliver Hartkopp
2009-11-18can: fix setting mcp251x bit timing on openChristian Pellegrin
2009-11-08can: Driver for the Microchip MCP251x SPI CAN controllersChristian Pellegrin