aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/softing (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-24can: softing_cs: ret is never non-zero, so remove non-zero check and -ENODEV returnColin Ian King1-1/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner2-3/+3
2015-01-20can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason1-0/+1
2014-10-20net: can: softing: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-18net: can: use kbuild magic to inherit debug settingsWolfram Sang1-2/+0
2014-04-25can: softing: remove unused sysfs attributesKurt Van Dijck1-4/+0
2014-04-25can: softing: drop 'channel' sysfs attributeKurt Van Dijck1-12/+4
2014-03-17can: populate netdev::dev_id for udev discriminationChristopher R. Baker1-0/+1
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp1-0/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-17can: Fix FSF address in file headersJeff Kirsher3-6/+3
2013-09-30Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-1/+1
2013-09-24can: Remove extern from function prototypesJoe Perches1-12/+12
2013-09-21can: softing: use dev_get_platdata()Jingoo Han1-1/+1
2013-06-03net: can: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-03-18FIX: softingcs conversion to module_pcmcia_driver macroKurt Van Dijck1-1/+1
2013-03-15softingcs: use module_pcmcia_driverKurt Van Dijck1-12/+1
2013-03-15softingcs: initialize spinlock with macroKurt Van Dijck1-2/+1
2013-01-26can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' blockMarc Kleine-Budde1-1/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2-3/+2
2012-12-03can: remove __dev* attributesBill Pemberton2-11/+11
2012-08-24can: softing: Fix potential memory leak in softing_load_fw()Alexey Khoroshilov1-3/+4
2012-07-17can: softing: softing_main: ensure a consistent return value in error caseJulia Lawall1-1/+1
2011-11-29net/can: convert drivers/net/can/* to use module_platform_driver()Axel Lin1-14/+2
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-06-24net: Remove unneeded version.h includes from drivers/net/Jesper Juhl1-1/+0
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2-0/+2
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+1
2011-05-06pcmcia: Convert pcmcia_device_id declarations to constJoe Perches1-1/+1
2011-04-26Merge branch 'master' into for-nextJiri Kosina2-2/+2
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-02-28CAN: add controller hardware name for Softing cardsKurt Van Dijck1-0/+1
2011-02-14net/can/softing: make CAN_SOFTING_CS depend on CAN_SOFTINGKurt Van Dijck1-1/+1
2011-02-09can: softing_cs needs slab.hRandy Dunlap1-0/+1
2011-01-31CAN: softing driver depends on IOMEMChuck Ebbert1-1/+1
2011-01-21can: add driver for Softing cardKurt Van Dijck3-0/+374
2011-01-21can: add driver for Softing cardKurt Van Dijck6-0/+1812