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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8ED5DC3A5A7 for ; Tue, 6 Dec 2022 16:50:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235580AbiLFQur (ORCPT ); Tue, 6 Dec 2022 11:50:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35118 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235313AbiLFQud (ORCPT ); Tue, 6 Dec 2022 11:50:33 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CC989E1D; Tue, 6 Dec 2022 08:50:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=K4NFst+8FCbWyMDwZ12NPmOORMS7wdMV1QPTxYiev3A=; b=wMFsWTl2tH12g3UI1Upx/kqtLi ACKfu5mG8D77DvtjjZMsl+tBwcg9mgpC7n2AjLPEEp+hp+d/ccjlOiUs5soxjtqO3BuFHpC7Scs51 8FKnGTh3FmoFbRhq9g6hm8wUxsddZalqgJG9kVHDnP5vQLG/bH4mI8mLH6j/s1TDwD5Q=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1p2b93-004YHj-Na; Tue, 06 Dec 2022 17:50:13 +0100 Date: Tue, 6 Dec 2022 17:50:13 +0100 From: Andrew Lunn To: Piergiorgio Beruto Cc: Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Oleksij Rempel Subject: Re: [PATCH v4 net-next 5/5] drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHY Message-ID: References: <1816cb14213fc2050b1a7e97a68be7186340d994.1670329232.git.piergiorgio.beruto@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > OK, as you see I'm a bit "outdated" :-) > What would be the alternative? There is a bunch of vendor-specific PHY > features that I would like to expose at some point (e.g. regulation of > TX voltage levels). Thanks! TX voltages sound like they are board specific, so use DT properties. For runtime properties, look at phy tunables. Andrew