Message ID | 20240828073516.128290-1-fujita.tomonori@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | net: phy: add Applied Micro QT2025 PHY driver | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Wed, 28 Aug 2024 07:35:10 +0000 you wrote: > This patchset adds a PHY driver for Applied Micro Circuits Corporation > QT2025. > > The first patch adds Rust equivalent to include/linux/sizes.h, makes > code more readable. The 2-5th patches update the PHYLIB Rust bindings. > The 4th and 5th patches have been reviewed previously in a different > thread [1]. > > [...] Here is the summary with links: - [net-next,v8,1/6] rust: sizes: add commonly used constants https://git.kernel.org/netdev/net-next/c/4d080a029db1 - [net-next,v8,2/6] rust: net::phy support probe callback https://git.kernel.org/netdev/net-next/c/ffd2747de6ab - [net-next,v8,3/6] rust: net::phy implement AsRef<kernel::device::Device> trait https://git.kernel.org/netdev/net-next/c/7909892a9fbb - [net-next,v8,4/6] rust: net::phy unified read/write API for C22 and C45 registers https://git.kernel.org/netdev/net-next/c/b2e47002b235 - [net-next,v8,5/6] rust: net::phy unified genphy_read_status function for C22 and C45 registers https://git.kernel.org/netdev/net-next/c/5114e05a3cfa - [net-next,v8,6/6] net: phy: add Applied Micro QT2025 PHY driver https://git.kernel.org/netdev/net-next/c/fd3eaad826da You are awesome, thank you!