summaryrefslogtreecommitdiff
path: root/drivers/net/fec.c
AgeCommit message (Expand)Author
2012-09-12ENGR00181358-2: fec: add FEC driver support for MVFAlison Wang
2012-02-08ENGR00172274-02 - IEEE-1588: rework ts_clk in MX6 ARIK CPU board.Fugang Duan
2012-02-07ENGR00173869-9: i.mx6dl: add the misc drivers supportJason Liu
2012-01-09ENGR00161871: ENET: Changing MDIO read and write timeoutRogerio Pimentel
2012-01-09ENGR00170784 - FEC : dma skb buffer map is not used rightly.Fugang Duan
2012-01-09build fix and driver fixJason Liu
2012-01-09ENGR00162013 - FEC : Fix loss interrupt when add "rootwait"Fugang Duan
2012-01-09ENGR00159982 - FEC: low power mode when FEC is no use.Fugang Duan
2012-01-09ENGR00161312 - FEC: fix build warningFugang Duan
2012-01-09ENGR00161207 - FEC: Add IEEE 1588 driver for imx6Fugang Duan
2012-01-09ENGR00160709-2 Move board specific code out of FEC driverMahesh Mahadevan
2012-01-09ENGR00153127 ENET: Enet not works in 1G modeZeng Zhaoming
2012-01-09ENGR00152528-2 ENET: add enet support for mx6q.Zeng Zhaoming
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-28net/fec: fix unterminated platform_device_id tableAxel Lin
2011-02-17net/fec: remove unused driver dataUwe Kleine-König
2011-02-15net/fec: enable flow control and length check on enet-macUwe Kleine-König
2011-02-15net/fec: postpone unsetting driver data until the hardware is stoppedUwe Kleine-König
2011-02-15net/fec: provide device for dma functions and matching sizes for map and unmapUwe Kleine-König
2011-02-15net/fec: reorder functions a bit allows removing forward declarationsUwe Kleine-König
2011-02-15net/fec: some whitespace cleanupUwe Kleine-König
2011-02-15net/fec: consistenly name struct net_device pointers "ndev"Uwe Kleine-König
2011-02-15net/fec: add phy_stop to fec_enet_closeUwe Kleine-König
2011-02-15net/fec: consolidate all i.MX options to CONFIG_ARMUwe Kleine-König
2011-02-15net/fec: put the ioremap cookie immediately into a void __iomem pointerUwe Kleine-König
2011-02-15net/fec: no need to memzero private dataUwe Kleine-König
2011-02-15net/fec: no need to check for validity of ndev in suspend and resumeUwe Kleine-König
2011-02-15net/fec: don't free an irq that failed to be requestedUwe Kleine-König
2011-02-15net/fec: release mem_region requested in probe in error path and removeUwe Kleine-König
2011-02-15net/fec: no need to cast arguments for memcpyUwe Kleine-König
2011-01-09net/fec: add dual fec support for mx28Shawn Guo
2011-01-09net/fec: improve pm for better suspend/resumeShawn Guo
2011-01-09net/fec: add mac field into platform data and consolidate fec_get_macShawn Guo
2011-01-09net/fec: remove the use of "index" which is legacyShawn Guo
2011-01-09net/fec: fix MMFR_OP type in fec_enet_mdio_writeShawn Guo
2010-10-13net: allow FEC driver to use fixed PHY supportGreg Ungerer
2010-10-10net/fec: carrier off initially to avoid root mount failureOskar Schirmer
2010-07-22net/fec: restore interrupt mask after software-reset in fec_stop()Wolfram Sang
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran
2010-07-12fec: use interrupt for MDIO completion indicationBaruch Siach
2010-06-25net/fec: clean suspend/resumeEric Benard
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-05fec: convert legacy PM hooks to dem_pm_opsDenis Kirjanov
2010-06-03fec: Cleanup PHY probingDenis Kirjanov
2010-06-03fec: convert TX hook to netdev_tx_tDenis Kirjanov
2010-06-02net/fec: fix pm to survive to suspend/resumeEric Bénard
2010-05-28netdev/fec: fix ifconfig eth0 down hang issueBryan Wu
2010-05-24fec: add support for PHY interface platform dataBaruch Siach
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-10net: trans_start cleanupsEric Dumazet