aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/can/sja1000/ems_pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-6/+1
2023-07-30can: ems_pci: move ASIX AX99100 ids to pci_ids.hJiaqing Zhao1-5/+1
2023-07-30can: ems_pci: remove PCI_SUBVENDOR_ID_ASIX definitionJiaqing Zhao1-2/+1
2023-07-18can: ems_pci: Remove unnecessary (void*) conversionsWu Yunchuan1-3/+3
2023-02-02can: ems_pci: Add myself as module authorGerhard Uttenthaler1-0/+1
2023-02-02can: ems_pci: Deassert hardware resetGerhard Uttenthaler1-0/+8
2023-02-02can: ems_pci: Add IRQ enableGerhard Uttenthaler1-2/+9
2023-02-02can: ems_pci: Initialize CAN controller base addressesGerhard Uttenthaler1-2/+7
2023-02-02can: ems_pci: Add read/write register and post irq functionsGerhard Uttenthaler1-1/+23
2023-02-02can: ems_pci: Initialize BAR registersGerhard Uttenthaler1-9/+28
2023-02-02can: ems_pci: Add Asix AX99100 definitionsGerhard Uttenthaler1-0/+19
2023-02-02can: ems_pci: Fix code style, copyright and email addressGerhard Uttenthaler1-25/+20
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