aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/peak_canfd (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+1
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol1-1/+1
2020-11-20can: rename CAN FD related can_len2dlc and can_dlc2len helpersOliver Hartkopp1-2/+2
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp1-6/+6
2020-11-20can: remove obsolete get_canfd_dlc() macroOliver Hartkopp1-1/+1
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp1-1/+1
2020-11-03can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback is onStephane Grosjean1-3/+8
2020-09-21can: peak_canfd: Remove unused macrosWang Hai1-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-15can: peak_canfd: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2019-11-11can: peak_canfd: provide hw timestamps in rx skbsStephane Grosjean1-2/+16
2019-11-11can: peak_canfd: fix checkpatch warningsMarc Kleine-Budde3-9/+7
2019-07-25can: mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 495Thomas Gleixner2-18/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-9/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-07-27can: peak_canfd: rearrange the way resources are releasedStephane Grosjean1-3/+6
2018-07-27can: peak_canfd: fix typo in error messageStephane Grosjean1-1/+1
2018-07-27can: peak_canfd: use ndev irq instead of pci_dev oneStephane Grosjean1-3/+3
2018-07-27can: peak_canfd: remove useless defined symbolsStephane Grosjean1-3/+0
2018-07-27can: peak_canfd: improves 32-bit alignmentStephane Grosjean1-1/+1
2018-07-23can: peak_canfd: fix firmware < v3.3.0: limit allocation to 32-bit DMA addr onlyStephane Grosjean1-0/+19
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-2/+1
2018-03-12can: peak/pcie_fd: remove useless code when interface startsStephane Grosjean1-11/+2
2018-03-12can: peak/pcie_fd: fix echo_skb is occupied! bugStephane Grosjean2-8/+12
2017-12-08can: peak/pcie_fd: fix potential bug in restarting tx queueStephane Grosjean1-6/+3
2017-12-01can: peak/pci: fix potential bug when probe() failsStephane Grosjean1-1/+4
2017-11-10can: peak: Add support for new PCIe/M2 CAN FD interfacesStephane Grosjean1-2/+12
2017-06-09can: peak_canfd: fix uninitialized symbol warningsStephane Grosjean1-1/+1
2017-04-25can: peak: add support for PEAK PCAN-PCIe FD CAN-FD boardsStephane Grosjean5-0/+1716