aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fec_mpc52xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-08net/mpc5200: Fix locking on fec_mpc52xx driverAsier Llano1-59/+62
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-3/+3
2009-10-14net/fec_mpc52xx: Fix kernel panic on FEC errorJohn Bonesio1-6/+0
2009-08-23drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng1-2/+3
2009-06-18Merge commit 'gcl/merge' into nextBenjamin Herrenschmidt1-1/+1
2009-06-17powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() functionWolfgang Denk1-1/+1
2009-04-27net: Rework mpc5200 fec driver to use of_mdio infrastructure.Grant Likely1-127/+53
2009-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-33/+44
2009-04-02net/fec_mpc52xx: Don't dereference phy_device if it is NULLGrant Likely1-10/+12
2009-04-02net/fec_mpc52xx: Migrate to net_device_ops.Henk Stegeman1-16/+20
2009-04-02net/fec_mpc52xx: fix BUG on missing dma_opsGrant Likely1-7/+12
2009-02-03powerpc/5200: Stop using device_type and port-number propertiesGrant Likely1-3/+3
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-22[netdrvr] fec_mpc52xx: Implement polling, to make netconsole work.Jon Smirl1-0/+18
2008-07-22netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328Anton Vorontsov1-5/+0
2008-07-17netdev: Convert all drivers away from netif_schedule().David S. Miller1-1/+1
2008-06-11fec_mpc52xx: MPC52xx_MESSAGES_DEFAULT: 2nd NETIF_MSG_IFDOWN => IFUPRoel Kluin1-1/+1
2008-05-01[POWERPC] mpc5200: Allow for fixed speed MII configurationsGrant Likely1-23/+74
2008-04-29[POWERPC] mpc5200: Fix FEC error handling on FIFO errorsSascha Hauer1-10/+13
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-0/+1
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming1-1/+1
2008-04-03[POWERPC] Fix MPC5200 (not B!) device tree so FEC ethernet worksRené Bürgel1-0/+1
2008-01-26[POWERPC] mpc5200: normalize compatible property bindingsGrant Likely1-4/+2
2007-12-22fec_mpc52xx: write in C...Al Viro1-2/+3
2007-12-04Fix memory corruption in fec_mpc52xxJon Smirl1-2/+2
2007-12-01SET_NETDEV_DEV() in fec_mpc52xx.cDavid Woodhouse1-0/+2
2007-11-01Fix region size check in mpc5200 FEC driverGrant Likely1-2/+2
2007-10-29FEC - fast ethernet controller for mpc52xxDomen Puncer1-0/+1112