Message ID | 20231213004211.1625780-1-fujita.tomonori@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Rust abstractions for network PHY drivers | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Wed, 13 Dec 2023 09:42:07 +0900 you wrote: > No functional change since v10; only comment and commit log updates. > > This patchset adds Rust abstractions for phylib. It doesn't fully > cover the C APIs yet but I think that it's already useful. I implement > two PHY drivers (Asix AX88772A PHYs and Realtek Generic FE-GE). Seems > they work well with real hardware. > > [...] Here is the summary with links: - [net-next,v11,1/4] rust: core abstractions for network PHY drivers https://git.kernel.org/netdev/net-next/c/f20fd5449ada - [net-next,v11,2/4] rust: net::phy add module_phy_driver macro https://git.kernel.org/netdev/net-next/c/2fe11d5ab35d - [net-next,v11,3/4] MAINTAINERS: add Rust PHY abstractions for ETHERNET PHY LIBRARY https://git.kernel.org/netdev/net-next/c/cbaa28f970a1 - [net-next,v11,4/4] net: phy: add Rust Asix PHY driver https://git.kernel.org/netdev/net-next/c/cbe0e4150896 You are awesome, thank you!