summaryrefslogtreecommitdiff
path: root/drivers/atm/firestream.c
AgeCommit message (Expand)Author
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-02fix typos 'comamnd' -> 'command' in commentsJustin P. Mattock
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams
2010-09-06drivers/atm/firestream.c: Fix unsigned return typeJulia Lawall
2010-07-15atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-02-18atm: Add missing parenthesesRoel Kluin
2008-03-28[ATM] firestream: Fix uninitialized var warning.David S. Miller
2008-03-05atm: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2007-12-20[ATM]: Spelling fixesJoe Perches
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day
2007-10-14more trivial signedness fixes in driversAl Viro
2007-07-18[ATM]: [drivers] ioremap balanced with iounmapAmol Lad
2007-07-06potential compiler error, irqfunc caller sites updateYoann Padioleau
2007-06-03[ATM]: Fix warning.Jeff Garzik
2006-12-02[ATM] ambassador,firestream: "-1 >>" is implementation definedAlexey Dobriyan
2006-10-21[ATM] firestream: handle thrown errorJeff Garzik
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-10-04[ATM]: kmalloc to kzalloc patches for drivers/atmOm Narasimhan
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds
2006-06-27[PATCH] update two drivers for poison.hRandy Dunlap
2006-06-27[PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman
2006-06-26spelling fixesAndreas Mohr
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy
2005-07-19[ATM]: [firestream] fix the sparse warning "implicit cast to nocast type"Victor Fusco
2005-03-10[ATM]: Convert from pci_module_init to pci_register_driverChas Williams
2004-12-27[ATM]: small atm cleanups (from Adrian Bunk <bunk@stusta.de>)Chas Williams
2004-11-10[PATCH] convert MODULE_PARM() to module_param() familyRandy Dunlap
2004-10-21[ATM]: [firestream] remove dead code (from Francois Romieu <romieu@fr.zoreil....Chas Williams
2004-10-06[PATCH] PCI: audit all callers of pci_register_driver() to work properly.Greg Kroah-Hartman
2004-09-21[ATM]: [drivers] Use msleep() instead of schedule_timeout()Chas Williams
2004-09-21[ATM]: [drivers] fix warnings related to readl/writel changesChas Williams
2004-07-26[PATCH] pointer-to-int conversion fixesAlexander Viro
2004-07-11[PATCH] sparse: misc NULL noise in drivers/*Alexander Viro
2004-06-03[PATCH] sparse: atm annotation - driversAlexander Viro
2003-10-07[ATM]: Eliminate atm_find_ci().Chas Williams
2003-09-21[ATM]: [firestream] Allow module refcounting.Chas Williams
2003-09-11PCI: fix up some pci drivers that had marked their probe functions with __initGreg Kroah-Hartman
2003-08-31[PATCH] remove size_t-based printk warningsAndrew Morton
2003-08-19[ATM]: atmdev api cleanup -- remove sg_send() and feedback() (mitch@sfgoth.com).Chas Williams
2003-07-31mergeGreg Kroah-Hartman
2003-07-31[PATCH] PCI: pci_device_id can not be marked __devinitdata.Greg Kroah-Hartman
2003-07-29[ATM]: use set_current_state(x) (from bellucda@tiscali.it)Chas Williams
2003-04-24[PATCH] irqs: ATMAndrew Morton