开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
mdio_device.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-03
net: phy: remove modalias-based mdio bus matching
Heiner Kallweit
2025-11-25
net: mdio: eliminate kdoc warnings in mdio_device.c and mdio_bus.c
Buday Csaba
2025-11-20
net: mdio: improve reset handling in mdio_device.c
Buday Csaba
2025-11-20
net: mdio: common handling of phy device reset properties
Buday Csaba
2025-11-20
net: mdio: move device reset functions to mdio_device.c
Buday Csaba
2025-06-12
net: phy: assign default match function for non-PHY MDIO devices
Heiner Kallweit
2025-05-20
net: phy: make mdio consumer / device layer a separate module
Heiner Kallweit
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2023-11-30
net: phy: mdio_device: Reset device only when necessary
Andrew Halaney
2022-12-06
net: mdio: fix unbalanced fwnode reference count in mdio_device_release()
Zeng Heng
2021-09-19
net: mdio: introduce a shutdown method to mdio device drivers
Vladimir Oltean
2021-06-16
net: phy: print the function name by __func__ instead of an fixed string
Wenpeng Liang
2020-08-03
net: mdio device: use flexible sleeping in reset function
Bruno Thomsen
2020-07-07
net: phy: Fixup parameters in kerneldoc
Andrew Lunn
2020-06-26
net: phy: mdio: reset MDIO devices even if probe() is not implemented
Bartosz Golaszewski
2020-06-26
net: phy: arrange headers in mdio_device.c alphabetically
Bartosz Golaszewski
2019-10-04
net: phy: allow for reset line to be tied to a sleepy GPIO controller
Andrea Merello
2019-04-18
net: mdio: rename mdio_device reset to reset_gpio
David Bauer
2019-04-18
net: phy: add support for reset-controller
David Bauer
2019-01-22
net: phy: Convert some PHY and MDIO driver files to SPDX headers
Andrew Lunn
2017-12-27
phylib: rename reset-(post-)delay-us to reset-(de)assert-us
Richard Leitner
2017-12-13
phylib: Add device reset delay support
Richard Leitner
2017-12-05
phylib: Add device reset GPIO support
Sergei Shtylyov
2017-02-07
net: phy: Allow pre-declaration of MDIO devices
Florian Fainelli
2017-01-08
mdio: Demote print from info to debug in mdio_device_register
Florian Fainelli
2016-11-14
mdio: Demote print from info to debug in mdio_driver_register
Florian Fainelli
2016-01-07
mdio: Abstract device_remove() and device_free()
Andrew Lunn
2016-01-07
mdio: Add support for mdio drivers.
Andrew Lunn