summaryrefslogtreecommitdiff
path: root/drivers/net/can/flexcan.c
AgeCommit message (Expand)Author
2014-08-21can: flexcan: handle state passive -> warning transitionSebastian Andrzej Siewior
2014-08-21can: flexcan: Disable error interrupt when bus error reporting is disabledAlexander Stein
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp
2014-03-06can: flexcan: make use of platform_get_device_id()Marc Kleine-Budde
2014-03-06can: flexcan: Remove #ifdef CONFIG_PM_SLEEPMarc Kleine-Budde
2014-03-03can: flexcan: factor out soft reset into seperate funtionMarc Kleine-Budde
2014-03-03can: flexcan: flexcan_remove(): add missing netif_napi_del()Marc Kleine-Budde
2014-03-03can: flexcan: fix transition from and to freeze mode in chip_{,un}freezeMarc Kleine-Budde
2014-03-03can: flexcan: factor out transceiver {en,dis}able into seperate functionsMarc Kleine-Budde
2014-03-03can: flexcan: fix transition from and to low power mode in chip_{en,dis}ableMarc Kleine-Budde
2014-03-03can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() failsMarc Kleine-Budde
2014-03-03can: flexcan: fix shutdown: first disable chip, then all interruptsMarc Kleine-Budde
2014-01-29can: flexcan: fix flexcan driver build for big endian on ARM and little endia...Arnd Bergmann
2013-11-26can: flexcan: use correct clock as base for bit rate calculationMarc Kleine-Budde
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-09can: flexcan: fix mx28 detection by rearanging OF match tableMarc Kleine-Budde
2013-10-09can: flexcan: flexcan_chip_start: fix regression, mark one MB for TX and abor...Marc Kleine-Budde
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-30can: flexcan: fix flexcan_chip_start() on imx6Marc Kleine-Budde
2013-09-21can: flexcan: use dev_get_platdata()Jingoo Han
2013-08-22can: flexcan: use platform_set_drvdata()Libo Chen
2013-08-01can: flexcan: Check the return value from clk_prepare_enable()Fabio Estevam
2013-08-01can: flexcan: Use devm_ioremap_resource()Fabio Estevam
2013-06-27can: flexcan: Use a regulator to control the CAN transceiverFabio Estevam
2013-06-03can: flexcan: Use SIMPLE_DEV_PM_OPSFabio Estevam
2013-06-03can: flexcan: Let device core handle pinctrlFabio Estevam
2013-05-16net: can: flexcan: remove unnecessary platform_set_drvdata()Jingoo Han
2013-01-26can: flexcan: add LED trigger supportFabio Baltieri
2012-12-03can: remove __dev* attributesBill Pemberton
2012-11-27can: flexcan: add MODULE_DEVICE_TABLEMarc Kleine-Budde
2012-10-23can: flexcan: disable bus error interrupts for the i.MX6qWolfgang Grandegger
2012-10-01flexcan: disable bus error interrupts for the i.MX28Wolfgang Grandegger
2012-07-20can: flexcan: add 2nd clock to support imx53 and newerSteffen Trumtrar
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde
2012-07-17can: flexcan: make flexcan_priv.devtype_data member point to const dataMarc Kleine-Budde
2012-07-03can: flexcan: add hardware controller version supportHui Wang
2012-07-02can: flexcan: use of_property_read_u32 to get DT entry valueHui Wang
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-27can: flexcan: use be32_to_cpup to handle the value of dt entryHui Wang
2012-06-06Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller
2012-05-23can: flexcan: add PM supportEric BĂ©nard
2012-05-12can: flexcan: adopt pinctrl supportShawn Guo
2012-02-04Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller
2012-02-03can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger
2012-02-03can: flexcan: Fix CAN_RAW_RECV_OWN_MSGS and CAN_RAW_LOOPBACKReuben Dowle
2012-02-03can: flexcan: fix irq flooding by clearing all interrupt sourcesWolfgang Grandegger
2012-01-09Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2011-12-28net: flexcan: convert to clk_prepare/clk_unprepareShawn Guo
2011-11-29net/can: convert drivers/net/can/* to use module_platform_driver()Axel Lin
2011-08-17flexcan: Prefer device tree clock frequency if available.holt@sgi.com