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 89289C4332F for ; Wed, 4 May 2022 21:23:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237478AbiEDV1Q (ORCPT ); Wed, 4 May 2022 17:27:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235997AbiEDV1Q (ORCPT ); Wed, 4 May 2022 17:27:16 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD4604ECF3; Wed, 4 May 2022 14:23:38 -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-Transfer-Encoding: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=t193kCtbz84k4NqKCB/hub8TFRvgLN7u8xZAZsAuxJw=; b=Ux r1z1r9vj0dyQ/xQAlBLIV2RAbSdFyLqwgy9DCU5aco08VXgJVtFsNTddy+f3lW1Pc0LuQ+9BPIXMg 4pNYq712wFI1CQZGTwmoQH5t6tzqYg+h4Acba/IBFnJ+gFn0FulJiWs8mlg/bDUtd8tNhA6AxHrpE NVW52RFZqotG7VU=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1nmMSp-001GMU-RI; Wed, 04 May 2022 23:23:15 +0200 Date: Wed, 4 May 2022 23:23:15 +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?= Subject: Re: [PATCH 1/4] dt-bindings: net: add bitfield defines for Ethernet speeds Message-ID: References: <20220503153613.15320-1-zajec5@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220503153613.15320-1-zajec5@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, May 03, 2022 at 05:36:10PM +0200, Rafał Miłecki wrote: > From: Rafał Miłecki Hi Rafał Please take a look at: https://lore.kernel.org/netdev/1651616511.165627.139789.nullmailer@robh.at.kernel.org/T/ You need to somehow combine with that series. We want one way to configure PHY leds. Also, please don't post only DT patches, we want to see the driver changes as well which goes with it. Andrew