summaryrefslogtreecommitdiff
path: root/include/miiphy.h
AgeCommit message (Expand)Author
2025-12-05net: remove unreachable legacy LED codeQuentin Schulz
2025-10-10net: mdio-uclass: introduce dm_eth_phy_connect_interface()Matthias Schiffer
2025-03-11net: miiphybb: Drop mdio_init()Marek Vasut
2025-03-11net: miiphybb: Drop bb_miiphy_alloc()/bb_miiphy_free() and struct bb_miiphy_busMarek Vasut
2025-03-11net: miiphybb: Drop priv from struct bb_miiphy_busMarek Vasut
2025-03-11net: miiphybb: Pass struct mii_dev directly to bb_miiphy_read/write()Marek Vasut
2025-03-11net: miiphybb: Pass struct bb_miiphy_bus_ops directly to bb_miiphy_read/write()Marek Vasut
2025-03-11net: miiphybb: Split off struct bb_miiphy_bus_opsMarek Vasut
2025-03-10Merge tag 'v2025.04-rc4' into nextTom Rini
2025-03-04miiphy: define mii_devs with LIST_HEAD()Weijie Gao
2025-02-26net: miiphybb: Drop bb_miiphy_buses and bb_miiphy_buses_numMarek Vasut
2025-02-26net: miiphybb: Drop name field from struct bb_miiphy_busMarek Vasut
2025-02-26net: miiphybb: Introduce bb_miiphy_alloc()/bb_miiphy_free() wrappersMarek Vasut
2025-02-26net: miiphy: Introduce mdio_init()Marek Vasut
2025-02-26net: miiphybb: Drop bb_miiphy_init() and .init callbackMarek Vasut
2025-01-29net: miiphybb: Fix short name lengthMarek Vasut
2025-01-29net: miiphybb: configs: Drop CONFIG_BITBANGMII_MULTIMarek Vasut
2023-11-07include: Drop <common.h> from include listsTom Rini
2022-05-04net: mdio-uclass: add dm_phy_find_by_ofnode() helperMarek BehĂșn
2022-04-10net: mdio-uclass: add wrappers for read/write/reset operationsMarek BehĂșn
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-18miiphy.h: Remove CONFIG_DM_xxx guardsTom Rini
2021-01-15common: board_r: Drop initr_bbmii wrapperOvidiu Panait
2019-12-09net: mdio-uclass: add dm_eth_phy_connect helper functionAlex Marginean
2019-12-09net: mdio-uclass: rename arguments of dm_mdio_phy_connect for clarityAlex Marginean
2019-07-18net: add MDIO_MUX DM classAlex Marginean
2019-07-15net: introduce MDIO DM class for MDIO devicesAlex Marginean
2018-10-24miiphy: Add function to retrieve MDIO bus list headPankaj Bansal
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini
2016-12-20common: miiphyutil: Add helper function for mdio bus nameMichal Simek
2016-12-09Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini
2016-12-08common: miiphyutil: Add helper function for mdio bus nameMichal Simek
2016-08-15net: mii: Clean up legacy glue that is not usedJoe Hershberger
2016-08-15net: mii: Changes not made by spatchJoe Hershberger
2015-10-29net: mdio: Add mdio_free() and mdio_unregister() APIBin Meng
2013-09-20SPDX: fix IBM-pibs license identifierWolfgang Denk
2013-08-19SPDX-License-Identifier: convert PIBS licensed filesWolfgang Denk
2012-03-18net/miiphy/serial: drop duplicate "NAMESIZE" defineMike Frysinger
2011-12-07Revert "mii: miiphy register address width change"Wolfgang Denk
2011-12-06mii: miiphy register address width changeChandan Nath
2011-04-20Create PHY Lib for U-BootAndy Fleming
2011-04-20miiphy: Fix some formatting issuesAndy Fleming
2011-01-09miiphy: convert to linux/mii.hMike Frysinger
2010-08-09miiphy: constify device nameMike Frysinger
2009-10-10Rewrite the miiphybb (Bit-banged MII bus driver) in order to support an arbit...Luigi 'Comio' Mantellini
2009-08-09Dual-license IBM code contributionsJosh Boyer
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2007-11-06NET: Add Ethernet 1000BASE-X support for PPC4xxLarry Johnson
2007-11-06NET: Cosmetic changesLarry Johnson
2005-11-30Fix miiphy global data initialization (problem on 4xx boards when noMarian Balakowicz