aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/fec_mpc52xx.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGravatar Grant Likely 1-5/+3
2010-05-22of: Remove duplicate fields from of_platform_driverGravatar Grant Likely 1-3/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Gravatar Grant Likely 1-6/+6
2010-05-10net: trans_start cleanupsGravatar Eric Dumazet 1-1/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+1
2010-04-03net: convert multicast list to list_headGravatar Jiri Pirko 1-3/+3
2010-03-30net: remove redundant codeGravatar Eric Dumazet 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Gravatar Jiri Pirko 1-4/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateGravatar Jiri Pirko 1-1/+1
2009-12-08net/mpc5200: Fix locking on fec_mpc52xx driverGravatar Asier Llano 1-59/+62
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argGravatar Joe Perches 1-3/+3
2009-10-14net/fec_mpc52xx: Fix kernel panic on FEC errorGravatar John Bonesio 1-6/+0
2009-08-23drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Gravatar Dongdong Deng 1-2/+3
2009-06-18Merge commit 'gcl/merge' into nextGravatar Benjamin Herrenschmidt 1-1/+1
2009-06-17powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() functionGravatar Wolfgang Denk 1-1/+1
2009-04-27net: Rework mpc5200 fec driver to use of_mdio infrastructure.Gravatar Grant Likely 1-127/+53
2009-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-33/+44
2009-04-02net/fec_mpc52xx: Don't dereference phy_device if it is NULLGravatar Grant Likely 1-10/+12
2009-04-02net/fec_mpc52xx: Migrate to net_device_ops.Gravatar Henk Stegeman 1-16/+20
2009-04-02net/fec_mpc52xx: fix BUG on missing dma_opsGravatar Grant Likely 1-7/+12
2009-02-03powerpc/5200: Stop using device_type and port-number propertiesGravatar Grant Likely 1-3/+3
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-1/+1
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.Gravatar David S. Miller 1-1/+0
2008-10-22[netdrvr] fec_mpc52xx: Implement polling, to make netconsole work.Gravatar Jon Smirl 1-0/+18
2008-07-22netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328Gravatar Anton Vorontsov 1-5/+0
2008-07-17netdev: Convert all drivers away from netif_schedule().Gravatar David S. Miller 1-1/+1
2008-06-11fec_mpc52xx: MPC52xx_MESSAGES_DEFAULT: 2nd NETIF_MSG_IFDOWN => IFUPGravatar Roel Kluin 1-1/+1
2008-05-01[POWERPC] mpc5200: Allow for fixed speed MII configurationsGravatar Grant Likely 1-23/+74
2008-04-29[POWERPC] mpc5200: Fix FEC error handling on FIFO errorsGravatar Sascha Hauer 1-10/+13
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Gravatar David S. Miller 1-0/+1
2008-04-16phy: Change mii_bus id field to a stringGravatar Andy Fleming 1-1/+1
2008-04-03[POWERPC] Fix MPC5200 (not B!) device tree so FEC ethernet worksGravatar René Bürgel 1-0/+1
2008-01-26[POWERPC] mpc5200: normalize compatible property bindingsGravatar Grant Likely 1-4/+2
2007-12-22fec_mpc52xx: write in C...Gravatar Al Viro 1-2/+3
2007-12-04Fix memory corruption in fec_mpc52xxGravatar Jon Smirl 1-2/+2
2007-12-01SET_NETDEV_DEV() in fec_mpc52xx.cGravatar David Woodhouse 1-0/+2
2007-11-01Fix region size check in mpc5200 FEC driverGravatar Grant Likely 1-2/+2
2007-10-29FEC - fast ethernet controller for mpc52xxGravatar Domen Puncer 1-0/+1112