From: Pavel Cheblakov
Date: Mon, 1 Feb 2010 09:42:44 +0000 (+0000)
Subject: can: add support for CAN interface cards based on the PLX90xx PCI bridge
X-Git-Tag: v2.6.34-rc1~233^2~456
X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24c4a3b29255f9f8bc48d93597a58256b5a1f83f;p=pandora-kernel.git
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
Acked-by: Wolfgang Grandegger
Signed-off-by: David S. Miller
---
Reading git-diff-tree failed