index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
flexcan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-17
can: Unify MTU settings for CAN interfaces
Oliver Hartkopp
1
-0
/
+1
2014-03-07
can: flexcan: make use of platform_get_device_id()
Marc Kleine-Budde
1
-2
/
+2
2014-03-07
can: flexcan: Remove #ifdef CONFIG_PM_SLEEP
Marc Kleine-Budde
1
-4
/
+2
2014-03-03
can: flexcan: factor out soft reset into seperate funtion
Marc Kleine-Budde
1
-9
/
+17
2014-03-03
can: flexcan: flexcan_remove(): add missing netif_napi_del()
Marc Kleine-Budde
1
-1
/
+2
2014-03-03
can: flexcan: fix transition from and to freeze mode in chip_{,un}freeze
Marc Kleine-Budde
1
-11
/
+49
2014-03-03
can: flexcan: factor out transceiver {en,dis}able into seperate functions
Marc Kleine-Budde
1
-7
/
+20
2014-03-03
can: flexcan: fix transition from and to low power mode in chip_{en,dis}able
Marc Kleine-Budde
1
-12
/
+38
2014-03-03
can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() fails
Marc Kleine-Budde
1
-1
/
+3
2014-03-03
can: flexcan: fix shutdown: first disable chip, then all interrupts
Marc Kleine-Budde
1
-3
/
+5
2014-01-29
can: flexcan: fix flexcan driver build for big endian on ARM and little endia...
Arnd Bergmann
1
-2
/
+5
2013-11-26
can: flexcan: use correct clock as base for bit rate calculation
Marc Kleine-Budde
1
-1
/
+1
2013-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+10
2013-10-10
can: flexcan: fix mx28 detection by rearanging OF match table
Marc Kleine-Budde
1
-2
/
+2
2013-10-10
can: flexcan: flexcan_chip_start: fix regression, mark one MB for TX and abor...
Marc Kleine-Budde
1
-2
/
+8
2013-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-12
/
+0
2013-09-30
can: flexcan: fix flexcan_chip_start() on imx6
Marc Kleine-Budde
1
-12
/
+0
2013-09-21
can: flexcan: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-22
can: flexcan: use platform_set_drvdata()
Libo Chen
1
-1
/
+1
2013-08-01
can: flexcan: Check the return value from clk_prepare_enable()
Fabio Estevam
1
-8
/
+20
2013-08-01
can: flexcan: Use devm_ioremap_resource()
Fabio Estevam
1
-41
/
+12
2013-06-27
can: flexcan: Use a regulator to control the CAN transceiver
Fabio Estevam
1
-12
/
+13
2013-06-03
can: flexcan: Use SIMPLE_DEV_PM_OPS
Fabio Estevam
1
-11
/
+9
2013-06-03
can: flexcan: Let device core handle pinctrl
Fabio Estevam
1
-6
/
+0
2013-05-16
net: can: flexcan: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-01-26
can: flexcan: add LED trigger support
Fabio Baltieri
1
-0
/
+11
2012-12-03
can: remove __dev* attributes
Bill Pemberton
1
-5
/
+5
2012-11-27
can: flexcan: add MODULE_DEVICE_TABLE
Marc Kleine-Budde
1
-0
/
+2
2012-10-23
can: flexcan: disable bus error interrupts for the i.MX6q
Wolfgang Grandegger
1
-3
/
+16
2012-10-02
flexcan: disable bus error interrupts for the i.MX28
Wolfgang Grandegger
1
-10
/
+19
2012-07-20
can: flexcan: add 2nd clock to support imx53 and newer
Steffen Trumtrar
1
-18
/
+27
2012-07-20
can: mark bittiming_const pointer in struct can_priv as const
Marc Kleine-Budde
1
-1
/
+1
2012-07-17
can: flexcan: make flexcan_priv.devtype_data member point to const data
Marc Kleine-Budde
1
-2
/
+2
2012-07-03
can: flexcan: add hardware controller version support
Hui Wang
1
-8
/
+52
2012-07-02
can: flexcan: use of_property_read_u32 to get DT entry value
Hui Wang
1
-8
/
+3
2012-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2012-06-27
can: flexcan: use be32_to_cpup to handle the value of dt entry
Hui Wang
1
-2
/
+2
2012-06-06
Merge branch 'master' of git://gitorious.org/linux-can/linux-can-next
David S. Miller
1
-0
/
+38
2012-05-24
can: flexcan: add PM support
Eric BĂ©nard
1
-0
/
+38
2012-05-12
can: flexcan: adopt pinctrl support
Shawn Guo
1
-0
/
+6
2012-02-05
Merge branch 'master' of git://gitorious.org/linux-can/linux-can-next
David S. Miller
1
-33
/
+28
2012-02-03
can: replace the dev_dbg/info/err/... with the new netdev_xxx macros
Wolfgang Grandegger
1
-23
/
+21
2012-02-03
can: flexcan: Fix CAN_RAW_RECV_OWN_MSGS and CAN_RAW_LOOPBACK
Reuben Dowle
1
-10
/
+7
2012-02-03
can: flexcan: fix irq flooding by clearing all interrupt sources
Wolfgang Grandegger
1
-1
/
+6
2012-01-10
Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-5
/
+5
2011-12-28
net: flexcan: convert to clk_prepare/clk_unprepare
Shawn Guo
1
-5
/
+5
2011-11-29
net/can: convert drivers/net/can/* to use module_platform_driver()
Axel Lin
1
-14
/
+1
2011-08-18
flexcan: Prefer device tree clock frequency if available.
holt@sgi.com
1
-9
/
+25
2011-08-18
flexcan: Add of_match to platform_device definition.
holt@sgi.com
1
-1
/
+12
2011-08-18
flexcan: Abstract off read/write for big/little endian.
holt@sgi.com
1
-57
/
+83
[next]