summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/fixed_phy.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: fixed_phy: print gpio error only if gpio node is presentHubert Feurstein2019-07-301-2/+4
* net: phy: improve pause handlingHeiner Kallweit2019-05-041-1/+1
* net: phy: fix reading fixed phy statusHeiner Kallweit2019-02-251-0/+3
* net: fixed-phy: Add fixed_phy_register_with_gpiod() APIMoritz Fischer2019-02-081-7/+25
* net: phy: fixed_phy: Fix fixed_phy not checking GPIOMoritz Fischer2019-02-071-3/+3
* net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij2019-02-051-22/+60
* net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-231-5/+1Star
* Fixed PHY: Add fixed_phy_change_carrier()Joakim Tjernlund2018-12-171-1/+23
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-5/+14
* net: phy: fixed-phy: Make the error path simplerFabio Estevam2018-06-241-5/+2Star
* net: phy: fixed-phy: remove fixed_phy_update_state()Russell King2018-01-031-31/+0Star
* net: phy: fixed_phy: fix of_node leak in fixed_phy_unregisterJohan Hovold2016-11-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-11/+11
|\
| * net: phy: Manage fixed PHY address space using IDAFlorian Fainelli2016-06-291-11/+11
* | phy: improve safety of fixed-phy MII register readingRussell King2016-06-271-7/+21
* | phy: generate swphy registers on the flyRussell King2016-06-271-26/+5Star
* | phy: separate swphy state validation from register generationRussell King2016-06-271-8/+7Star
* | phy: move fixed_phy MII register generation to a libraryRussell King2016-06-271-92/+3Star
|/
* phy: fix crash in fixed_phy_add()Rabin Vincent2016-05-201-1/+5
* fixed_phy: get_phy_device() doesn't return NULL anymoreSergei Shtylyov2016-04-261-1/+1
* phy: fixed: Fix removal of phys.Andrew Lunn2016-03-141-2/+9
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-5/+5
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-3/+1Star
* phy: fixed-phy: properly validate phy in fixed_phy_update_state()Russell King2015-09-251-1/+1
* fixed_phy: pass 'irq' to fixed_phy_add()Sergei Shtylyov2015-09-071-1/+1
* net: phy: fixed_phy: Set phy capabilities even when link down.Andrew Lunn2015-08-311-25/+48
* phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn2015-08-311-3/+23
* phy: fixed_phy: Set supported speed in phydevAndrew Lunn2015-08-311-0/+12
* net: phy: Allow PHY devices to identify themselves as Ethernet switches, etc.Florian Fainelli2015-08-311-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-281-0/+9
|\
| * net: phy: fixed: propagate fixed link values to structMadalin Bucur2015-08-271-0/+9
* | net: phy: fixed_phy: handle link-down caseStas Sergeev2015-07-221-3/+5
|/
* add fixed_phy_update_state() - update state of fixed_phyStas Sergeev2015-04-031-0/+29
* net: phy: fixed: allow setting no update_link callbackFlorian Fainelli2015-01-261-1/+1
* net: Allow FIXED_PHY to be modular.David S. Miller2014-12-161-0/+337