summaryrefslogtreecommitdiff
path: root/drivers/net/phy/fixed_phy.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-18net: phy: fixed_phy: remove setting supported/advertised modes from fixed_phy...Heiner Kallweit1-24/+0
2025-11-13net: phy: fixed_phy: initialize the link status as upHeiner Kallweit1-8/+5
2025-11-08net: phy: fixed_phy: shrink size of struct fixed_phy_statusHeiner Kallweit1-1/+1
2025-11-05net: phy: fixed_phy: remove fixed_phy_addHeiner Kallweit1-6/+0
2025-11-05net: phy: fixed_phy: add helper fixed_phy_register_100fdHeiner Kallweit1-0/+12
2025-09-10net: phy: fixed_phy: remove struct fixed_mdio_busHeiner Kallweit1-31/+19
2025-09-10net: phy: fixed_phy: add helper fixed_phy_findHeiner Kallweit1-39/+42
2025-09-10net: phy: fixed_phy: remove member no_carrier from struct fixed_phyHeiner Kallweit1-4/+1
2025-09-10net: phy: fixed_phy: remove unused interrupt supportHeiner Kallweit1-6/+3
2025-09-06net: phy: fixed_phy: remove link gpio supportHeiner Kallweit1-64/+4
2025-08-28net: phy: fixed_phy: simplify fixed_mdio_readHeiner Kallweit1-4/+1
2025-08-27net: phy: fixed_phy: let fixed_phy_unregister free the phy_deviceHeiner Kallweit1-0/+1
2025-08-27net: phy: fixed: let fixed_phy_add always use addr 0 and remove return valueHeiner Kallweit1-2/+2
2025-08-15net: phy: fixed: remove usage of a faux deviceHeiner Kallweit1-14/+2
2025-05-21net: phy: fixed_phy: constify status argument where possibleHeiner Kallweit1-3/+3
2025-05-21net: phy: fixed_phy: remove irq argument from fixed_phy_registerHeiner Kallweit1-3/+2
2025-05-21net: phy: fixed_phy: remove irq argument from fixed_phy_addHeiner Kallweit1-3/+2
2025-05-17net: phy: fixed_phy: remove fixed_phy_register_with_gpiodHeiner Kallweit1-25/+7
2025-03-24net: phy: fixed_phy: transition to the faux device interfaceSudeep Holla1-8/+8
2022-06-14net: phy: fixed_phy: set phy_mask before calling mdiobus_register()Rasmus Villemoes1-0/+1
2022-05-28net: phy: Directly use ida_alloc()/free()Ke Liu1-3/+3
2022-01-04Revert "net: phy: fixed_phy: Fix NULL vs IS_ERR() checking in __fixed_phy_reg...Florian Fainelli1-2/+2
2021-12-25net: phy: fixed_phy: Fix NULL vs IS_ERR() checking in __fixed_phy_registerMiaoqian Lin1-2/+2
2021-06-16net: phy: fix formatting issues with bracesWenpeng Liang1-2/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-05net: phy: fixed_phy: Remove unused seqcountAhmed S. Darwish1-17/+11
2020-01-06net: phy: fixed_phy: switch to using fwnode_gpiod_get_indexDmitry Torokhov1-2/+2
2020-01-06net: phy: fixed_phy: fix use-after-free when checking link GPIODmitry Torokhov1-5/+2
2019-07-30net: phy: fixed_phy: print gpio error only if gpio node is presentHubert Feurstein1-2/+4
2019-05-04net: phy: improve pause handlingHeiner Kallweit1-1/+1
2019-02-25net: phy: fix reading fixed phy statusHeiner Kallweit1-0/+3
2019-02-08net: fixed-phy: Add fixed_phy_register_with_gpiod() APIMoritz Fischer1-7/+25
2019-02-07net: phy: fixed_phy: Fix fixed_phy not checking GPIOMoritz Fischer1-3/+3
2019-02-05net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij1-22/+60
2019-01-23net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-5/+1
2018-12-17Fixed PHY: Add fixed_phy_change_carrier()Joakim Tjernlund1-1/+23
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-5/+14
2018-06-24net: phy: fixed-phy: Make the error path simplerFabio Estevam1-5/+2
2018-01-03net: phy: fixed-phy: remove fixed_phy_update_state()Russell King1-31/+0
2016-11-17net: phy: fixed_phy: fix of_node leak in fixed_phy_unregisterJohan Hovold1-1/+1
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+11
2016-06-29net: phy: Manage fixed PHY address space using IDAFlorian Fainelli1-11/+11
2016-06-27phy: improve safety of fixed-phy MII register readingRussell King1-7/+21
2016-06-27phy: generate swphy registers on the flyRussell King1-26/+5
2016-06-27phy: separate swphy state validation from register generationRussell King1-8/+7
2016-06-27phy: move fixed_phy MII register generation to a libraryRussell King1-92/+3
2016-05-20phy: fix crash in fixed_phy_add()Rabin Vincent1-1/+5
2016-04-26fixed_phy: get_phy_device() doesn't return NULL anymoreSergei Shtylyov1-1/+1
2016-03-14phy: fixed: Fix removal of phys.Andrew Lunn1-2/+9
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-5/+5