summaryrefslogtreecommitdiff
path: root/drivers/net/can/sja1000
AgeCommit message (Expand)Author
2023-05-15can: sja1000_platform: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-15can: sja1000_isa: Convert to platform remove callback returning voidUwe Kleine-König
2023-02-02can: ems_pci: Add myself as module authorGerhard Uttenthaler
2023-02-02can: ems_pci: Deassert hardware resetGerhard Uttenthaler
2023-02-02can: ems_pci: Add IRQ enableGerhard Uttenthaler
2023-02-02can: ems_pci: Initialize CAN controller base addressesGerhard Uttenthaler
2023-02-02can: ems_pci: Add read/write register and post irq functionsGerhard Uttenthaler
2023-02-02can: ems_pci: Initialize BAR registersGerhard Uttenthaler
2023-02-02can: ems_pci: Add Asix AX99100 definitionsGerhard Uttenthaler
2023-02-02can: ems_pci: Fix code style, copyright and email addressGerhard Uttenthaler
2022-11-24can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()Zhang Changzhong
2022-11-07can: dev: fix skb drop checkOliver Hartkopp
2022-09-05can: sja1000: remove redundant variable retJinpeng Cui
2022-09-05can: sja1000: Add support for RZ/N1 SJA1000 CAN ControllerBiju Das
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol
2022-07-20can: sja1000: do not report txerr and rxerr during bus-offVincent Mailhol
2022-07-19can: sja1000: Change the return type as void for SoC specific initBiju Das
2022-07-19can: sja1000: Use device_get_match_data to get device dataBiju Das
2022-07-19can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controllerBiju Das
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp
2022-04-19can: Fix Links to Technologic Systems web resourcesKris Bahnsen
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol
2022-01-05can: sja1000: sp_probe(): use platform_get_irq() to get the interruptLad Prabhakar
2021-12-07can: sja1000: fix use after free in ems_pcmcia_add_card()Dan Carpenter
2021-10-17can: peak_pci: peak_pci_remove(): fix UAFZheyu Ma
2021-07-25can: peak_pci: Add name and FW version of the card in kernel bufferStephane Grosjean
2021-07-25can: peak_pci: fix checkpatch warningsMarc Kleine-Budde
2021-07-25can: peak_pci: convert comments to network style commentsMarc Kleine-Budde
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2021-02-21Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-01-26isa: Make the remove callback for isa drivers return voidUwe Kleine-König
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-30can: sja1000: sja1000_err(): don't count arbitration lose as an errorJeroen Hofstee
2020-11-20can: drivers: add len8_dlc support for various CAN adaptersOliver Hartkopp
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-08-20can: peak_pci: Make structure peak_pciec_i2c_bit_ops constantNishka Dasgupta
2019-08-13can: sja1000: f81601: remove unused including <linux/version.h>YueHaibing
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller