index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
ti_hecc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
can: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-09-11
1
-1
/
+1
*
can: rx-offload: rename rx_offload_get_echo_skb() -> can_rx_offload_get_echo_...
Marc Kleine-Budde
2023-07-28
1
-2
/
+2
*
can: Explicitly include correct DT includes, part 2
Rob Herring
2023-07-28
1
-1
/
+0
*
can: ti_hecc: fix coding style
Marc Kleine-Budde
2023-06-22
1
-1
/
+1
*
can: ti_hecc: Convert to platform remove callback returning void
Uwe Kleine-König
2023-05-15
1
-4
/
+2
*
can: dev: fix skb drop check
Oliver Hartkopp
2022-11-07
1
-1
/
+1
*
Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2022-08-04
1
-10
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...
Thomas Gleixner
2022-06-10
1
-10
/
+1
*
|
can: tree-wide: advertise software timestamping capabilities
Vincent Mailhol
2022-07-28
1
-0
/
+6
*
|
can: add CAN_ERR_CNT flag to notify availability of error counter
Vincent Mailhol
2022-07-20
1
-0
/
+1
|
/
*
can: can-dev: remove obsolete CAN LED support
Oliver Hartkopp
2022-05-19
1
-8
/
+0
*
can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue...
Marc Kleine-Budde
2022-04-19
1
-2
/
+2
*
can: ti_hecc: ti_hecc_probe(): use platform_get_irq() to get the interrupt
Lad Prabhakar
2022-01-05
1
-5
/
+3
*
can: rx-offload: add skb queue for use during ISR
Marc Kleine-Budde
2021-07-25
1
-0
/
+2
*
can: dev: can_rx_offload_get_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-01-14
1
-1
/
+1
*
can: dev: can_put_echo_skb(): extend to handle frame_len
Vincent Mailhol
2021-01-14
1
-1
/
+1
*
can: replace can_dlc as variable/element for payload length
Oliver Hartkopp
2020-11-20
1
-4
/
+4
*
can: rename get_can_dlc() macro with can_cc_dlc2len()
Oliver Hartkopp
2020-11-20
1
-1
/
+1
*
can: ti_hecc: Fix memleak in ti_hecc_probe
Zhang Qilong
2020-11-15
1
-5
/
+8
*
can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error path
Zhang Changzhong
2020-11-03
1
-3
/
+5
*
can: ti_hecc: convert to devm_platform_ioremap_resource_byname()
Dejin Zheng
2020-09-21
1
-22
/
+5
*
can: drivers: fix spelling mistakes
Marc Kleine-Budde
2020-09-21
1
-1
/
+1
*
can: rx-offload: Prepare for CAN FD support
Joakim Zhang
2019-11-11
1
-6
/
+20
*
can: ti_hecc: add missing state changes
Jeroen Hofstee
2019-11-04
1
-0
/
+17
*
can: ti_hecc: properly report state changes
Jeroen Hofstee
2019-11-04
1
-74
/
+88
*
can: ti_hecc: add fifo overflow error reporting
Jeroen Hofstee
2019-11-04
1
-5
/
+31
*
can: ti_hecc: release the mailbox a bit earlier
Jeroen Hofstee
2019-11-04
1
-2
/
+3
*
can: ti_hecc: keep MIM and MD set
Jeroen Hofstee
2019-11-04
1
-3
/
+3
*
can: ti_hecc: ti_hecc_stop(): stop the CPK on down
Jeroen Hofstee
2019-11-04
1
-0
/
+3
*
can: ti_hecc: ti_hecc_error(): increase error counters if skb enqueueing via ...
Marc Kleine-Budde
2019-11-04
1
-1
/
+4
*
can: ti_hecc: ti_hecc_mailbox_read(): remove set but not used variable 'mbx_m...
YueHaibing
2019-08-13
1
-2
/
+1
*
can: ti_hecc: ti_hecc_mailbox_read(): add blank lines to improve readability
Marc Kleine-Budde
2019-08-13
1
-0
/
+2
*
can: ti_hecc: ti_hecc_start(): avoid multiple assignments
Marc Kleine-Budde
2019-08-13
1
-1
/
+2
*
can: ti_hecc: fix print formating strings
Marc Kleine-Budde
2019-08-13
1
-3
/
+4
*
can: ti_hecc: avoid long lines
Marc Kleine-Budde
2019-08-13
1
-3
/
+5
*
can: ti_hecc: fix indention
Marc Kleine-Budde
2019-08-13
1
-20
/
+21
*
can: ti_hecc: convert block comments to network style comments
Marc Kleine-Budde
2019-08-13
1
-14
/
+7
*
can: ti_hecc: use timestamp based rx-offloading
Jeroen Hofstee
2019-07-24
1
-137
/
+54
*
can: ti_hecc: Fix napi poll return value for repoll
Oliver Stäbler
2017-12-01
1
-0
/
+3
*
can: ti_hecc: fix return value check in ti_hecc_probe()
Wei Yongjun
2017-04-25
1
-6
/
+6
*
can: ti_hecc: Convert TI HECC driver to DT only driver
Yegor Yefremov
2017-04-04
1
-82
/
+88
*
can: ti_hecc: add missing prepare and unprepare of the clock
Yegor Yefremov
2017-01-18
1
-4
/
+12
*
can: remove obsolete assignment for CAN protocol error type
Oliver Hartkopp
2015-11-23
1
-1
/
+0
*
can: fix assignment of error location in CAN error messages
Oliver Hartkopp
2015-11-23
1
-4
/
+2
*
can: ti_heccn: don't touch skb after netif_rx()
Marc Kleine-Budde
2015-07-15
1
-1
/
+1
*
can: move can_stats.bus_off++ from can_bus_off into can_change_state
Andri Yngvason
2015-01-20
1
-0
/
+1
*
net: can: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
can: Unify MTU settings for CAN interfaces
Oliver Hartkopp
2014-03-17
1
-0
/
+1
*
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-16
1
-1
/
+0
*
can: ti_hecc: fix endianness related sparse warning
Marc Kleine-Budde
2014-01-11
1
-6
/
+4
[next]