summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/c_can/c_can.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* can: c_can: add ethtool supportDario Binacchi2021-05-271-1353/+0
* can: c_can: remove unused variable struct c_can_priv::rxmaskedDario Binacchi2021-05-271-1/+0
* can: c_can: add support to 64 message objectsDario Binacchi2021-03-301-12/+15
* can: c_can: prepare to up the message objects numberDario Binacchi2021-03-301-19/+31
* can: c_can: use 32-bit write to set arbitration registerDario Binacchi2021-03-301-2/+1
* can: c_can: add a comment about IF_RX interface's useDario Binacchi2021-03-301-0/+5
* can: c_can: fix indentationDario Binacchi2021-03-301-1/+1
* can: c_can: remove unused codeDario Binacchi2021-03-301-2/+1
* can: c_can: fix remaining checkpatch warningsMarc Kleine-Budde2021-03-301-1/+2
* can: c_can: replace double assignments by two single onesMarc Kleine-Budde2021-03-301-2/+4
* can: c_can: fix indentionMarc Kleine-Budde2021-03-301-6/+6
* can: c_can: remove unnecessary blank lines and add suggested onesMarc Kleine-Budde2021-03-301-2/+0
* can: c_can: convert block comments to network style commentsMarc Kleine-Budde2021-03-301-35/+17
* can: c_can: move runtime PM enable/disable to c_can_platformTong Zhang2021-03-161-23/+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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-041-4/+14
|\
| * can: c_can: c_can_power_up(): fix error handlingZhang Qilong2020-11-301-4/+14
* | 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: c_can: Remove unused inline functionYueHaibing2020-09-211-9/+0
* can: c_can: C_CAN: add bus recovery eventsJeroen Hofstee2019-11-041-2/+18
* can: c_can: D_CAN: c_can_chip_config(): perform a sofware reset on openJeroen Hofstee2019-11-041-0/+26
* can: c_can: c_can_poll(): only read status register after status IRQKurt Van Dijck2019-11-041-5/+20
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* can: c_can: Update D_CAN TX and RX functions to 32 bit - fix Altera Cyclone a...Thor Thayer2016-06-201-7/+31
* can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp2015-11-231-1/+0
* can: fix assignment of error location in CAN error messagesOliver Hartkopp2015-11-231-4/+2
* can: c_can: Fix default pinmux glitch at initJ.D. Schroeder2015-07-121-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-281-0/+3
|\
| * can: c_can: end pending transmission on network stop (ifdown)Viktor Babrian2015-01-211-0/+3
* | can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason2015-01-201-1/+1
|/
* can: c_can: Disable pins when CAN interface is downRoger Quadros2014-11-171-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-36/+0
|\
| * can: c_can: remove obsolete STRICT_FRAME_ORDERING Kconfig optionOliver Hartkopp2014-05-191-36/+0
* | can: c_can: Add and make use of 32-bit accesses functionsPavel Machek2014-05-191-10/+5
|/
* can: c_can: Speed up tx buffer invalidationThomas Gleixner2014-04-241-15/+39
* can: c_can: Remove tx lockingThomas Gleixner2014-04-241-85/+42
* can: c_can: Use proper u32 variables in c_can_write_msg_object()Thomas Gleixner2014-04-241-9/+9
* can: c_can: Cleanup c_can_write_msg_object()Thomas Gleixner2014-04-241-25/+24
* can: c_can: Cleanup c_can_msg_obj_put/get()Thomas Gleixner2014-04-241-44/+16
* can: c_can: Cleanup c_can_inval_msg_object()Thomas Gleixner2014-04-241-5/+5
* can: c_can: Cleanup setup of receive buffersThomas Gleixner2014-04-241-21/+17
* can: c_can: Cleanup c_can_read_msg_object()Thomas Gleixner2014-04-241-17/+15
* can: c_can: Cleanup irq enable/disableThomas Gleixner2014-04-241-25/+12
* can: c_can: Work around C_CAN RX wreckageThomas Gleixner2014-04-241-3/+10
* can: c_can: Disable rx split as workaroundThomas Gleixner2014-04-241-14/+48
* can: c_can: Get rid of pointless interruptsThomas Gleixner2014-04-241-75/+47
* can: c_can: Avoid status register update for D_CANThomas Gleixner2014-04-241-3/+6
* can: c_can: Simplify buffer reenablingThomas Gleixner2014-04-241-10/+6