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 7DA6EC4167B for ; Sun, 26 Nov 2023 22:11:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229642AbjKZWLE (ORCPT ); Sun, 26 Nov 2023 17:11:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34824 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229447AbjKZWLC (ORCPT ); Sun, 26 Nov 2023 17:11:02 -0500 Received: from pidgin.makrotopia.org (pidgin.makrotopia.org [185.142.180.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E0E0DED; Sun, 26 Nov 2023 14:11:08 -0800 (PST) Received: from local by pidgin.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.96.2) (envelope-from ) id 1r7NLC-0002Gx-1q; Sun, 26 Nov 2023 22:11:03 +0000 Date: Sun, 26 Nov 2023 22:11:00 +0000 From: Daniel Golle To: Andrew Lunn Cc: Pavel Machek , Lee Jones , Christian Marangi , "David S. Miller" , Jakub Kicinski , Li Zetao , linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] leds: trigger: netdev: extend speeds up to 10G Message-ID: References: <3655d56c08b60f0ce562ceab3a627fef046a7617.1701029732.git.daniel@makrotopia.org> <4bade634-f2f7-4bfc-b882-67cfe9e47b8f@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4bade634-f2f7-4bfc-b882-67cfe9e47b8f@lunn.ch> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, On Sun, Nov 26, 2023 at 10:04:22PM +0100, Andrew Lunn wrote: > On Sun, Nov 26, 2023 at 08:17:03PM +0000, Daniel Golle wrote: > > Add 2.5G, 5G and 10G as available speeds to the netdev LED trigger. > > > > Signed-off-by: Daniel Golle > > Reviewed-by: Andrew Lunn > > One thing to consider is how this get merged. I assume you will have a > PHY driver patch soon making use of this? Yes, exactly. I'm working on adding support for LEDs to MaxLinear and RealTek PHY drivers. > We can either: > > 1) Get Lee to merge it into the LED tree and then create a stable > branch which gets pulled into netdev. > > 2) Merge into netdev, with Lees Acked-by: > > It seems unlikely there will be any merge conflicts. So netdev does > seem like an O.K. way to go. Via netdev (net-next) would be better imho as it would allow to add changes to PHY drivers making use of the new constants without having to wait for LED tree being merged. Note that I've sent v2 which adds missing use of sysfs attributes. Thank you! Daniel