summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/c_can
Commit message (Expand)AuthorAgeFilesLines
* can: c_can: remove unused enum BOSCH_C_CAN_PLATFORMMarc Kleine-Budde2021-04-071-1/+0
* can: c_can: add support to 64 message objectsDario Binacchi2021-03-304-16/+28
* can: c_can: prepare to up the message objects numberDario Binacchi2021-03-304-34/+43
* 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-302-6/+1
* can: c_can: fix remaining checkpatch warningsMarc Kleine-Budde2021-03-302-2/+3
* can: c_can: replace double assignments by two single onesMarc Kleine-Budde2021-03-301-2/+4
* can: c_can: fix print formating stringMarc Kleine-Budde2021-03-301-2/+1
* can: c_can: fix indentionMarc Kleine-Budde2021-03-303-19/+19
* can: c_can: remove unnecessary blank lines and add suggested onesMarc Kleine-Budde2021-03-302-2/+1
* can: c_can: convert block comments to network style commentsMarc Kleine-Budde2021-03-302-37/+18
* can: c_can: move runtime PM enable/disable to c_can_platformTong Zhang2021-03-162-24/+6
* can: c_can_pci: c_can_pci_remove(): fix use-after-freeTong Zhang2021-03-161-1/+2
* 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-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: reg_map_{c,d}_can: mark as __maybe_unusedMarc Kleine-Budde2020-10-061-2/+2
* can: c_can: Remove unused inline functionYueHaibing2020-09-211-9/+0
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* can: c_can: c_can_plaform: fix checkpatch warningsMarc Kleine-Budde2019-11-111-10/+11
* 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-042-5/+21
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* can: c_can_pci: make c_can_pci_data constBhumika Goyal2017-12-011-2/+2
* can: c_can: don't indicate triple sampling support for D_CANRichard Schütz2017-11-102-2/+0
* can: constify platform_device_idArvind Yadav2017-08-131-1/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointerEinar Jón2017-01-181-0/+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-272-11/+21
|\
| * can: c_can: end pending transmission on network stop (ifdown)Viktor Babrian2015-01-211-0/+3
| * can: c_can: use regmap_update_bits() to modify RAMINIT registerRoger Quadros2015-01-151-11/+18
* | can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason2015-01-201-1/+1
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * net: can: c_can: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | net: can: c_can: Add support for TI am4372 DCANRoger Quadros2014-11-171-0/+1
* | can: c_can: Add support for TI am3352 DCANRoger Quadros2014-11-171-0/+12
* | can: c_can: Add support for TI DRA7 DCANRoger Quadros2014-11-171-0/+13
* | can: c_can: Disable pins when CAN interface is downRoger Quadros2014-11-171-0/+13
* | can: c_can: Add support for START pulse in RAMINIT sequenceRoger Quadros2014-11-172-0/+8
* | can: c_can: Add syscon/regmap RAMINIT mechanismRoger Quadros2014-11-172-41/+78