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 0E24EC433F5 for ; Thu, 5 May 2022 14:11:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1380450AbiEEOPb (ORCPT ); Thu, 5 May 2022 10:15:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40446 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377567AbiEEOP3 (ORCPT ); Thu, 5 May 2022 10:15:29 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BACA7580E6; Thu, 5 May 2022 07:11:45 -0700 (PDT) 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=E4jsY0uAPE+nMpUAcq/anRC7ZLLjgF7r9Wt9SH2W6Kc=; b=iDdeA7mkqnPRQQVropF3wQJL+9 xeru26CIl+pG4mE0r5Z7fWhw/pEUF6P+Ej7QHkDQx58x4gRG3t2Ygh8eipwf+9jkflXPlWKnHa9rr yki6b4vbe8f/MNVzcP5/OJOTUQ0dNoEcN/vlZ5TECO1sqIkXDsU8la4BiuStgEvdi38I=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1nmcCQ-001N5Y-D5; Thu, 05 May 2022 16:11:22 +0200 Date: Thu, 5 May 2022 16:11:22 +0200 From: Andrew Lunn To: =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: Rob Herring , Krzysztof Kozlowski , Pavel Machek , "David S . Miller" , Jakub Kicinski , Paolo Abeni , Florian Fainelli , Hauke Mehrtens , Jacek Anaszewski , devicetree@vger.kernel.org, netdev@vger.kernel.org, linux-leds@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Vivien Didelot , Vladimir Oltean , Jonathan Corbet , John Crispin , linux-doc@vger.kernel.org Subject: Re: [PATCH 1/4] dt-bindings: net: add bitfield defines for Ethernet speeds Message-ID: References: <20220503153613.15320-1-zajec5@gmail.com> <235aa025-7c12-f7e1-d788-9a2ef97f664f@gmail.com> <47bafeae-34fb-fc55-3758-d248bd9706af@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47bafeae-34fb-fc55-3758-d248bd9706af@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > Please look at the LED binding. > > My binding or Ansuel's binding? Ansuels binding is using the LED binding. > I was planning to base my work on top of Ansuel's one. I'll send proof > on concept meanwhile without asking for it to be applied. Great. The more testing Ansuel work gets the better. Thanks Andrew