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 67DC9C77B73 for ; Tue, 30 May 2023 05:17:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230133AbjE3FR2 (ORCPT ); Tue, 30 May 2023 01:17:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37674 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230124AbjE3FRZ (ORCPT ); Tue, 30 May 2023 01:17:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29353F0; Mon, 29 May 2023 22:17:25 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A46B361F84; Tue, 30 May 2023 05:17:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 703FFC433D2; Tue, 30 May 2023 05:17:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685423844; bh=k884gDEJ5Px9eCtShgMPs/yMOdJUjvXbTW8ERplzsfg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=aki9TRTKAPGTRUcXDrGPWTWNhhpS5uaSPsrlNxHzUCuhdye9mifJEYG539XDCG/6m 8YVuVjYPPt3nlBoQBAVFD/gcDa/pjb6yvY5iLIxWF57y6pCv0vRbHj7HnDsu5VpoId 85xRV5hBTVh2VTgGPX7CSETSuQno5PWyNE6Px8ROc/yG9mCi/o4AH5L/ei/bpM6MPN GRy5bUEaR1/vfVouxPLQiMNt+Res1cV0QE3tWiPdcf4tcfW5NpGfySp0QtsFBIhAkL MMcVBFG1OmRYzB+lg+E08Qb1j9pcCY1d4KjsLisUfjhp4iLesQVHD91cEZgUMpqASx 7KqcscRQuqwTw== Date: Mon, 29 May 2023 22:17:22 -0700 From: Jakub Kicinski To: Christian Marangi Cc: Pavel Machek , Lee Jones , Jonathan Corbet , Andrew Lunn , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Paolo Abeni , linux-leds@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [net-next PATCH v4 00/13] leds: introduce new LED hw control APIs Message-ID: <20230529221722.549dfbd8@kernel.org> In-Reply-To: <20230529163243.9555-1-ansuelsmth@gmail.com> References: <20230529163243.9555-1-ansuelsmth@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org On Mon, 29 May 2023 18:32:30 +0200 Christian Marangi wrote: > Since this series is cross subsystem between LED and netdev, > a stable branch was created to facilitate merging process. > > This is based on top of branch ib-leds-netdev-v6.5 present here [1] > and rebased on top of net-next since the LED stable branch got merged. > > This is a continue of [2]. It was decided to take a more gradual > approach to implement LEDs support for switch and phy starting with > basic support and then implementing the hw control part when we have all > the prereq done. > > This is the main part of the series, the one that actually implement the > hw control API. Just to be 100% sure - these go into netdev/net-next directly, right? No stable branch needed?