summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/fixed_phy.c
AgeCommit message (Expand)AuthorLines
2016-11-17net: phy: fixed_phy: fix of_node leak in fixed_phy_unregisterJohan Hovold-1/+1
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-11/+11
2016-06-29net: phy: Manage fixed PHY address space using IDAFlorian Fainelli-11/+11
2016-06-27phy: improve safety of fixed-phy MII register readingRussell King-7/+21
2016-06-27phy: generate swphy registers on the flyRussell King-26/+5
2016-06-27phy: separate swphy state validation from register generationRussell King-8/+7
2016-06-27phy: move fixed_phy MII register generation to a libraryRussell King-92/+3
2016-05-20phy: fix crash in fixed_phy_add()Rabin Vincent-1/+5
2016-04-26fixed_phy: get_phy_device() doesn't return NULL anymoreSergei Shtylyov-1/+1
2016-03-14phy: fixed: Fix removal of phys.Andrew Lunn-2/+9
2016-01-07phy: Add an mdio_device structureAndrew Lunn-5/+5
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn-3/+1
2015-09-24phy: fixed-phy: properly validate phy in fixed_phy_update_state()Russell King-1/+1
2015-09-06fixed_phy: pass 'irq' to fixed_phy_add()Sergei Shtylyov-1/+1
2015-08-31net: phy: fixed_phy: Set phy capabilities even when link down.Andrew Lunn-25/+48
2015-08-31phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn-3/+23
2015-08-31phy: fixed_phy: Set supported speed in phydevAndrew Lunn-0/+12
2015-08-31net: phy: Allow PHY devices to identify themselves as Ethernet switches, etc.Florian Fainelli-0/+1
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+9
2015-08-27net: phy: fixed: propagate fixed link values to structMadalin Bucur-0/+9
2015-07-21net: phy: fixed_phy: handle link-down caseStas Sergeev-3/+5
2015-04-03add fixed_phy_update_state() - update state of fixed_phyStas Sergeev-0/+29
2015-01-25net: phy: fixed: allow setting no update_link callbackFlorian Fainelli-1/+1
2014-12-16net: Allow FIXED_PHY to be modular.David S. Miller-0/+337