summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/sja1000
Commit message (Expand)AuthorAgeFilesLines
* can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde2012-07-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-231-1/+1
|\
| * Fix "the the" in various KconfigMasanari Iida2012-04-181-1/+1
* | net/can: use module_pci_driverAxel Lin2012-04-164-48/+4Star
|/
* can: sja1000: add support for PEAK-System PCMCIA cardStephane Grosjean2012-03-033-0/+763
* can: peak_pci: add support of some new PEAK-System PCI cardsStephane Grosjean2012-03-032-17/+506
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-271-1/+12
|\
| * can: sja1000: fix isr hang when hw is unplugged under loadOliver Hartkopp2012-02-201-1/+12
* | Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2012-02-043-11/+31
|\ \ | |/ |/|
| * can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger2012-02-031-10/+9Star
| * can: plx_pci: add support for IXXAT PCI cardsJames Kime2012-02-032-1/+22
* | can: peak_pci: Fix the way channels are linked togetherStephane Grosjean2012-02-031-14/+9Star
|/
* can: sja1000_isa: convert to platform driver to support x86_64 systemsWolfgang Grandegger2011-11-302-30/+65
* can: sja1000_isa: fix "limited range" compiler warningsWolfgang Grandegger2011-11-301-12/+12
* net/can: convert drivers/net/can/* to use module_platform_driver()Axel Lin2011-11-292-23/+2Star
* net, sja1000: Don't include version.h in peak_pci.c when not neededJesper Juhl2011-11-211-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-256-4/+638
|\
| * can: remove references to berlios mailinglistMarc Kleine-Budde2011-10-182-4/+0Star
| * can/sja1000: add driver for EMS PCMCIA cardOliver Hartkopp2011-09-283-0/+339
| * can/sja1000: driver for PEAK PCAN PCI/PCIe cardsWolfgang Grandegger2011-09-213-0/+299
* | doc: fix broken referencesPaul Bolle2011-09-271-1/+1
|/
* drivers/net/can/sja1000/plx_pci.c: eliminate double freeJulia Lawall2011-08-141-2/+2
* net: include io.h in sja1000_of_platform.c for iounmap etcStephen Rothwell2011-06-291-0/+1
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* can: fix SJA1000 dlc for RTR packetsKurt Van Dijck2011-05-051-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4Star
* drivers/net/*/: Use static constJoe Perches2010-12-211-1/+1
* drivers/net/can/sja1000: Use printf extension %pR for struct resourceJoe Perches2010-11-171-6/+2Star
* can: tscan1: add driver for TS-CAN1 boardsAndre B. Oliveira2010-10-253-0/+229
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-261-0/+2
|\
| * can: SJA1000 add missing spin_lock_init()Oliver Hartkopp2010-05-211-0/+2
* | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-229-30/+204
|\|
| * can: Fix SJA1000 command register writes on SMP systemsOliver Hartkopp2010-05-182-3/+18
| * can: sja1000 platform data fixesWolfgang Grandegger2010-05-181-1/+2
| * net: trans_start cleanupsEric Dumazet2010-05-101-2/+0Star
| * Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch2010-04-137-7/+0Star
| * can: Add esd board support to plx_pci CAN driverMatthias Fuchs2010-04-132-12/+145
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-112-0/+2
| |\
| * | can: sja1000: add read/write routines for 8, 16 and 32-bit register accessYegor Yefremov2010-03-221-4/+38
| * | can: sja1000: allow shared interrupt definitionYegor Yefremov2010-03-221-1/+1
* | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-3/+5
* | | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-191-2/+2
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
|/
* can: netlink support for bus-error reporting and countersWolfgang Grandegger2010-02-261-3/+22
* can: add support for CAN interface cards based on the PLX90xx PCI bridgePavel Cheblakov2010-02-043-0/+485
* can: Proper ctrlmode handling for CAN devicesChristian Pellegrin2010-01-151-0/+1
* can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp2010-01-121-0/+3
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-082-2/+2