From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6AAD1C4828D for ; Thu, 1 Feb 2024 18:23:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=yyXy1ZXZAPbF8JbgHI6K7PHkljea1n/CBc5squ3zmOg=; b=SriUrx5eXpwvGW YSax7e/uZW5dBCKPiRMQUyxFVU2YzDLcxp+Dt2WYpDCfiSNtSJZKWRNZUhoVUUCIwosUCi3EjHRMk oL/iGkUryuDdeYKEVYeVX60hq9iUvX9ctfP/WzwPswCrn7cj0XCRf7hL8njjCkYqCjC7l3h/3kkke z8JEQb8N5BFszH4dw/i+luVsOwcRV/JkgJncTVLxSFYBw0JKG2dLWewkRyDONclbNYLjzLlNLye3k FuPOh10+V5t1J5BYHT5g4QIU5LEhzUF4leWDF5gpz5DG7mwXycVwnO7IOAJ+dSvX9j7NN5HNz9reK le7mxBHFgiijZ6M2Uqtw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rVbiO-00000008zhF-1cVK; Thu, 01 Feb 2024 18:23:08 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rVbiM-00000008zgG-2CZQ; Thu, 01 Feb 2024 18:23:07 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id C8BE961003; Thu, 1 Feb 2024 18:23:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 625A1C43394; Thu, 1 Feb 2024 18:23:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1706811784; bh=g30JJF6c2p9BNtqLzB7XLKvKHMAUsAjHRtAPmzxpNec=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=P5bm9aHJFe5C09SLrv5P8D7FyWqccaceRdwXWPzs31IigkUX5cR3+dS4usDCl7sMp BSu+SPA0C5NO1P0FRs+6K2+SF3/WBNxlMr9TKBy0ngmLOAmvNt4IlVj2pkwUw2r90J Y7nDNsYw4jfFEBIeImdlpHUOZyWbJcIHrJXZw/ek= Date: Thu, 1 Feb 2024 10:23:03 -0800 From: Greg KH To: Christina Quast Cc: Miguel Ojeda , Alex Gaynor , Wedson Almeida Filho , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Andreas Hindborg , Alice Ryhl , FUJITA Tomonori , Trevor Gross , Andrew Lunn , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Heiko Stuebner , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v2 3/3] net: phy: add Rust Rockchip PHY driver Message-ID: <2024020105-bankroll-opium-a6e5@gregkh> References: <20240201-rockchip-rust-phy_depend-v2-0-c5fa4faab924@christina-quast.de> <20240201-rockchip-rust-phy_depend-v2-3-c5fa4faab924@christina-quast.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240201-rockchip-rust-phy_depend-v2-3-c5fa4faab924@christina-quast.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240201_102306_629467_FAA88359 X-CRM114-Status: UNSURE ( 9.99 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel