aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/c_can/c_can_pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-30can: c_can: add support to 64 message objectsDario Binacchi1-1/+5
2021-03-30can: c_can: prepare to up the message objects numberDario Binacchi1-1/+1
2021-03-30can: c_can: fix remaining checkpatch warningsMarc Kleine-Budde1-1/+1
2021-03-30can: c_can: fix print formating stringMarc Kleine-Budde1-2/+1
2021-03-30can: c_can: fix indentionMarc Kleine-Budde1-8/+8
2021-03-30can: c_can: remove unnecessary blank lines and add suggested onesMarc Kleine-Budde1-0/+1
2021-03-30can: c_can: convert block comments to network style commentsMarc Kleine-Budde1-2/+1
2021-03-16can: c_can_pci: c_can_pci_remove(): fix use-after-freeTong Zhang1-1/+2
2017-12-01can: c_can_pci: make c_can_pci_data constBhumika Goyal1-2/+2
2017-11-10can: c_can: don't indicate triple sampling support for D_CANRichard Schütz1-1/+0
2017-01-18can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointerEinar Jón1-0/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+2
2014-05-19can: c_can: Add and make use of 32-bit accesses functionsPavel Machek1-0/+19
2014-05-19can: c_can: make {read,write}_reg functions constPavel Machek1-6/+6
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+7
2014-04-25can: c_can: Add support for eg20t (pch_can)Alexander Stein1-1/+50
2014-04-24can: c_can_pci: enable PCI bus master only for MSIWolfgang Grandegger1-2/+5
2014-04-24can: c_can_pci: Set the type of the IP coreThomas Gleixner1-0/+2
2013-09-21can: c_can: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-1/+1
2012-12-03can: remove __dev* attributesBill Pemberton1-3/+3
2012-09-21can: c_can: Modify c_can device namesAnilKumar Ch1-3/+3
2012-06-20can: c_can_pci: fix compilation on non HAVE_CLK archsMarc Kleine-Budde1-22/+7
2012-06-19c_can_pci: generic module for C_CAN/D_CAN on PCIFederico Vaga1-0/+236