aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/jazzsonic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-12jazzsonic: free irq if sonic_open() failsKulikov Vasiliy1-4/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+2
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-08-12drivers/net: Correct use of request_region/request_mem_regionJulia Lawall1-3/+3
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-07-23net: move jazzsonic's probe function to .devinit.textUwe Kleine-König1-2/+2
2009-07-21macsonic, jazzsonic: fix oops on module unloadFinn Thain1-0/+1
2009-04-16jazzsonic: convert to net_device_opsAlexander Beregalov1-6/+13
2009-03-24net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+4
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+1
2008-04-25net drivers: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2007-10-15Jazzsonic: Fix warning about unused variable.Ralf Baechle1-1/+0
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-7/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10remove setup of platform device from jazzsonic.cThomas Bogendoerfer1-54/+7
2007-05-04SONIC interrupt handlingFinn Thain1-4/+19
2007-05-04SONIC: small fix and cleanupFinn Thain1-2/+2
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-6/+6
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2005-12-01[PATCH] jazzsonic: Fix platform device codeRalf Baechle1-1/+1
2005-12-01[PATCH] jazzsonic: Fix build error.Ralf Baechle1-1/+1
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-10/+11
2005-11-05[DRIVER MODEL] Fix jazzsonicRussell King1-23/+5
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1
2005-08-23[PATCH] macsonic/jazzsonic network drivers updateFinn Thain1-112/+74
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+381