summaryrefslogtreecommitdiff
path: root/drivers/net/phy/miiphybb.c
AgeCommit message (Expand)Author
2025-03-11net: miiphybb: Drop bb_miiphy_alloc()/bb_miiphy_free() and 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-02-26net: miiphybb: Use container_of() in bb_miiphy_getbus()Marek Vasut
2025-02-26net: miiphybb: Introduce bb_miiphy_alloc()/bb_miiphy_free() wrappersMarek Vasut
2025-02-26net: miiphybb: Drop bb_miiphy_init() and .init callbackMarek Vasut
2025-02-04net: miiphybb: Update debug() printMarek Vasut
2025-02-04net: miiphybb: Convert ifdef DEBUG to debug()Marek Vasut
2025-01-29net: miiphybb: configs: Drop CONFIG_BITBANGMII_MULTIMarek Vasut
2024-07-22drivers: net: Remove duplicate newlinesMarek Vasut
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07net: Remove <common.h> and add needed includesTom Rini
2023-09-14net: miiphybb: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-15common: board_r: Drop initr_bbmii wrapperOvidiu Panait
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-01-15net: miiphybb: fix casting errorChris Brandt
2016-08-15net: mii: Changes not made by spatchJoe Hershberger
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk
2010-08-09Fix compile warnings for const correctnessBen Warren
2009-10-28Coding Style cleanup; update CHANGELOG, prepare -rc1v2009.11-rc1Wolfgang Denk
2009-10-27drivers/net/phy/miiphybb.c: fix warning: no newline at end of fileWolfgang Denk
2009-10-10Rewrite the miiphybb (Bit-banged MII bus driver) in order to support an arbit...Luigi 'Comio' Mantellini
2009-07-22MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA.Richard Retanubun
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-08-29miiphybb: move to drivers/net/phyJean-Christophe PLAGNIOL-VILLARD