summaryrefslogtreecommitdiff
path: root/drivers/net/can/sja1000
AgeCommit message (Expand)AuthorFilesLines
2009-09-03drivers: Kill now superfluous ->last_rx storesEric Dumazet1-2/+0
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-07-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+0
2009-07-24can: sja1000: Add support for the new 4 channel EMS CPC-PCI cardsSebastian Haas1-44/+108
2009-07-20can: sja1000: remove duplicated includesWolfgang Grandegger1-1/+0
2009-07-06net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-10can: sja1000_of_platform: fix build problems with printk formatWolfgang Grandegger1-4/+6
2009-06-01can: sja1000: generic OF platform bus driverWolfgang Grandegger2-0/+234
2009-06-01can: sja1000: stop misusing member base_addr of struct net_deviceWolfgang Grandegger5-98/+95
2009-06-01can: some fixes and cleanups to the initial device driver interfaceWolfgang Grandegger2-4/+1
2009-05-19The patch adds support for the PCI cards: PCIcan and PCIcanx (1, 2 or 4 chann...Wolfgang Grandegger2-0/+412
2009-05-19can: SJA1000 driver for EMS PCI cardsWolfgang Grandegger2-0/+330
2009-05-19can: SJA1000 generic platform bus driverWolfgang Grandegger2-0/+165
2009-05-19can: Driver for the SJA1000 CAN controllerWolfgang Grandegger3-0/+824