index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
miiphybb.c
Age
Commit message (
Expand
)
Author
2025-03-11
net: miiphybb: Drop bb_miiphy_alloc()/bb_miiphy_free() and struct bb_miiphy_bus
Marek Vasut
2025-03-11
net: miiphybb: Pass struct mii_dev directly to bb_miiphy_read/write()
Marek Vasut
2025-03-11
net: miiphybb: Pass struct bb_miiphy_bus_ops directly to bb_miiphy_read/write()
Marek Vasut
2025-03-11
net: miiphybb: Split off struct bb_miiphy_bus_ops
Marek Vasut
2025-02-26
net: miiphybb: Use container_of() in bb_miiphy_getbus()
Marek Vasut
2025-02-26
net: miiphybb: Introduce bb_miiphy_alloc()/bb_miiphy_free() wrappers
Marek Vasut
2025-02-26
net: miiphybb: Drop bb_miiphy_init() and .init callback
Marek Vasut
2025-02-04
net: miiphybb: Update debug() print
Marek Vasut
2025-02-04
net: miiphybb: Convert ifdef DEBUG to debug()
Marek Vasut
2025-01-29
net: miiphybb: configs: Drop CONFIG_BITBANGMII_MULTI
Marek Vasut
2024-07-22
drivers: net: Remove duplicate newlines
Marek Vasut
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
net: Remove <common.h> and add needed includes
Tom Rini
2023-09-14
net: miiphybb: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-15
common: board_r: Drop initr_bbmii wrapper
Ovidiu Panait
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-01-15
net: miiphybb: fix casting error
Chris Brandt
2016-08-15
net: mii: Changes not made by spatch
Joe Hershberger
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2010-10-29
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
Wolfgang Denk
2010-08-09
Fix compile warnings for const correctness
Ben Warren
2009-10-28
Coding Style cleanup; update CHANGELOG, prepare -rc1
v2009.11-rc1
Wolfgang Denk
2009-10-27
drivers/net/phy/miiphybb.c: fix warning: no newline at end of file
Wolfgang Denk
2009-10-10
Rewrite the miiphybb (Bit-banged MII bus driver) in order to support an arbit...
Luigi 'Comio' Mantellini
2009-07-22
MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA.
Richard Retanubun
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-08-29
miiphybb: move to drivers/net/phy
Jean-Christophe PLAGNIOL-VILLARD