summaryrefslogtreecommitdiff
path: root/include/linux/mdio.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-01net: phy: mdio_device: Reset device only when necessaryAndrew Halaney1-0/+1
2023-11-13net: mdio: fix typo in headerMarek BehĂșn1-1/+1
2023-07-14net: mdio: add unlocked mdiobus and mdiodev bus accessorsRussell King (Oracle)1-0/+26
2023-05-30net: mdio: add mdio_device_get() and mdio_device_put()Russell King (Oracle)1-0/+10
2023-05-24net: mdio: add clause 73 to ethtool conversion helperRussell King (Oracle)1-0/+39
2023-02-13net: phy: add genphy_c45_ethtool_get/set_eee() supportOleksij Rempel1-0/+58
2023-02-13net: phy: add genphy_c45_read_eee_abilities() functionOleksij Rempel1-0/+26
2023-01-21net: mdio: Remove support for building C45 muxed addressesAndrew Lunn1-18/+0
2023-01-11net: mdio: add mdiobus_c45_read/write_nested helpersAndrew Lunn1-0/+4
2023-01-11net: mdio: Move mdiobus_c45_addr() next to usersAndrew Lunn1-5/+0
2023-01-11net: mdio: Add dedicated C45 API to MDIO bus driversAndrew Lunn1-19/+20
2022-11-10net: mdio: add mdiodev_c45_(read|write)Russell King (Oracle)1-0/+13
2022-05-01net: phy: Add 10BASE-T1L support in phy-c45Alexandru Tachici1-0/+70
2022-01-05net: mdio: add helpers to extract clause 45 regad and devad fieldsRussell King (Oracle)1-0/+12
2021-10-24net: mdio: Add helper functions for accessing MDIO devicesSean Anderson1-0/+24
2021-10-07net: mdio: add mdiobus_modify_changed()Russell King (Oracle)1-0/+2
2021-09-19net: mdio: introduce a shutdown method to mdio device driversVladimir Oltean1-0/+3
2021-01-19mdio, phy: fix -Wshadow warnings triggered by nested container_of()Alexander Lobakin1-5/+18
2020-09-24net: phy: Fixup kernel docAndrew Lunn1-1/+2
2020-08-31net: mdiobus: add clause 45 mdiobus write accessorIoana Ciornei1-0/+6
2020-06-26net: mdio: add a forward declaration for reset_control to mdio.hBartosz Golaszewski1-0/+1
2020-05-27net: mdiobus: add clause 45 mdiobus accessorsRussell King1-0/+31
2020-03-18net: mdiobus: add APIs for modifying a MDIO device registerRussell King1-0/+4
2019-09-05include: mdio: Add driver data helpersHarini Katakam1-0/+11
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-19net: mdio: rename mdio_device reset to reset_gpioDavid Bauer1-1/+1
2019-04-19net: phy: add support for reset-controllerDavid Bauer1-0/+1
2019-02-19net: phy: add helper mii_10gbt_stat_mod_linkmode_lpa_tHeiner Kallweit1-0/+19
2019-02-17net: phy: add helper linkmode_adv_to_mii_10gbt_adv_tHeiner Kallweit1-0/+25
2018-06-05net: phy: remove PM ops from MDIO busHeiner Kallweit1-1/+0
2018-01-03net: mdiobus: add unlocked accessorsRussell King1-0/+3
2017-12-27phylib: rename reset-(post-)delay-us to reset-(de)assert-usRichard Leitner1-2/+2
2017-12-13phylib: Add device reset delay supportRichard Leitner1-0/+2
2017-12-05phylib: Add device reset GPIO supportSergei Shtylyov1-0/+3
2017-02-07net: phy: Allow pre-declaration of MDIO devicesFlorian Fainelli1-0/+3
2017-01-24net: phy: Fix typo for MDIO module boilerplate commentFlorian Fainelli1-1/+1
2017-01-03net: mdio: add mdio45_ethtool_ksettings_getPhilippe Reynes1-0/+21
2016-04-12net: mdio: Fix lockdep falls positive splatAndrew Lunn1-0/+11
2016-01-07mdio: Abstract device_remove() and device_free()Andrew Lunn1-0/+4
2016-01-07mdio: Add support for mdio drivers.Andrew Lunn1-0/+50
2016-01-07phy: Move phy specific bus match into phy_deviceAndrew Lunn1-0/+1
2016-01-07phy: Move PHY PM operations into phy_deviceAndrew Lunn1-1/+1
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-0/+8
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-0/+9
2016-01-07mdio: Move mdiobus_read/write operatings into mdio.hAndrew Lunn1-0/+6
2013-12-26mdio: unused ethtool functionsstephen hemminger1-3/+0
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-286/+1
2012-08-23mdio: translation of MMD EEE registers to/from ethtool settingsAllan, Bruce W1-0/+83
2012-07-01phy: add the EEE support and the way to access to the MMD registers.Giuseppe CAVALLARO1-4/+24
2012-03-04mdio.h: Include linux/types.hDavid S. Miller1-0/+1