aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/sja1000/ems_pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344Thomas Gleixner1-12/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-03-17can: populate netdev::dev_id for udev discriminationChristopher R. Baker1-0/+1
2013-12-17can: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-09-21can: sja1000: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-04-16can: sja1000: use common prefix for all sja1000 definesOliver Hartkopp1-3/+3
2013-02-04can: Remove unnecessary alloc/OOM messagesJoe Perches1-1/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-1/+1
2012-12-03can: remove __dev* attributesBill Pemberton1-1/+1
2012-04-16net/can: use module_pci_driverAxel Lin1-13/+1
2010-04-13Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-09-24ems_pci: fix size of CAN controllers BAR mapping for CPC-PCI v2Sebastian Haas1-7/+9
2009-07-23can: sja1000: Add support for the new 4 channel EMS CPC-PCI cardsSebastian Haas1-44/+108
2009-06-01can: sja1000: stop misusing member base_addr of struct net_deviceWolfgang Grandegger1-21/+15
2009-06-01can: some fixes and cleanups to the initial device driver interfaceWolfgang Grandegger1-3/+0
2009-05-18can: SJA1000 driver for EMS PCI cardsWolfgang Grandegger1-0/+329