summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/sja1000 (follow)
Commit message (Expand)AuthorAgeFilesLines
* can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol2022-07-201-0/+1
* can: sja1000: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-3/+4
* can: sja1000: Change the return type as void for SoC specific initBiju Das2022-07-191-9/+4
* can: sja1000: Use device_get_match_data to get device dataBiju Das2022-07-191-5/+2
* can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controllerBiju Das2022-07-192-4/+7
* can: can-dev: remove obsolete CAN LED supportOliver Hartkopp2022-05-191-11/+0
* can: Fix Links to Technologic Systems web resourcesKris Bahnsen2022-04-192-5/+4
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-051-3/+1
* can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-051-2/+3
* can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol2022-01-051-2/+0
* can: sja1000: sp_probe(): use platform_get_irq() to get the interruptLad Prabhakar2022-01-051-7/+8
* can: sja1000: fix use after free in ems_pcmcia_add_card()Dan Carpenter2021-12-071-1/+6
* can: peak_pci: peak_pci_remove(): fix UAFZheyu Ma2021-10-171-5/+4
* can: peak_pci: Add name and FW version of the card in kernel bufferStephane Grosjean2021-07-251-11/+53
* can: peak_pci: fix checkpatch warningsMarc Kleine-Budde2021-07-251-2/+4
* can: peak_pci: convert comments to network style commentsMarc Kleine-Budde2021-07-251-35/+14
* can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-03-301-1/+1
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-176-18/+0
* Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-02-211-3/+1
|\
| * isa: Make the remove callback for isa drivers return voidUwe Kleine-König2021-01-261-3/+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-1/+0
|\
| * can: sja1000: sja1000_err(): don't count arbitration lose as an errorJeroen Hofstee2020-11-301-1/+0
* | can: drivers: add len8_dlc support for various CAN adaptersOliver Hartkopp2020-11-201-5/+5
* | 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
|/
* can: drivers: fix spelling mistakesMarc Kleine-Budde2020-09-212-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-9/+9
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-2/+2
* can: peak_pci: Make structure peak_pciec_i2c_bit_ops constantNishka Dasgupta2019-08-201-1/+1
* can: sja1000: f81601: remove unused including <linux/version.h>YueHaibing2019-08-131-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-071-1/+1
|\
| * can: sja1000: force the string buffer NULL-terminatedWang Xiayang2019-08-021-1/+1
* | can: sja1000: f81601: add Fintek F81601 supportJi-Ze Hong (Peter Hong)2019-07-243-0/+223
* | can: sja1000: Makefile/Kconfig: sort alphabeticallyMarc Kleine-Budde2019-07-242-40/+41
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 495Thomas Gleixner2019-06-193-27/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344Thomas Gleixner2019-06-055-60/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* can: sja1000: plx_pci: add support for ASEM CAN raw deviceFlavio Suligoi2018-11-282-1/+65
* can: sja1000: Replace mdelay with usleep_range in pcan_add_channelsJia-Ju Bai2018-07-271-1/+1
* can: sja1000: Replace mdelay with usleep_range in peak_pci_probeJia-Ju Bai2018-07-271-1/+1
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-261-7/+7
* can: peak/pci: fix potential bug when probe() failsStephane Grosjean2017-12-011-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | drivers/net: can: Convert timers to use timer_setup()Kees Cook2017-10-271-3/+3
* | drivers: net: can: sja1000: use setup_timer() helper.Allen Pais2017-09-211-3/+1
|/