summaryrefslogtreecommitdiff
path: root/drivers/net/ax88796.c
AgeCommit message (Expand)Author
2011-02-21ax88796: use generic mdio_bitbang driverMarc Kleine-Budde
2011-02-21ax88796: clean up probe and remove functionMarc Kleine-Budde
2011-02-21ax88796: make pointer to platform data constMarc Kleine-Budde
2011-02-21ax88796: remove platform_device member from struct ax_deviceMarc Kleine-Budde
2011-02-21ax88796: use netdev_<LEVEL> instead of dev_<LEVEL> and pr_<LEVEL>Marc Kleine-Budde
2011-02-21ax88796: remove first_init parameter from ax_init_dev()Marc Kleine-Budde
2011-02-21ax88796: remove memset of private dataMarc Kleine-Budde
2011-02-21ax88796: don't use magic ei_status to acces private dataMarc Kleine-Budde
2011-02-21ax88796: fix codingstyle and checkpatch warningsMarc Kleine-Budde
2010-11-17drivers/net: Remove unnecessary casts of netdev_privJoe Perches
2010-10-21drivers/net/ax88796.c: Return error code in failureJulia Lawall
2010-07-08ax88796: free irq on errorKulikov Vasiliy
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-08drivers/net: Correct NULL testJulia Lawall
2009-03-24ax88796: Add method to take MAC from platform dataDaniel Mack
2009-03-24drivers/net/ax88796.c: take IRQ flags from platform_deviceDaniel Mack
2009-01-14ax88796: start_xmit fix using net_device_opsMagnus Damm
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-10-22AX88796: ax_probe() fix irq assignmentroel kluin
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison
2008-08-14AX88796: Fix locking in ethtool supportBen Dooks
2008-04-25net drivers: fix platform driver hotplug/coldplugKay Sievers
2008-02-03NET: AX88796 use dev_dbg() instead of printk()Ben Dooks
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches
2007-10-10ax88796: add 93cx6 eeprom supportMagnus Damm
2007-08-14ax88796 printk fixesAndrew Morton
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox
2007-07-26ax88796 (address space): cast to unsigned long, not longAl Viro
2007-07-15ax88796: dev_dbg() wants device, not platform deviceAl Viro
2007-07-10AX88796 network driverBen Dooks