summaryrefslogtreecommitdiff
path: root/rust/kernel/net/phy.rs
AgeCommit message (Expand)AuthorFilesLines
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-08-30rust: net::phy unified genphy_read_status function for C22 and C45 registersFUJITA Tomonori1-10/+2
2024-08-30rust: net::phy unified read/write API for C22 and C45 registersFUJITA Tomonori1-23/+8
2024-08-30rust: net::phy implement AsRef<kernel::device::Device> traitFUJITA Tomonori1-7/+17
2024-08-30rust: net::phy support probe callbackFUJITA Tomonori1-0/+25
2024-08-21rust: kernel: fix typos in code commentsMichael Vetter1-1/+1
2024-05-13Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-1/+1
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda1-1/+1
2024-04-23rust: phy: implement `Send` for `Registration`Wedson Almeida Filho1-0/+4
2024-01-27rust: phy: use VTABLE_DEFAULT_ERRORFUJITA Tomonori1-8/+8
2024-01-27rust: phy: use `srctree`-relative linksFUJITA Tomonori1-4/+4
2023-12-15rust: net::phy add module_phy_driver macroFUJITA Tomonori1-0/+146
2023-12-15rust: core abstractions for network PHY driversFUJITA Tomonori1-0/+755