From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 164BA1870; Tue, 5 Dec 2023 01:54:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="bABY5rAJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 691CFC433C9; Tue, 5 Dec 2023 01:54:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701741292; bh=nL8p60Kfd/zHwtuFBXIg+neqGev8z9/K6Czpoo0++AE=; h=Date:Subject:From:To:Cc:References:In-Reply-To:From; b=bABY5rAJSn7frAEvCbiOlBN+YS31OXneBwLbShTiwNZ4O7en/BIXQwSWHh/6M8ir4 UbL5jgMytcjfhHidC/FAOv1ZXEU6EbIZHelQSzQUCCEcTbppQ5YNZ/vrOe7U7kKnpo 9yvWFWb2r7Mra500aEJq0Gl5iS+JgkZ64E4xA4PgUjjz0GhTZdVA1sx2/0xAkxfwuf yZbzdD4nPfiWHUV1+uJ4K50qoTQGTgxFKZkMYKs+owjJNHc3JjJDWerA402UBs0oK6 aiDHsVDPqZmXlDVFEED1I6TCIONcbUxIQi69kqkVzMkfJBZNhzfV+ToJYCm+UyTLUE hvFE3l6oR+z3Q== Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 05 Dec 2023 03:54:48 +0200 Message-Id: Subject: Re: [PATCH net-next v9 4/4] net: phy: add Rust Asix PHY driver From: "Jarkko Sakkinen" To: "FUJITA Tomonori" , Cc: , , , , , , , X-Mailer: aerc 0.16.0 References: <20231205011420.1246000-1-fujita.tomonori@gmail.com> <20231205011420.1246000-5-fujita.tomonori@gmail.com> In-Reply-To: <20231205011420.1246000-5-fujita.tomonori@gmail.com> 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 > Reviewed-by: Trevor Gross > Reviewed-by: Benno Lossin 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