summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/sja1000
Commit message (Expand)AuthorAgeFilesLines
* can: sja1000: Prevent overrun stalls with a soft reset on Renesas SoCsMiquel Raynal2023-06-223-4/+31
* can: sja1000: Prepare the use of a threaded handlerMiquel Raynal2023-06-221-3/+8
* can: sja1000_platform: Convert to platform remove callback returning voidUwe Kleine-König2023-05-151-4/+2
* can: sja1000_isa: Convert to platform remove callback returning voidUwe Kleine-König2023-05-151-4/+2
* can: ems_pci: Add myself as module authorGerhard Uttenthaler2023-02-021-0/+1
* can: ems_pci: Deassert hardware resetGerhard Uttenthaler2023-02-021-0/+8
* can: ems_pci: Add IRQ enableGerhard Uttenthaler2023-02-021-2/+9
* can: ems_pci: Initialize CAN controller base addressesGerhard Uttenthaler2023-02-021-2/+7
* can: ems_pci: Add read/write register and post irq functionsGerhard Uttenthaler2023-02-021-1/+23
* can: ems_pci: Initialize BAR registersGerhard Uttenthaler2023-02-021-9/+28
* can: ems_pci: Add Asix AX99100 definitionsGerhard Uttenthaler2023-02-021-0/+19
* can: ems_pci: Fix code style, copyright and email addressGerhard Uttenthaler2023-02-021-25/+20
* can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()Zhang Changzhong2022-11-241-4/+6
* can: dev: fix skb drop checkOliver Hartkopp2022-11-071-1/+1
* can: sja1000: remove redundant variable retJinpeng Cui2022-09-051-5/+1
* can: sja1000: Add support for RZ/N1 SJA1000 CAN ControllerBiju Das2022-09-051-5/+33
* net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-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: 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-031-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-231-1/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-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