]> git.baikalelectronics.ru Git - kernel.git/commit
can: add support for CAN interface cards based on the PLX90xx PCI bridge
authorPavel Cheblakov <P.B.Cheblakov@inp.nsk.su>
Mon, 1 Feb 2010 09:42:44 +0000 (09:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Feb 2010 02:38:41 +0000 (18:38 -0800)
commit19db6ba28dbed407936f2ad0ebf78c28ddaeafe4
tree72d14a5684ddaf378db119bbbca6e6c1616c7d06
parent726797e22d02c8cc8b84a0c7269b5df6a2345a00
can: add support for CAN interface cards based on the PLX90xx PCI bridge

This driver is for CAN interface cards based on the PLX90xx PCI bridge.
Driver supports now:
 - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/)
 - Adlink PCI-7841/cPCI-7841 SE card
 - Marathon CAN-bus-PCI card (http://www.marathon.ru/)
 - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/)

Changes since v1:
 - Added some defines for static inline int plx_pci_check_sja1000(...)
 - static struct pci_device_id plx_pci_tbl[] replaced by
   static DEFINE_PCI_DEVICE_TABLE(plx_pci_tbl)
 - Typo fixed

Signed-off-by: Pavel Cheblakov <P.B.Cheblakov@inp.nsk.su>
Acked-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/can/sja1000/Kconfig
drivers/net/can/sja1000/Makefile
drivers/net/can/sja1000/plx_pci.c [new file with mode: 0644]