summaryrefslogtreecommitdiff
path: root/drivers/net/phy/fixed_phy.c
AgeCommit message (Expand)Author
2022-06-13net: phy: fixed_phy: set phy_mask before calling mdiobus_register()Rasmus Villemoes
2022-05-28net: phy: Directly use ida_alloc()/free()Ke Liu
2022-01-03Revert "net: phy: fixed_phy: Fix NULL vs IS_ERR() checking in __fixed_phy_reg...Florian Fainelli
2021-12-24net: phy: fixed_phy: Fix NULL vs IS_ERR() checking in __fixed_phy_registerMiaoqian Lin
2021-06-16net: phy: fix formatting issues with bracesWenpeng Liang
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-04net: phy: fixed_phy: Remove unused seqcountAhmed S. Darwish
2020-01-05net: phy: fixed_phy: switch to using fwnode_gpiod_get_indexDmitry Torokhov
2020-01-05net: phy: fixed_phy: fix use-after-free when checking link GPIODmitry Torokhov
2019-07-30net: phy: fixed_phy: print gpio error only if gpio node is presentHubert Feurstein
2019-05-04net: phy: improve pause handlingHeiner Kallweit
2019-02-24net: phy: fix reading fixed phy statusHeiner Kallweit
2019-02-07net: fixed-phy: Add fixed_phy_register_with_gpiod() APIMoritz Fischer
2019-02-07net: phy: fixed_phy: Fix fixed_phy not checking GPIOMoritz Fischer
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn
2018-12-17Fixed PHY: Add fixed_phy_change_carrier()Joakim Tjernlund
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-06-24net: phy: fixed-phy: Make the error path simplerFabio Estevam
2018-01-03net: phy: fixed-phy: remove fixed_phy_update_state()Russell King
2016-11-17net: phy: fixed_phy: fix of_node leak in fixed_phy_unregisterJohan Hovold
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-29net: phy: Manage fixed PHY address space using IDAFlorian Fainelli
2016-06-27phy: improve safety of fixed-phy MII register readingRussell King
2016-06-27phy: generate swphy registers on the flyRussell King
2016-06-27phy: separate swphy state validation from register generationRussell King
2016-06-27phy: move fixed_phy MII register generation to a libraryRussell King
2016-05-20phy: fix crash in fixed_phy_add()Rabin Vincent
2016-04-26fixed_phy: get_phy_device() doesn't return NULL anymoreSergei Shtylyov
2016-03-14phy: fixed: Fix removal of phys.Andrew Lunn
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2015-09-24phy: fixed-phy: properly validate phy in fixed_phy_update_state()Russell King
2015-09-06fixed_phy: pass 'irq' to fixed_phy_add()Sergei Shtylyov
2015-08-31net: phy: fixed_phy: Set phy capabilities even when link down.Andrew Lunn
2015-08-31phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn
2015-08-31phy: fixed_phy: Set supported speed in phydevAndrew Lunn
2015-08-31net: phy: Allow PHY devices to identify themselves as Ethernet switches, etc.Florian Fainelli
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-27net: phy: fixed: propagate fixed link values to structMadalin Bucur
2015-07-21net: phy: fixed_phy: handle link-down caseStas Sergeev
2015-04-03add fixed_phy_update_state() - update state of fixed_phyStas Sergeev
2015-01-25net: phy: fixed: allow setting no update_link callbackFlorian Fainelli
2014-12-16net: Allow FIXED_PHY to be modular.David S. Miller