| Commit message (Expand) | Author | Age | Files | Lines |
* | net: phy: Fix phy_mac_interrupt() | Florian Fainelli | 2016-01-21 | 1 | -13/+18 |
* | net: phy: Avoid polling PHY with PHY_IGNORE_INTERRUPTS | Florian Fainelli | 2016-01-21 | 1 | -5/+10 |
* | phy: Add an mdio_device structure | Andrew Lunn | 2016-01-07 | 1 | -12/+13 |
* | phy: phy_{read|write}_mmd_indirect: get addr from phydev | Andrew Lunn | 2016-01-07 | 1 | -22/+14 |
* | phy: Add phydev_err() and phydev_dbg() macros | Andrew Lunn | 2016-01-07 | 1 | -2/+3 |
* | net: phy: reset only targeted phy | Jérôme Pouiller | 2015-12-03 | 1 | -1/+2 |
* | net: phy: Use interrupts when available in NOLINK state | Andrew Lunn | 2015-11-17 | 1 | -0/+3 |
* | phylib: simplify NULL checks | Sergei Shtylyov | 2015-08-28 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-08-28 | 1 | -4/+12 |
|\ |
|
| * | net: phy: add locking to phy_read_mmd_indirect()/phy_write_mmd_indirect() | Russell King | 2015-08-26 | 1 | -4/+12 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-08-21 | 1 | -4/+12 |
|\| |
|
| * | net: phy: fix PHY_RUNNING in phy_state_machine | Shaohui Xie | 2015-08-17 | 1 | -4/+12 |
* | | net: phy: Support setting polarity in marvell phy driver | David Thomson | 2015-07-11 | 1 | -0/+1 |
* | | net: phy: Pass mdix ethtool setting through to phy driver | David Thomson | 2015-07-11 | 1 | -0/+2 |
|/ |
|
* | net: phy: Utilize phy_interface_is_rgmii | Florian Fainelli | 2015-05-27 | 1 | -2/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-05-23 | 1 | -15/+19 |
|\ |
|
| * | net: phy: Make sure phy_start() always re-enables the phy interrupts | Tim Beale | 2015-05-20 | 1 | -13/+16 |
| * | net: phy: Make sure PHY_RESUMING state change is always processed | Tim Beale | 2015-05-16 | 1 | -1/+1 |
| * | net: phy: Allow EEE for all RGMII variants | Florian Fainelli | 2015-05-16 | 1 | -3/+4 |
* | | net: phy: Add state machine state transitions debug prints | Florian Fainelli | 2015-05-16 | 1 | -0/+31 |
|/ |
|
* | net: phy: Fix verification of EEE support in phy_init_eee | Guenter Roeck | 2015-02-20 | 1 | -3/+20 |
* | net: phy: Invalidate LP advertising flags when restarting or disabling AN | Ben Hutchings | 2015-01-27 | 1 | -0/+3 |
* | net: phy: Correctly handle MII ioctl which changes autonegotiation. | Brian Hill | 2014-11-11 | 1 | -12/+24 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-09-08 | 1 | -9/+9 |
|\ |
|
| * | phy: fix EEE checks inside the phy_init_eee. | Giuseppe CAVALLARO | 2014-08-28 | 1 | -9/+9 |
* | | net: phy: allow phy_init_eee() to work with internal PHYs | Florian Fainelli | 2014-08-23 | 1 | -2/+4 |
* | | net: phy: export phy_{read,write}_mmd_indirect | Florian Fainelli | 2014-08-23 | 1 | -2/+4 |
|/ |
|
* | net: libphy: Add phy specific function to access mmd phy registers | Vince Bridgers | 2014-07-31 | 1 | -23/+38 |
* | phy: Expand phy speed/duplex settings array | Lendacky, Thomas | 2014-07-16 | 1 | -1/+21 |
* | net: phylib: add link_change_notify callback to phy device | Daniel Mack | 2014-06-22 | 1 | -0/+3 |
* | net: phy: resume phydev when going to RESUMING | Zhangfei Gao | 2014-05-16 | 1 | -7/+9 |
* | net phy: Check for aneg completion before setting state to PHY_RUNNING | Balakumaran Kannan | 2014-05-02 | 1 | -0/+11 |
* | net phylib: Remove unnecessary condition check in phy | Balakumaran Kannan | 2014-04-09 | 1 | -5/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-15 | 1 | -5/+6 |
|\ |
|
| * | phy: fix compiler array bounds warning on settings[] | Bjorn Helgaas | 2014-03-06 | 1 | -5/+6 |
* | | net: phy: update port type for MoCA PHYs | Florian Fainelli | 2014-02-14 | 1 | -1/+4 |
* | | net: phy: fix phy_{clear,config}_interrupt comment typos | Florian Fainelli | 2014-02-13 | 1 | -2/+2 |
* | | net: phy: allow driver to implement their own aneg_done | Florian Fainelli | 2014-02-13 | 1 | -3/+6 |
* | | net: phy: add genphy_aneg_done() | Florian Fainelli | 2014-02-13 | 1 | -3/+1 |
* | | net: phy: display human readable PHY speed settings | Florian Fainelli | 2014-02-13 | 1 | -2/+22 |
* | | net: phy: update phy_print_status to show pause settings | Florian Fainelli | 2014-02-13 | 1 | -2/+4 |
* | | net: phy: use network device in phy_print_status | Florian Fainelli | 2014-02-13 | 1 | -3/+2 |
|/ |
|
* | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-16 | 1 | -1/+0 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-01-06 | 1 | -4/+2 |
|\ |
|
| * | phy: IRQ cannot be shared | Sergei Shtylyov | 2013-12-30 | 1 | -4/+2 |
* | | phylib: remove unused adjust_state() callback | Sergei Shtylyov | 2014-01-05 | 1 | -14/+3 |
* | | phy: kill excess empty lines | Sergei Shtylyov | 2014-01-05 | 1 | -14/+0 |
* | | phy: kill excess code | Sergei Shtylyov | 2014-01-05 | 1 | -14/+5 |
* | | phy: kill useless local variables | Sergei Shtylyov | 2014-01-05 | 1 | -39/+16 |
* | | phy: coding style fixes | Sergei Shtylyov | 2014-01-05 | 1 | -46/+36 |