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 EF96FC64EC7 for ; Tue, 28 Feb 2023 15:35:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230044AbjB1Pfc (ORCPT ); Tue, 28 Feb 2023 10:35:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230030AbjB1Pfa (ORCPT ); Tue, 28 Feb 2023 10:35:30 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E0104199E; Tue, 28 Feb 2023 07:35: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=04dlp5GnPerfCpKDQNy1P6d4B3/FgMP0LskvsBFPz3g=; b=nbUqKXEelSf04uzzdVWhjaP8G5 NMb2zdAEFe+ErP4liU4V6Qlbyqx8SraqZ4ijrES/4btN9daaz3aFFoV4WsnRG7/eOShMlmh6WGmQa MMYvH/exI35qwJcr7sOVuzc3L86htgzUVra/hbPZRRJI42k+cqLvs7VoCYLQcDUNf+CY=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1pX20e-006Aar-NW; Tue, 28 Feb 2023 16:35:20 +0100 Date: Tue, 28 Feb 2023 16:35:20 +0100 From: Andrew Lunn To: Ken Sloat Cc: Michael Hennerich , Heiner Kallweit , Russell King , "David S. Miller" , Jakub Kicinski , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v1] net: phy: adin: Add flags to disable enhanced link detection Message-ID: References: <20230228144056.2246114-1-ken.s@variscite.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 > What about for the bindings, how is something like "adi,disable-fast-down-1000base-t?" Yes, that is good. Plus you have a free text field to describe what it actually does. Andrew