aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/flexcan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-06can: flexcan: make use of platform_get_device_id()Marc Kleine-Budde1-2/+2
2014-03-06can: flexcan: Remove #ifdef CONFIG_PM_SLEEPMarc Kleine-Budde1-4/+2
2014-03-03can: flexcan: factor out soft reset into seperate funtionMarc Kleine-Budde1-9/+17
2014-03-03can: flexcan: flexcan_remove(): add missing netif_napi_del()Marc Kleine-Budde1-1/+2
2014-03-03can: flexcan: fix transition from and to freeze mode in chip_{,un}freezeMarc Kleine-Budde1-11/+49
2014-03-03can: flexcan: factor out transceiver {en,dis}able into seperate functionsMarc Kleine-Budde1-7/+20
2014-03-03can: flexcan: fix transition from and to low power mode in chip_{en,dis}ableMarc Kleine-Budde1-12/+38
2014-03-03can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() failsMarc Kleine-Budde1-1/+3
2014-03-03can: flexcan: fix shutdown: first disable chip, then all interruptsMarc Kleine-Budde1-3/+5
2014-01-29can: flexcan: fix flexcan driver build for big endian on ARM and little endian on PowerPcArnd Bergmann1-2/+5
2013-11-26can: flexcan: use correct clock as base for bit rate calculationMarc Kleine-Budde1-1/+1
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+10
2013-10-09can: flexcan: fix mx28 detection by rearanging OF match tableMarc Kleine-Budde1-2/+2
2013-10-09can: flexcan: flexcan_chip_start: fix regression, mark one MB for TX and abort pending TXMarc Kleine-Budde1-2/+8
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+0
2013-09-30can: flexcan: fix flexcan_chip_start() on imx6Marc Kleine-Budde1-12/+0
2013-09-21can: flexcan: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-22can: flexcan: use platform_set_drvdata()Libo Chen1-1/+1
2013-08-01can: flexcan: Check the return value from clk_prepare_enable()Fabio Estevam1-8/+20
2013-08-01can: flexcan: Use devm_ioremap_resource()Fabio Estevam1-41/+12
2013-06-27can: flexcan: Use a regulator to control the CAN transceiverFabio Estevam1-12/+13
2013-06-03can: flexcan: Use SIMPLE_DEV_PM_OPSFabio Estevam1-11/+9
2013-06-03can: flexcan: Let device core handle pinctrlFabio Estevam1-6/+0
2013-05-16net: can: flexcan: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-01-26can: flexcan: add LED trigger supportFabio Baltieri1-0/+11
2012-12-03can: remove __dev* attributesBill Pemberton1-5/+5
2012-11-27can: flexcan: add MODULE_DEVICE_TABLEMarc Kleine-Budde1-0/+2
2012-10-23can: flexcan: disable bus error interrupts for the i.MX6qWolfgang Grandegger1-3/+16
2012-10-01flexcan: disable bus error interrupts for the i.MX28Wolfgang Grandegger1-10/+19
2012-07-20can: flexcan: add 2nd clock to support imx53 and newerSteffen Trumtrar1-18/+27
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde1-1/+1
2012-07-17can: flexcan: make flexcan_priv.devtype_data member point to const dataMarc Kleine-Budde1-2/+2
2012-07-03can: flexcan: add hardware controller version supportHui Wang1-8/+52
2012-07-02can: flexcan: use of_property_read_u32 to get DT entry valueHui Wang1-8/+3
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-06-27can: flexcan: use be32_to_cpup to handle the value of dt entryHui Wang1-2/+2
2012-06-06Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-0/+38
2012-05-23can: flexcan: add PM supportEric BĂ©nard1-0/+38
2012-05-12can: flexcan: adopt pinctrl supportShawn Guo1-0/+6
2012-02-04Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-33/+28
2012-02-03can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger1-23/+21
2012-02-03can: flexcan: Fix CAN_RAW_RECV_OWN_MSGS and CAN_RAW_LOOPBACKReuben Dowle1-10/+7
2012-02-03can: flexcan: fix irq flooding by clearing all interrupt sourcesWolfgang Grandegger1-1/+6
2012-01-09Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+5
2011-12-28net: flexcan: convert to clk_prepare/clk_unprepareShawn Guo1-5/+5
2011-11-29net/can: convert drivers/net/can/* to use module_platform_driver()Axel Lin1-14/+1
2011-08-17flexcan: Prefer device tree clock frequency if available.holt@sgi.com1-9/+25
2011-08-17flexcan: Add of_match to platform_device definition.holt@sgi.com1-1/+12
2011-08-17flexcan: Abstract off read/write for big/little endian.holt@sgi.com1-57/+83
2011-08-17flexcan: Remove #include <mach/clock.h>holt@sgi.com1-2/+0