aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fs_enet/mii-fec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely1-2/+5
2011-02-28dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely1-6/+9
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
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-3/+3
2010-02-27fs_enet: Add support for MPC512x to fs_enet driverAnatolij Gustschin1-2/+2
2009-10-14net: Fix OF platform drivers coldplug/hotplug when compiled as modulesAnton Vorontsov1-0/+1
2009-07-17fs_enet/mii-fec.c: fix MII speed calculationWolfgang Denk1-4/+33
2009-04-27net: Rework fs_enet driver to use of_mdio infrastructureGrant Likely1-25/+1
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov1-4/+2
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek1-3/+3
2008-10-08phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek1-1/+1
2008-07-16fs_enet: Remove !CONFIG_PPC_CPM_NEW_BINDING codeKumar Gala1-143/+1
2008-06-30drivers/net: Use linux/of_{device,platform}.h instead of asmStephen Rothwell1-1/+1
2008-05-06fs_enet: Fix a memory leak in fs_enet_mdio_probeScott Wood1-1/+2
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming1-2/+2
2007-10-10fs_enet: sparse fixesScott Wood1-4/+4
2007-10-10fs_enet: Be an of_platform device when CONFIG_PPC_CPM_NEW_BINDING is set.Scott Wood1-1/+142
2007-10-10fs_enet: Whitespace cleanup.Scott Wood1-1/+0
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-2/+0
2006-08-19[PATCH] FS_ENET: use PAL for mii managementVitaly Bordug1-0/+243