summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/sun4i_can.c
Commit message (Expand)AuthorAgeFilesLines
* can: Explicitly include correct DT includes, part 2Rob Herring2023-07-281-1/+0
* can: sun4i_can: Add support for the Allwinner D1John Watts2023-07-281-1/+11
* can: sun4i_can: Add acceptance register quirkJohn Watts2023-07-281-2/+8
* can: sun4i_can: Convert to platform remove callback returning voidUwe Kleine-König2023-05-151-4/+2
* 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: sun4i_can: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-5/+4
* can: can-dev: remove obsolete CAN LED supportOliver Hartkopp2022-05-191-7/+0
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-051-4/+1
* can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-051-4/+6
* can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol2022-01-051-5/+2
* can: sun4i_can: add support for R40 CAN controllerEvgeny Boger2021-12-081-2/+60
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-1/+0
|\
| * can: sun4i_can: sun4i_can_err(): don't count arbitration lose as an errorJeroen Hofstee2020-11-301-1/+0
* | can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-201-5/+5
* | can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp2020-11-201-1/+1
|/
* net: Fix return value about devm_platform_ioremap_resource()Tiezhu Yang2020-05-231-1/+1
* can: sun4i: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-11-111-3/+1
* net: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-1/+0
* can: sun4i: fix sun4ican_start_xmit()'s return typeLuc Van Oostenryck2018-07-271-1/+1
* can: sun4i: handle overrun in RX FIFOGerhard Bertelsmann2017-11-101-2/+10
* can: sun4i: fix loopback modeGerhard Bertelsmann2017-10-241-2/+1
* can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp2015-11-231-1/+0
* can: sun4i: fix MODULE_DESCRIPTIONGerhard Bertelsmann2015-10-131-1/+1
* can: sun4i: fix arbitration lost error reportingGerhard Bertelsmann2015-10-131-1/+1
* can: Allwinner A10/A20 CAN Controller support - Kernel moduleGerhard Bertelsmann2015-09-171-0/+857