]> rtime.felk.cvut.cz Git - socketcan-devel.git/commit
sja1000: Driver for some PLX PCI bridge + sja1000 CAN controllers
authorwolf <wolf@030b6a49-0b11-0410-94ab-b0dab22257f2>
Mon, 25 Jan 2010 10:35:12 +0000 (10:35 +0000)
committerwolf <wolf@030b6a49-0b11-0410-94ab-b0dab22257f2>
Mon, 25 Jan 2010 10:35:12 +0000 (10:35 +0000)
commit5f23123ccb6371c0097b23d9623e25da768a32f5
treee856988ae6d48a305bf6bbf507f5db9884f4f4c3
parent9df35800656ecb680d2cc52d5c49c3cb0508a51e
sja1000: Driver for some PLX PCI bridge + sja1000 CAN controllers

It's a next version of sja1000_plx_pci driver.
In struct plx_pci_card_info pointer to device-dependent reset function was
added. It's necessary for special reset operations which take place in
some cards (like Marathon CAN-bus-PCI).
Also, I've introduced a special reset function for Marathon card. This
function incapsulates ability to reset the SJA1000 on such cards.

plx_pci_check_sja1000 was slightly modified for a purpose of exhaustive
checking.

Signed-off-by: Pavel Cheblakov <P.B.Cheblakov@inp.nsk.su>
git-svn-id: svn://svn.berlios.de//socketcan/trunk@1120 030b6a49-0b11-0410-94ab-b0dab22257f2
kernel/2.6/Makefile
kernel/2.6/drivers/net/can/Makefile
kernel/2.6/drivers/net/can/sja1000/Kconfig
kernel/2.6/drivers/net/can/sja1000/Makefile
kernel/2.6/drivers/net/can/sja1000/plx_pci.c [new file with mode: 0644]