aboutsummaryrefslogtreecommitdiff
path: root/drivers/atm/iphase.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Drivers: atm: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-6/+5
2012-08-06drivers/atm/iphase.c: fix error return codeGravatar Julia Lawall 1-1/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-11-26atm: eliminate atm_guess_pdu2truesize()Gravatar chas williams - CONTRACTOR 1-2/+2
2011-10-03atm/iphase : removal of PCI space dereferences.Gravatar françois romieu 1-120/+145
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hGravatar Alexey Dobriyan 1-0/+1
2011-04-12atm: iphase: Fix set-but-not-used warnings.Gravatar David S. Miller 1-11/+3
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-3/+3
2010-12-22Merge branch 'master' into for-nextGravatar Jiri Kosina 1-1/+1
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsGravatar Dan Williams 1-1/+1
2010-11-01tree-wide: fix comment/printk typosGravatar Uwe Kleine-König 1-2/+2
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-6/+0
2010-10-11ATM: iphase, remove sleep-inside-atomicGravatar Jiri Slaby 1-6/+0
2010-08-16drivers/atm: Adjust confusing if indentationGravatar Julia Lawall 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-13drivers/atm: Correct code taking the size of a pointerGravatar Julia Lawall 1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.Gravatar David S. Miller 1-1/+1
2009-03-21atm: fix non-const printk argumentGravatar Stephen Hemminger 1-3/+1
2009-01-08generic swap(): iphase: rename swap() to swap_byte_order()Gravatar Wu Fengguang 1-3/+3
2008-07-30atm: fix direct casts of pointers to u32 in the InterPhase driverGravatar David Howells 1-20/+20
2008-06-17atm: [iphase] 64-bit cleanupGravatar Alan Cox 1-13/+10
2008-06-17atm: [iphase] move struct suni_priv to suni.hGravatar Jorge Boncompte [DTI2] 1-6/+1
2008-06-16atm: [iphase] doesn't call phy->start due to a bogus #ifndefGravatar Jorge Boncompte [DTI2] 1-12/+11
2008-06-16atm: [iphase] set drvdata before enabling interruptsGravatar Jorge Boncompte [DTI2] 1-2/+2
2008-04-19drivers/atm: use time_before, time_before_eq, etcGravatar Julia Lawall 1-3/+4
2008-04-02[ATM] drivers/atm/iphase.c: compilation warning fixGravatar Leonardo Potenza 1-0/+2
2007-08-13[ATM] drivers/atm/iphase.c: mostly kmalloc + memset conversion to kzallocGravatar Mariusz Kozlowski 1-6/+6
2007-07-11PCI: Change all drivers to use pci_device->revisionGravatar Auke Kok 1-7/+4
2006-11-30Fix misc .c/.h comment typosGravatar Matt LaPlante 1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-29[ATM]: [iphase] should be __devinit not __initGravatar Chas Williams 1-2/+2
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERGravatar Ingo Molnar 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+3296