index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
flexcan.c
Commit message (
Expand
)
Author
Age
*
can: flexcan: Deferred on Regulator return EPROBE_DEFER
Andreas Werner
2015-03-22
*
can: flexcan: fix bus-off error state handling.
Andri Yngvason
2015-03-22
*
can: flexcan: remove unused variable
Marc Kleine-Budde
2015-01-21
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
|
\
|
*
net: can: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
*
|
can: flexcan: Consolidate and unify state change handling
Andri Yngvason
2014-12-07
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-09-23
|
\
|
*
can: flexcan: increase FLEXCAN_MCR_MAXMB() macro to 7 bits
Marc Kleine-Budde
2014-09-18
|
*
can: flexcan: put TX mailbox into TX_INACTIVE mode after tx-complete
Marc Kleine-Budde
2014-09-18
|
*
can: flexcan: implement workaround for errata ERR005829
David Jander
2014-09-18
|
*
can: flexcan: correctly initialize mailboxes
David Jander
2014-09-18
|
*
can: flexcan: mark TX mailbox as TX_INACTIVE
Marc Kleine-Budde
2014-09-18
|
*
can: flexcan: avoid calling usleep_range from interrupt context
David Jander
2014-09-11
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-08-23
|
\
|
|
*
can: flexcan: handle state passive -> warning transition
Sebastian Andrzej Siewior
2014-08-21
|
*
can: flexcan: Disable error interrupt when bus error reporting is disabled
Alexander Stein
2014-08-21
*
|
can: flexcan: add vf610 support for FlexCAN
Stefan Agner
2014-08-17
*
|
can: flexcan: flexcan_get_berr_counter(): switch on clocks before accessing e...
Stefan Agner
2014-08-17
|
/
*
can: Unify MTU settings for CAN interfaces
Oliver Hartkopp
2014-03-17
*
can: flexcan: make use of platform_get_device_id()
Marc Kleine-Budde
2014-03-06
*
can: flexcan: Remove #ifdef CONFIG_PM_SLEEP
Marc Kleine-Budde
2014-03-06
*
can: flexcan: factor out soft reset into seperate funtion
Marc Kleine-Budde
2014-03-03
*
can: flexcan: flexcan_remove(): add missing netif_napi_del()
Marc Kleine-Budde
2014-03-03
*
can: flexcan: fix transition from and to freeze mode in chip_{,un}freeze
Marc Kleine-Budde
2014-03-03
*
can: flexcan: factor out transceiver {en,dis}able into seperate functions
Marc Kleine-Budde
2014-03-03
*
can: flexcan: fix transition from and to low power mode in chip_{en,dis}able
Marc Kleine-Budde
2014-03-03
*
can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() fails
Marc Kleine-Budde
2014-03-03
*
can: flexcan: fix shutdown: first disable chip, then all interrupts
Marc Kleine-Budde
2014-03-03
*
can: flexcan: fix flexcan driver build for big endian on ARM and little endia...
Arnd Bergmann
2014-01-29
*
can: flexcan: use correct clock as base for bit rate calculation
Marc Kleine-Budde
2013-11-26
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-10-23
|
\
|
*
can: flexcan: fix mx28 detection by rearanging OF match table
Marc Kleine-Budde
2013-10-09
|
*
can: flexcan: flexcan_chip_start: fix regression, mark one MB for TX and abor...
Marc Kleine-Budde
2013-10-09
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-10-01
|
\
|
|
*
can: flexcan: fix flexcan_chip_start() on imx6
Marc Kleine-Budde
2013-09-30
*
|
can: flexcan: use dev_get_platdata()
Jingoo Han
2013-09-21
|
/
*
can: flexcan: use platform_set_drvdata()
Libo Chen
2013-08-22
*
can: flexcan: Check the return value from clk_prepare_enable()
Fabio Estevam
2013-08-01
*
can: flexcan: Use devm_ioremap_resource()
Fabio Estevam
2013-08-01
*
can: flexcan: Use a regulator to control the CAN transceiver
Fabio Estevam
2013-06-27
*
can: flexcan: Use SIMPLE_DEV_PM_OPS
Fabio Estevam
2013-06-03
*
can: flexcan: Let device core handle pinctrl
Fabio Estevam
2013-06-03
*
net: can: flexcan: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-16
*
can: flexcan: add LED trigger support
Fabio Baltieri
2013-01-26
*
can: remove __dev* attributes
Bill Pemberton
2012-12-03
*
can: flexcan: add MODULE_DEVICE_TABLE
Marc Kleine-Budde
2012-11-27
*
can: flexcan: disable bus error interrupts for the i.MX6q
Wolfgang Grandegger
2012-10-23
*
flexcan: disable bus error interrupts for the i.MX28
Wolfgang Grandegger
2012-10-01
*
can: flexcan: add 2nd clock to support imx53 and newer
Steffen Trumtrar
2012-07-20
*
can: mark bittiming_const pointer in struct can_priv as const
Marc Kleine-Budde
2012-07-20
[next]