aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/sja1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-1/+1
2014-03-17can: populate netdev::dev_id for udev discriminationChristopher R. Baker6-0/+6
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp1-3/+4
2014-02-06can: sja1000: of: add reg-io-width property for 8, 16 and 32-bit register accessFlorian Vaussard1-2/+18
2014-02-04can: sja1000: fuse of_platform into platformFlorian Vaussard4-259/+109
2014-02-04can: sja1000: platform: use devm_* APIsFlorian Vaussard1-34/+12
2014-02-04can: sja1000: convert printk to use netdev APIFlorian Vaussard1-2/+1
2014-01-11can: sja1000: add support for Elcus CAN200PCIOleg Moroz1-1/+22
2013-12-17can: Fix FSF address in file headersJeff Kirsher6-12/+6
2013-11-25can: sja1000: fix {pre,post}_irq() handling and IRQ handler return valueOliver Hartkopp1-8/+9
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-6/+1
2013-10-09drivers: remove unnecessary prom.h includesRob Herring1-1/+0
2013-09-21can: sja1000: remove unnecessary pci_set_drvdata()Jingoo Han4-5/+0
2013-09-21can: sja1000: use dev_get_platdata()Jingoo Han1-1/+1
2013-06-03net: can: use platform_{get,set}_drvdata()Jingoo Han3-10/+6
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-115/+117
2013-04-29Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-24/+2
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+15
2013-04-16can: sja1000: use common prefix for all sja1000 definesOliver Hartkopp8-115/+117
2013-04-14Merge 3.9-rc7 into char-misc-nextGreg Kroah-Hartman4-6/+7
2013-04-12can: sja1000: fix handling on dt properties on little endian systemsChristoph Fritz1-16/+15
2013-03-27can: sja1000: limit PEAK PCAN-PC Card to HAS_IOPORTMarc Kleine-Budde1-0/+1
2013-03-27can: sja1000: fix define conflict on SHMarc Kleine-Budde3-6/+6
2013-03-15drivers/net: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten2-24/+2
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-15/+24
2013-02-04can: Remove unnecessary alloc/OOM messagesJoe Perches4-7/+1
2013-01-26can: sja1000: add LED trigger supportFabio Baltieri1-1/+16
2013-01-26can: sja1000: correct indention of Kconfig help textMarc Kleine-Budde1-6/+6
2013-01-26can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' blockMarc Kleine-Budde1-1/+1
2012-12-28sja1000: don't use [delayed_]work_pending()Tejun Heo1-2/+1
2012-12-15can: sja1000: fix compilation on x86Marc Kleine-Budde1-1/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman5-7/+5
2012-12-03can: remove __dev* attributesBill Pemberton9-36/+36
2012-11-29can: sja1000: remove obsolete variable open_timeMarc Kleine-Budde2-9/+0
2012-11-27can: sja1000_platform: add MODULE_ALIASMarc Kleine-Budde1-0/+1
2012-11-27can: sja1000: Make sja1000_of_platform selectable and compilable on SPARCAndreas Larsson2-3/+5
2012-11-15can: sja1000: plx_pci: add support for Connect Tech Inc's Canpro/104-Plus Opto CAN boardMuhammad Ghias2-0/+20
2012-10-24can: sja1000: fix/add miniPCIe/cPCI PC/104Plus PCI/104e PEAK-System boardsStephane Grosjean1-2/+11
2012-10-04can: peak_pcmcia: fix error return codePeter Senna Tschudin1-1/+3
2012-10-04can: peak_pci: fix error return codePeter Senna Tschudin1-0/+2
2012-09-22can: sja1000: Add support for listen-only mode and one-shot modeAndreas Larsson1-7/+24
2012-08-24can: sja1000_platform: fix wrong flag IRQF_SHARED for interrupt sharingSven Schmitt1-1/+3
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde1-1/+1
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-04-18Fix "the the" in various KconfigMasanari Iida1-1/+1
2012-04-16net/can: use module_pci_driverAxel Lin4-48/+4
2012-03-03can: sja1000: add support for PEAK-System PCMCIA cardStephane Grosjean3-0/+763
2012-03-03can: peak_pci: add support of some new PEAK-System PCI cardsStephane Grosjean2-17/+506
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+12
2012-02-20can: sja1000: fix isr hang when hw is unplugged under loadOliver Hartkopp1-1/+12