aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm/fore200e.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-13/+13
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-3/+3
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGrant Likely1-1/+1
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-7/+9
2010-01-07drivers/atm/fore200e.c: use %pM to show MAC addresshartleys1-7/+4
2009-10-29atm: Cleanup redundant tests on unsignedroel kluin1-2/+2
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-02-10fore200: fix oops on failed firmware loadMeelis Roos1-2/+2
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller1-1/+1
2008-08-29fore200e: Convert over to pure OF driver.David S. Miller1-228/+186
2008-08-29sparc: Move SBUS DMA attribute interfaces out of asm/sbus.hDavid S. Miller1-2/+2
2008-08-29sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller1-8/+8
2008-08-29sparc: Make SBUS DMA interfaces take struct device.David S. Miller1-10/+24
2008-07-23atm: [fore200e] use MODULE_FIRMWARE() and other suggested cleanupsChas Williams1-3/+12
2008-06-17atm: [fore200e] convert to use request_firmware()Chas Williams1-65/+65
2008-03-17fore2000 - fix misannotationsAl Viro1-55/+55
2008-03-05atm: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2007-12-14[ATM]: Fix compiler warning noise with FORE200E driverTom "spot" Callaway1-2/+1
2007-08-13[ATM]: fore200e_param_bs_queue() must be __devinitAdrian Bunk1-1/+1
2007-04-26[ATM]: Use mutex instead of binary semaphore in FORE Systems 200E-series driverMatthias Kaehlcke1-11/+9
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-22[ATM] drivers/atm/fore200e.c: Cleanups.Adrian Bunk1-98/+68
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-20[SPARC]: Kill __irq_itoa().David S. Miller1-4/+0
2006-03-04[ATM]: [fore200e] fix section mismatch warningsSam Ravnborg1-18/+18
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-10-04[ATM]: fix sparse gfp nocast warningsRandy Dunlap1-6/+4
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy1-1/+1
2005-06-02[ATM]: [drivers] kill pointless NULL checks and casts before kfree()Jesper Juhl1-4/+2
2005-04-24[ATM]: [fore200e] pci doesn't use global board list; use pci_register_driver()chas williams1-3/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+3249