Commit Graph

117 Commits (8408dc1c14c113face77f6f967af98f76999989f)

Author SHA1 Message Date
Shawn Guo ca2cc33392 net/fec: add device tree probe support 14 years ago
Shawn Guo 0ca1e290b7 net/fec: gasket needs to be enabled for some i.mx 14 years ago
Tobias Klauser 498d8e2363 drivers/net: Omit check for multicast bit in netdev_for_each_mc_addr 14 years ago
Richard Cochran a0087a3619 fec: fix race in transmit time stamping. 14 years ago
Richard Cochran 18a03b9772 fec: enable transmit and receive time stamping. 14 years ago
Axel Lin 9eb0e6f26e net/fec: fix unterminated platform_device_id table 14 years ago
Uwe Kleine-König 9721dbb375 net/fec: remove unused driver data 14 years ago
Uwe Kleine-König cd1f402c18 net/fec: enable flow control and length check on enet-mac 14 years ago
Uwe Kleine-König b3cde36cf1 net/fec: postpone unsetting driver data until the hardware is stopped 14 years ago
Uwe Kleine-König d1ab1f54a1 net/fec: provide device for dma functions and matching sizes for map and unmap 14 years ago
Uwe Kleine-König 45993653bd net/fec: reorder functions a bit allows removing forward declarations 14 years ago
Uwe Kleine-König db8880bc92 net/fec: some whitespace cleanup 14 years ago
Uwe Kleine-König c556167f81 net/fec: consistenly name struct net_device pointers "ndev" 14 years ago
Uwe Kleine-König e497ba825b net/fec: add phy_stop to fec_enet_close 14 years ago
Uwe Kleine-König 085e79ed88 net/fec: consolidate all i.MX options to CONFIG_ARM 14 years ago
Uwe Kleine-König 24e531b401 net/fec: put the ioremap cookie immediately into a void __iomem pointer 14 years ago
Uwe Kleine-König 8b06dc2b1c net/fec: no need to memzero private data 14 years ago
Uwe Kleine-König 04e5216d44 net/fec: no need to check for validity of ndev in suspend and resume 14 years ago
Uwe Kleine-König b2b09ad63c net/fec: don't free an irq that failed to be requested 14 years ago
Uwe Kleine-König 28e2188efc net/fec: release mem_region requested in probe in error path and remove 14 years ago
Uwe Kleine-König 8a73b0bc86 net/fec: no need to cast arguments for memcpy 14 years ago
Shawn Guo b5680e0b59 net/fec: add dual fec support for mx28 14 years ago
Shawn Guo bcc67771ed net/fec: improve pm for better suspend/resume 14 years ago
Shawn Guo 49da97dcb6 net/fec: add mac field into platform data and consolidate fec_get_mac 14 years ago
Shawn Guo 8649a230e3 net/fec: remove the use of "index" which is legacy 14 years ago
Shawn Guo 862f0982ea net/fec: fix MMFR_OP type in fec_enet_mdio_write 14 years ago
Greg Ungerer 6fcc040f02 net: allow FEC driver to use fixed PHY support 15 years ago
Oskar Schirmer 03c698c93f net/fec: carrier off initially to avoid root mount failure 15 years ago
Wolfram Sang 4bee1f9ac0 net/fec: restore interrupt mask after software-reset in fec_stop() 15 years ago
Richard Cochran 28b041139e net: preserve ifreq parameter when calling generic phy_mii_ioctl(). 15 years ago
Baruch Siach 97b72e4320 fec: use interrupt for MDIO completion indication 15 years ago
Eric Benard 87cad5c385 net/fec: clean suspend/resume 15 years ago
Denis Kirjanov 59d4289b83 fec: convert legacy PM hooks to dem_pm_ops 15 years ago
Denis Kirjanov 1273d97674 fec: Cleanup PHY probing 15 years ago
Denis Kirjanov c7621cb3d9 fec: convert TX hook to netdev_tx_t 15 years ago
Eric Bénard e3fe8558c7 net/fec: fix pm to survive to suspend/resume 15 years ago
Bryan Wu 418bd0d4df netdev/fec: fix ifconfig eth0 down hang issue 15 years ago
Baruch Siach 5eb32bd059 fec: add support for PHY interface platform data 15 years ago
Eric Dumazet 1ae5dc342a net: trans_start cleanups 15 years ago
Mattias Walström 7cff0943a1 FEC: Fix kernel panic in fec_set_mac_address. 15 years ago
Jiri Pirko 22bedad3ce net: convert multicast list to list_head 15 years ago
Bryan Wu e6b043d512 netdev/fec.c: add phylib supporting to enable carrier detection (v2) 15 years ago
Jiri Pirko 48e2f183cb net: convert multiple drivers to use netdev_for_each_mc_addr, part4 15 years ago
Jiri Pirko 4cd24eaf0c net: use netdev_mc_count and netdev_mc_empty when appropriate 15 years ago
Amit Kucheria fceb291919 fec: Add LAN8700 phy support 15 years ago
Rob Herring 633e7533ce fec: fix uninitialized rx buffer usage 15 years ago
Steven King 78abcb13dd net: fix section mismatch in fec.c 16 years ago
Greg Ungerer 49802967cb m68knommu: remove ColdFire direct interrupt register access 16 years ago
Uwe Kleine-König 81538e74ca fec: don't enable irqs in hard irq context 16 years ago
Uwe Kleine-König 84177a2079 fec: fix recursive locking of mii_lock 16 years ago