aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/smc91x.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-111-1/+8
|\
| * Merge branch 'ptebits' into develRussell King2008-10-091-1/+1
| |\
| * | [NET] smc91x: provide configurable ledsRussell King2008-09-071-1/+8
* | | drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-241-20/+20
* | | smc91x: fix nowait printoutMagnus Damm2008-09-241-1/+2
| |/ |/|
* | [netdrvr] smc91x: fix resource removal (null ptr deref)Jeff Garzik2008-08-271-1/+1
|/
* [NET] smc91x: prepare SMC_USE_PXA_DMA to be specified in platform dataEric Miao2008-07-121-5/+8
* [NET] smc91x: prepare for SMC_IO_SHIFT to be a platform configurable variableEric Miao2008-07-121-26/+31
* [NET] smc91x: add SMC91X_NOWAIT flag to platform dataEric Miao2008-07-121-1/+2
* [NET] smc91x: favor the use of SMC91X_USE_* instead of SMC_CAN_USE_*Eric Miao2008-07-121-9/+3
* [NET] smc91x: remove "irq_flags" from "struct smc91x_platdata"Eric Miao2008-07-121-4/+5
* net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller2008-06-121-14/+3
* net drivers: fix platform driver hotplug/coldplugKay Sievers2008-04-251-0/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-0/+2
|\
| * smc91x driver: fix bug: print warning only in interrupt modeSonic Zhang2008-04-121-0/+2
* | smc91x: introduce platform data flags V2Magnus Damm2008-03-171-5/+29
* | smc91x: pass along private data V2Magnus Damm2008-03-171-150/+151
|/
* [NET] smc91x: Make smc91x use IRQ resource trigger flagsRussell King2008-01-281-6/+13
* [NET] smc91x: fix PXA DMA support codeRussell King2007-10-151-48/+7
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-5/+4
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-101-45/+24
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman2007-02-071-1/+1
* WorkQueue: Fix up arch-specific work items where possibleDavid Howells2006-12-051-6/+9
* [PATCH] m32r pt_regs fixesAl Viro2006-10-071-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-3/+3
* [PATCH] lockdep: fix smc91xRussell King2006-08-191-4/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] smc91x: allow for dynamic bus access configsNicolas Pitre2006-03-211-29/+24
* [PATCH] handle errors returned by platform_get_irq*()David Vrabel2006-03-201-0/+4
* [PATCH] IRQ type flagsRussell King2006-01-081-4/+1
* [PATCH] smc91x: fix bank mismatchRussell King2005-11-181-0/+1
* [PATCH] smc91x: fix one source of spurious interruptsNicolas Pitre2005-11-181-4/+12
* [DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King2005-11-091-20/+18
* Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-10-311-1/+1
|\
| * Create platform_device.h to contain all the platform device details.Russell King2005-10-291-1/+1
* | Merge branch 'master'Jeff Garzik2005-10-281-4/+4
|\ \ | |/
| * [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2005-10-281-4/+4
* | [PATCH] smc91x: shut down power after probingNicolas Pitre2005-10-281-0/+4
|/
* [PATCH] smc91x needs settable IRQ trigger typeDavid Brownell2005-06-271-1/+1
* [PATCH] smc91x: plug race between TX tasklet and driver resetNicolas Pitre2005-06-271-19/+24
* [PATCH] smc91x: more tweaks to help with RX overrunsNicolas Pitre2005-05-271-13/+13
* [PATCH] smc91x: improve diagnostic infoNicolas Pitre2005-05-271-11/+19
* [PATCH] smc91x addr config checkNicolas Pitre2005-05-121-1/+1
* [PATCH] u32 vs. pm_message_t fixes for drivers/netPavel Machek2005-04-161-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+2343