aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm/firestream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-25firestream: fix memory leaksWenwen Wang1-0/+3
2019-10-28atm: remove unneeded semicolonYueHaibing1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 37Thomas Gleixner1-16/+1
2019-04-18firestream: fix spelling mistake "tramsitted" -> "transmitted"Colin Ian King1-1/+1
2018-11-27firestream: fix spelling mistake: "Inititing" -> "Initializing"Colin Ian King1-2/+2
2018-05-10firestream: fix spelling mistake: "reseverd" -> "reserved"Colin Ian King1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-3/+1
2017-07-16atm: firestream: constify pci_device_id.Arvind Yadav1-1/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-6/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-31atm: firestream: add more reserved stringsDan Carpenter1-1/+5
2016-02-15treewide: Fix typo in printkMasanari Iida1-1/+1
2014-03-25atm: firestream: Use del_timer_sync() in teardown pathThomas Gleixner1-1/+1
2014-02-26atm: firestream: fix interruptible_sleep_on raceArnd Bergmann1-2/+2
2013-01-03Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman1-16/+16
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-02fix typos 'comamnd' -> 'command' in commentsJustin P. Mattock1-1/+1
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams1-1/+1
2010-09-06drivers/atm/firestream.c: Fix unsigned return typeJulia Lawall1-2/+2
2010-07-15atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-4/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-02-18atm: Add missing parenthesesRoel Kluin1-4/+4
2008-03-28[ATM] firestream: Fix uninitialized var warning.David S. Miller1-0/+1
2008-03-05atm: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2007-12-20[ATM]: Spelling fixesJoe Perches1-2/+2
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-14more trivial signedness fixes in driversAl Viro1-1/+1
2007-07-18[ATM]: [drivers] ioremap balanced with iounmapAmol Lad1-5/+9
2007-07-06potential compiler error, irqfunc caller sites updateYoann Padioleau1-1/+1
2007-06-03[ATM]: Fix warning.Jeff Garzik1-4/+11
2006-12-02[ATM] ambassador,firestream: "-1 >>" is implementation definedAlexey Dobriyan1-1/+1
2006-10-21[ATM] firestream: handle thrown errorJeff Garzik1-0/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-04[ATM]: kmalloc to kzalloc patches for drivers/atmOm Narasimhan1-9/+3
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-2/+3
2006-06-27[PATCH] update two drivers for poison.hRandy Dunlap1-1/+2
2006-06-27[PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman1-2/+3
2006-06-26spelling fixesAndreas Mohr1-1/+1
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-3/+2
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy1-1/+1
2005-07-19[ATM]: [firestream] fix the sparse warning "implicit cast to nocast type"Victor Fusco1-2/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2053