Age | Commit message (Expand) | Author | Files | Lines |
2013-12-17 | net: phy: marvell: provide genphy suspend/resume | Sebastian Hesselbarth | 1 | -0/+22 |
2013-10-01 | drivers: net: phy: marvell.c: removed checkpatch.pl warnings | Avinash Kumar | 1 | -2/+2 |
2013-05-31 | phy: Add Marvell 88E1510 phy ID | Michal Simek | 1 | -0/+25 |
2013-05-31 | phy: Add Marvell 88E1116R phy ID | Michal Simek | 1 | -0/+65 |
2013-05-31 | phy: Use macros instead of hardcoded values in marvell phy driver | Michal Simek | 1 | -9/+9 |
2013-03-12 | mv643xx_eth with 88E1318S: support Wake on LAN | Michael Stapelberg | 1 | -0/+127 |
2013-01-18 | phy/marvell: remove fiber/copper autoselect on 88e1111 | Stef van Os | 1 | -9/+0 |
2012-07-09 | phylib: Support registering a bunch of drivers | Christian Hohnstaedt | 1 | -18/+4 |
2012-04-04 | net:phy:marvell: remove unnecessary code | Srinivas Kandagatla | 1 | -15/+3 |
2010-11-22 | of/phylib: Use device tree properties to initialize Marvell PHYs. | David Daney | 1 | -0/+97 |
2010-11-22 | phylib: Add support for Marvell 88E1149R devices. | David Daney | 1 | -0/+40 |
2010-11-22 | phylib: Use common page register definition for Marvell PHYs. | David Daney | 1 | -13/+14 |
2010-10-30 | phy/marvell: rename 88ec048 to 88e1318s and fix mscr1 addr | Cyril Chemparathy | 1 | -9/+9 |
2010-10-21 | phy/marvell: fix 88e1121 support | Arnaud Patard | 1 | -12/+19 |
2010-10-05 | net/phy: fix many "defined but unused" warnings | Uwe Kleine-König | 1 | -1/+1 |
2010-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -3/+74 |
2010-08-04 | phy/marvell: add 88ec048 support | Cyril Chemparathy | 1 | -0/+42 |
2010-08-03 | phy/marvell: add 88e1121 interface mode support | Cyril Chemparathy | 1 | -3/+32 |
2010-07-17 | net/phy/marvell: Expose IDs and flags in a .h and add dns323 LEDs setup flag | Benjamin Herrenschmidt | 1 | -18/+20 |
2010-04-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+0 |
2010-04-03 | phylib: Add module table to all existing phy drivers | David Woodhouse | 1 | -0/+13 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
2010-01-21 | phy: add RTBI mode for m88e1111 | Liu Yu-B13201 | 1 | -0/+38 |
2009-09-11 | phy/marvell: Make non-aneg speed/duplex forcing work for 88E1111 PHYs | Anton Vorontsov | 1 | -1/+20 |
2009-06-03 | net/phy/marvell: update m88e1111 support for SGMII mode | Haiying Wang | 1 | -0/+1 |
2009-04-14 | phylib: Add interrupt source check function to M88E1121R driver | Anatolij Gustschin | 1 | -0/+13 |
2009-04-14 | phylib: Basic support for the M88E1121R Marvell chip | Sergei Poselenov | 1 | -0/+41 |
2008-11-16 | phy: Add support for Marvell 88E1118 PHY | Ron Madrid | 1 | -0/+66 |
2008-07-23 | net/phy: Fix 88e1111 copper/fiber selection in RGMII mode | Wang Jian | 1 | -4/+1 |
2008-07-23 | net/phy: Fix copper/fiber auto-selection for 88e1111 | Wang Jian | 1 | -1/+1 |
2008-04-05 | net: marvell.c fix sparse shadowed variable warning | Harvey Harrison | 1 | -2/+0 |
2008-03-26 | netxen, phy/marvell, skge: minor checkpatch fixes | Jeff Garzik | 1 | -1/+1 |
2008-03-26 | Marvell PHY m88e1111 driver fix | Alexandr Smirnov | 1 | -5/+124 |
2007-12-02 | phylib: marvell: add support for TX-only and RX-only Internal Delay | Kim Phillips | 1 | -9/+17 |
2007-11-06 | phylib: Add ID for Marvell 88E1240 | Olof Johansson | 1 | -5/+18 |
2007-07-10 | phylib: Add Marvell 88E1112 phy id | Olof Johansson | 1 | -0/+13 |
2007-07-10 | phylib: cleanup marvell.c a bit | Olof Johansson | 1 | -58/+52 |
2007-07-09 | phylib: m88e1111: enable SGMII mode | Kapil Juneja | 1 | -0/+16 |
2007-06-10 | phylib: add RGMII-ID mode to the Marvell m88e1111 PHY to fix broken ucc_geth | Kim Phillips | 1 | -8/+54 |
2007-02-17 | phylib: Add support for Marvell 88e1111S and 88e1145 | Andy Fleming | 1 | -12/+144 |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2005-11-06 | Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*. | Jeff Garzik | 1 | -1/+0 |
2005-07-31 | This patch adds a PHY Abstraction Layer to the Linux Kernel, enabling | Andy Fleming | 1 | -0/+140 |