index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
spi
/
hi311x.c
Age
Commit message (
Expand
)
Author
2024-06-21
can: hi311x: simplify with spi_get_device_match_data()
Krzysztof Kozlowski
2022-11-07
can: dev: fix skb drop check
Oliver Hartkopp
2022-07-28
can: tree-wide: advertise software timestamping capabilities
Vincent Mailhol
2022-07-20
can: add CAN_ERR_CNT flag to notify availability of error counter
Vincent Mailhol
2022-07-20
can: hi311x: do not report txerr and rxerr during bus-off
Vincent Mailhol
2022-05-19
can: can-dev: remove obsolete CAN LED support
Oliver Hartkopp
2022-03-06
can: Use netif_rx().
Sebastian Andrzej Siewior
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
2022-01-05
can: do not increase tx_bytes statistics for RTR frames
Vincent Mailhol
2022-01-05
can: do not increase rx_bytes statistics for RTR frames
Vincent Mailhol
2021-12-08
can: hi311x: hi3110_can_probe(): convert to use dev_err_probe()
Andy Shevchenko
2021-12-08
can: hi311x: hi3110_can_probe(): make use of device property API
Andy Shevchenko
2021-12-08
can: hi311x: hi3110_can_probe(): try to get crystal clock rate from property
Andy Shevchenko
2021-12-08
can: hi311x: hi3110_can_probe(): use devm_clk_get_optional() to get the input...
Andy Shevchenko
2021-07-30
can: hi311x: fix a signedness bug in hi3110_cmd()
Dan Carpenter
2021-05-27
can: hi311x: hi3110_can_probe(): silence clang warning
Marc Kleine-Budde
2021-03-30
can: dev: can_free_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-01-14
can: dev: can_get_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-01-14
can: dev: can_put_echo_skb(): extend to handle frame_len
Vincent Mailhol
2020-11-20
can: replace can_dlc as variable/element for payload length
Oliver Hartkopp
2020-11-20
can: rename get_can_dlc() macro with can_cc_dlc2len()
Oliver Hartkopp
2019-08-22
can: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
2019-08-20
can: hi311x: remove custom DMA mapped buffer
Marc Kleine-Budde
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-11-09
can: hi311x: Use level-triggered interrupt
Lukas Wunner
2018-05-10
can: hi311x: Work around TX complete interrupt erratum
Lukas Wunner
2018-05-10
can: hi311x: Acquire SPI lock on ->do_get_berr_counter
Lukas Wunner
2017-04-04
can: hi311x: Add Holt HI-311x CAN driver
Akshay Bhat