Re: [PATCH v2 3/3] net: phy: add Rust Rockchip PHY driver

From: Greg KH
Date: Thu Feb 01 2024 - 13:23:33 EST


On Thu, Feb 01, 2024 at 07:07:00PM +0100, Christina Quast wrote:
> This is the Rust implementation of drivers/net/phy/rockchip.c. The
> features are equivalent. You can choose C or Rust version kernel
> configuration.
>
> Signed-off-by: Christina Quast <contact@xxxxxxxxxxxxxxxxxx>
Cool, but why? Is this going to happen for all phy drivers going
forward? What's the end-game here, dropping all .c phy drivers that are
in rust? Or having duplicates for all of them?

thanks,

greg k-h