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