summaryrefslogtreecommitdiff
path: root/drivers/net/can/spi/hi311x.c
AgeCommit message (Expand)Author
2022-11-07can: dev: fix skb drop checkOliver Hartkopp
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol
2022-07-20can: hi311x: do not report txerr and rxerr during bus-offVincent Mailhol
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp
2022-03-06can: Use netif_rx().Sebastian Andrzej Siewior
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol
2021-12-08can: hi311x: hi3110_can_probe(): convert to use dev_err_probe()Andy Shevchenko
2021-12-08can: hi311x: hi3110_can_probe(): make use of device property APIAndy Shevchenko
2021-12-08can: hi311x: hi3110_can_probe(): try to get crystal clock rate from propertyAndy Shevchenko
2021-12-08can: hi311x: hi3110_can_probe(): use devm_clk_get_optional() to get the input...Andy Shevchenko
2021-07-30can: hi311x: fix a signedness bug in hi3110_cmd()Dan Carpenter
2021-05-27can: hi311x: hi3110_can_probe(): silence clang warningMarc Kleine-Budde
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp
2019-08-22can: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring
2019-08-20can: hi311x: remove custom DMA mapped bufferMarc Kleine-Budde
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-11-09can: hi311x: Use level-triggered interruptLukas Wunner
2018-05-10can: hi311x: Work around TX complete interrupt erratumLukas Wunner
2018-05-10can: hi311x: Acquire SPI lock on ->do_get_berr_counterLukas Wunner
2017-04-04can: hi311x: Add Holt HI-311x CAN driverAkshay Bhat