summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/spi/hi311x.c
Commit message (Expand)AuthorAgeFilesLines
* can: hi311x: simplify with spi_get_device_match_data()Krzysztof Kozlowski2024-06-211-6/+1
* can: dev: fix skb drop checkOliver Hartkopp2022-11-071-1/+1
* can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-281-0/+6
* can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol2022-07-201-0/+1
* can: hi311x: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-2/+3
* can: can-dev: remove obsolete CAN LED supportOliver Hartkopp2022-05-191-8/+0
* can: Use netif_rx().Sebastian Andrzej Siewior2022-03-061-3/+3
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-051-13/+11
* can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-051-3/+4
* can: hi311x: hi3110_can_probe(): convert to use dev_err_probe()Andy Shevchenko2021-12-081-9/+4
* can: hi311x: hi3110_can_probe(): make use of device property APIAndy Shevchenko2021-12-081-6/+6
* can: hi311x: hi3110_can_probe(): try to get crystal clock rate from propertyAndy Shevchenko2021-12-081-2/+11
* can: hi311x: hi3110_can_probe(): use devm_clk_get_optional() to get the input...Andy Shevchenko2021-12-081-10/+6
* can: hi311x: fix a signedness bug in hi3110_cmd()Dan Carpenter2021-07-301-1/+1
* can: hi311x: hi3110_can_probe(): silence clang warningMarc Kleine-Budde2021-05-271-1/+1
* can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-03-301-1/+1
* can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-01-141-1/+1
* can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol2021-01-141-1/+1
* can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-201-10/+10
* can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp2020-11-201-1/+1
* can: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-221-2/+1
* can: hi311x: remove custom DMA mapped bufferMarc Kleine-Budde2019-08-201-49/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* can: hi311x: Use level-triggered interruptLukas Wunner2018-11-091-1/+1
* can: hi311x: Work around TX complete interrupt erratumLukas Wunner2018-05-101-4/+5
* can: hi311x: Acquire SPI lock on ->do_get_berr_counterLukas Wunner2018-05-101-0/+2
* can: hi311x: Add Holt HI-311x CAN driverAkshay Bhat2017-04-041-0/+1076