summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/flexcan.c
Commit message (Expand)AuthorAgeFilesLines
* flexcan: disable bus error interrupts for the i.MX28Wolfgang Grandegger2012-10-011-10/+19
* can: flexcan: add 2nd clock to support imx53 and newerSteffen Trumtrar2012-07-201-18/+27
* can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde2012-07-201-1/+1
* can: flexcan: make flexcan_priv.devtype_data member point to const dataMarc Kleine-Budde2012-07-171-2/+2
* can: flexcan: add hardware controller version supportHui Wang2012-07-031-8/+52
* can: flexcan: use of_property_read_u32 to get DT entry valueHui Wang2012-07-021-8/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-281-2/+2
|\
| * can: flexcan: use be32_to_cpup to handle the value of dt entryHui Wang2012-06-271-2/+2
* | Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2012-06-061-0/+38
|\ \ | |/ |/|
| * can: flexcan: add PM supportEric BĂ©nard2012-05-231-0/+38
* | can: flexcan: adopt pinctrl supportShawn Guo2012-05-121-0/+6
|/
* Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2012-02-041-33/+28
|\
| * can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger2012-02-031-23/+21
| * can: flexcan: Fix CAN_RAW_RECV_OWN_MSGS and CAN_RAW_LOOPBACKReuben Dowle2012-02-031-10/+7
* | can: flexcan: fix irq flooding by clearing all interrupt sourcesWolfgang Grandegger2012-02-031-1/+6
|/
* Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-5/+5
|\
| * net: flexcan: convert to clk_prepare/clk_unprepareShawn Guo2011-12-281-5/+5
* | net/can: convert drivers/net/can/* to use module_platform_driver()Axel Lin2011-11-291-14/+1
|/
* flexcan: Prefer device tree clock frequency if available.holt@sgi.com2011-08-171-9/+25
* flexcan: Add of_match to platform_device definition.holt@sgi.com2011-08-171-1/+12
* flexcan: Abstract off read/write for big/little endian.holt@sgi.com2011-08-171-57/+83
* flexcan: Remove #include <mach/clock.h>holt@sgi.com2011-08-171-2/+0
* drivers/net/can/flexcan.c: add missing clk_putJulia Lawall2011-06-021-3/+2
* can: flexcan: fix use after free of privMarc Kleine-Budde2010-10-261-1/+2
* CAN: Add Flexcan CAN controller driverMarc Kleine-Budde2010-07-221-0/+1030