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 7339AC77B7A for ; Fri, 19 May 2023 15:38:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230226AbjESPi6 (ORCPT ); Fri, 19 May 2023 11:38:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56802 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229545AbjESPi4 (ORCPT ); Fri, 19 May 2023 11:38:56 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B8B3F1A5; Fri, 19 May 2023 08:38:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=Content-Disposition:Content-Type:MIME-Version: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=omVuV1TDQWVA/C8v3UWExSrY1jklCeTmaHbrNW9ZbLg=; b=IgmJojbaIGWeZg6IwZRxGIH3tE vcvDuUVMDmbs5ANGFsnGM/MUi4tsBsANq1MOOx0NDRUln/vFv7NSv9egRkVW6JyYd3pPiOu0NYdfM jb5v9D+kCKZI/PkGx7wjEF6dHoU9dXCoj+LXK1b1c6JwzkR6lhqQ6KAN5eqMFSc/mMs4=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1q02Bp-00DLEd-4e; Fri, 19 May 2023 17:38:45 +0200 Date: Fri, 19 May 2023 17:38:45 +0200 From: Andrew Lunn To: Lee Jones Cc: Christian Marangi , Pavel Machek , linux-leds@vger.kernel.org, David Miller , Jakub Kicinski , Eric Dumazet , Paolo Abeni , netdev Subject: Stable branch for LEDs Message-ID: <02004a73-2768-46f6-86ad-c6c631631abf@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org Hi Lee Christian Marangi and I will be continuing the work of offloading LED blinking to Ethernet MAC and PHY LED controllers. The next set of patches is again cross subsystem, LEDs and netdev. It also requires some patches you have in for-leds-next: a286befc24e8 leds: trigger: netdev: Use mutex instead of spinlocks 509412749002 leds: trigger: netdev: Convert device attr to macro 0fd93ac85826 leds: trigger: netdev: Rename add namespace to netdev trigger enum modes eb31ca4531a0 leds: trigger: netdev: Drop NETDEV_LED_MODE_LINKUP from mode 3fc498cf54b4 leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev rename I'm assuming the new series will get nerged via netdev, with your Acked-by. Could you create a stable branch with these patches which can be pulled into netdev? Thanks Andrew