Re: [PATCH net-next v9 4/4] net: phy: add Rust Asix PHY driver
From: "Jarkko Sakkinen" <jarkko@kernel.org>
Date: 2023-12-05 01:54:52
Also in:
rust-for-linux
From: "Jarkko Sakkinen" <jarkko@kernel.org>
Date: 2023-12-05 01:54:52
Also in:
rust-for-linux
On Tue Dec 5, 2023 at 3:14 AM EET, FUJITA Tomonori wrote:
This is the Rust implementation of drivers/net/phy/ax88796b.c. The features are equivalent. You can choose C or Rust version kernel configuration. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> Reviewed-by: Trevor Gross <tmgross@umich.edu> Reviewed-by: Benno Lossin <redacted>
Hardware-agnostic feature must have something that spins in qemu, at least for a wide-coverage feature like phy it would be imho grazy to merge these without a phy driver that anyone can test out. BR, Jarkko