Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
139b6fd26d85a65c4e0d2795b87b94f9505e5943
/
drivers
/
net
/
can
/
c_can
/
c_can.c
3973c52
can: c_can: Disable pins when CAN interface is down
by Roger Quadros
· 10 years ago
54e5c4d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
ccbc535
can: c_can: Add and make use of 32-bit accesses functions
by Pavel Machek
· 11 years ago
524369e
can: c_can: remove obsolete STRICT_FRAME_ORDERING Kconfig option
by Oliver Hartkopp
· 11 years ago
9394159
can: c_can: Speed up tx buffer invalidation
by Thomas Gleixner
· 11 years ago
35bdafb5
can: c_can: Remove tx locking
by Thomas Gleixner
· 11 years ago
d48071b
can: c_can: Use proper u32 variables in c_can_write_msg_object()
by Thomas Gleixner
· 11 years ago
23ef0a8
can: c_can: Cleanup c_can_write_msg_object()
by Thomas Gleixner
· 11 years ago
7af2863
can: c_can: Cleanup c_can_msg_obj_put/get()
by Thomas Gleixner
· 11 years ago
b07faaa
can: c_can: Cleanup c_can_inval_msg_object()
by Thomas Gleixner
· 11 years ago
8ff2de0
can: c_can: Cleanup setup of receive buffers
by Thomas Gleixner
· 11 years ago
4fb6dcc
can: c_can: Cleanup c_can_read_msg_object()
by Thomas Gleixner
· 11 years ago
2d5f4f8
can: c_can: Cleanup irq enable/disable
by Thomas Gleixner
· 11 years ago
d61d09d
can: c_can: Work around C_CAN RX wreckage
by Thomas Gleixner
· 11 years ago
2b9aecd
can: c_can: Disable rx split as workaround
by Thomas Gleixner
· 11 years ago
fa39b54
can: c_can: Get rid of pointless interrupts
by Thomas Gleixner
· 11 years ago
b9011aa
can: c_can: Avoid status register update for D_CAN
by Thomas Gleixner
· 11 years ago
6b48ff8
can: c_can: Simplify buffer reenabling
by Thomas Gleixner
· 11 years ago
1da394d
can: c_can: Always update error stats
by Thomas Gleixner
· 11 years ago
097aec1
can: c_can: Fix berr reporting
by Thomas Gleixner
· 11 years ago
f058d54
can: c_can: Handle state change correctly
by Thomas Gleixner
· 11 years ago
9c64863
can: c_can: Do not access skb after net_receive_skb()
by Thomas Gleixner
· 11 years ago
ef1d2e2
can: c_can: Make bus off interrupt disable logic work
by Thomas Gleixner
· 11 years ago
bed11db
can: c_can: Fix startup logic
by Thomas Gleixner
· 11 years ago
f91ca78
Merge tag 'linux-can-fixes-for-3.15-20140401' of git://gitorious.org/linux-can/linux-can
by David S. Miller
· 11 years ago
b1d8e43
can: c_can: Avoid led toggling for every packet.
by Thomas Gleixner
· 11 years ago
5a7513a
can: c_can: Simplify TX interrupt cleanup
by Thomas Gleixner
· 11 years ago
9024700
can: c_can: Store dlc private
by Thomas Gleixner
· 11 years ago
c0a9f4d
can: c_can: Reduce register access
by Thomas Gleixner
· 11 years ago
520f570
can: c_can: Make the code readable
by Thomas Gleixner
· 11 years ago
bf88a206
can: c_can: Provide protection in the xmit path
by Thomas Gleixner
· 11 years ago
710c561
can: c_can: Remove EOB exit
by Thomas Gleixner
· 11 years ago
07c7b6f
can: c_can: Fix the lost message handling
by Thomas Gleixner
· 11 years ago
64f08f2
can: c_can: Fix buffer ordering
by Thomas Gleixner
· 11 years ago
640916d
can: c_can: Make it SMP safe
by Thomas Gleixner
· 11 years ago
9fac1d1
can: c_can: Wait for CONTROL_INIT to be cleared
by Thomas Gleixner
· 11 years ago
130a517
can: c_can: check return value to users of c_can_set_bittiming()
by Marc Kleine-Budde
· 11 years ago
f29b423
can: c_can: free_c_can_dev(): add missing netif_napi_del()
by Marc Kleine-Budde
· 11 years ago
c971fa2
can: Unify MTU settings for CAN interfaces
by Oliver Hartkopp
· 11 years ago
4ce78a8
can: c_can: Speed up rx_poll function
by Markus Pargmann
· 11 years ago
7ee330c
can: c_can: fix calculation of transmitted bytes on tx complete
by Holger Bechtold
· 11 years ago
e35d46a
can: c_can: don't call pm_runtime_get_sync() from interrupt context
by Marc Kleine-Budde
· 11 years ago
5d0f801
can: c_can: Fix RX message handling, handle lost message before EOB
by Markus Pargmann
· 11 years ago
188d1f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
2bd3bc4
can: c_can: Set reserved bit in IFx_MASK2 to 1 on write
by Alexander Stein
· 12 years ago
f1e7b73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
6ea4588
can: c_can: fix invalid error codes
by Olivier Sobrie
· 12 years ago
5090f80
can: c_can: add LED trigger support
by Fabio Baltieri
· 12 years ago
52cde85
can: c_can: Add d_can raminit support
by AnilKumar Ch
· 12 years ago
c523530
can: c_can: fix segfault during rmmod
by AnilKumar Ch
· 12 years ago
8212003
can: c_can: Add d_can suspend resume support
by AnilKumar Ch
· 12 years ago
4cdd34b
can: c_can: Add runtime PM support to Bosch C_CAN/D_CAN controller
by AnilKumar Ch
· 12 years ago
194b9a4
can: mark bittiming_const pointer in struct can_priv as const
by Marc Kleine-Budde
· 12 years ago
7e52b33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
d9cb9bd
can: c_can: precedence error in c_can_chip_config()
by Dan Carpenter
· 12 years ago
33f8100
can: c_can: Move overlay structure to array with offset as index
by AnilKumar Ch
· 12 years ago
f461f27
can: c_can: fix race condition in c_can_open()
by AnilKumar Ch
· 13 years ago
148c87c
can: c_can: fix an interrupt thrash issue with c_can driver
by AnilKumar Ch
· 13 years ago
617cacc
can: c_can: fix "BUG! echo_skb is occupied!" during transmit
by AnilKumar Ch
· 13 years ago
4570a52
can: c_can: remove duplicated #include
by Huang Weiyi
· 13 years ago
95cb365
net: Remove unneeded version.h includes from drivers/net/
by Jesper Juhl
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
dc760b3
can: c_can: Fix tx_bytes accounting
by Jan Altenberg
· 14 years ago
ee6f098
can: c_can: disable one shot mode until driver is fixed
by Marc Kleine-Budde
· 14 years ago
4f2d56c
can: c_can: Do basic c_can configuration _before_ enabling the interrupts
by Jan Altenberg
· 14 years ago
881ff67
can: c_can: Added support for Bosch C_CAN controller
by Bhupesh Sharma
· 14 years ago