summaryrefslogtreecommitdiff
path: root/drivers/net/can/m_can/m_can_pci.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-28can: m_can: Constify struct m_can_opsChristophe JAILLET1-1/+1
2024-02-14can: m_can: allow keeping the transceiver running in suspendMartin Hundebøll1-0/+1
2022-11-24can: m_can: pci: add missing m_can_class_free_dev() in probe/remove methodsZhang Changzhong1-3/+6
2022-05-14Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"Jarkko Nikula1-44/+4
2021-12-07can: m_can: pci: use custom bit timings for Elkhart LakeMatthias Schiffer1-4/+44
2021-12-07can: m_can: pci: fix incorrect reference clock rateMatthias Schiffer1-1/+1
2021-12-07can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo()Matthias Schiffer1-2/+12
2021-08-19can: m_can: Disable IRQs on FIFO bus errorsMatt Kline1-4/+7
2020-12-14can: m_can: use struct m_can_classdev as drvdataMarc Kleine-Budde1-3/+2
2020-12-14can: m_can: let m_can_class_allocate_dev() allocate driver specific private dataMarc Kleine-Budde1-11/+16
2020-12-10can: m_can: add PCI glue driver for Intel Elkhart LakeJarkko Nikula1-0/+186