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 BE9CAC4321E for ; Mon, 14 Nov 2022 11:52:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236863AbiKNLwq (ORCPT ); Mon, 14 Nov 2022 06:52:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52542 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236797AbiKNLw3 (ORCPT ); Mon, 14 Nov 2022 06:52:29 -0500 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0CC2F2127A; Mon, 14 Nov 2022 03:48:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668426487; x=1699962487; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=et5ooO3+9cxyBYZTT10TA21nSmeMTtt6nI129QLnXM4=; b=i12O5iRViFGHHB9DmqXU4tv9OthhhiyEwxHAQ3tLRvHVm3HUAXwAJvFG w85nHMinwowqHjyPvD5AFdzywFZx/u7cSoNYFPPvi8zABqhYrSlYfdWob /RwyVllGjuFiotXmMV3mNYY9rQQC7Rvx22/gW49S3YqbhkLoL6ul5urDh cQumwU8zPqWNsvBDBZ3YKWVAuenK7aWu36wFD4uvcl+HweKq4TDXoFHmm V1xg4PBY31DFOYHG05EEBY9vibpPwAQ39GqwZzVs30W6pVG/HykAEbZsA dhWgASAiMmSDWpYS4+308IgGASfarn0AzEGOis7lC6ESKKFE+PhEzWI87 Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10530"; a="376214497" X-IronPort-AV: E=Sophos;i="5.96,161,1665471600"; d="scan'208";a="376214497" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Nov 2022 03:48:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10530"; a="780896891" X-IronPort-AV: E=Sophos;i="5.96,161,1665471600"; d="scan'208";a="780896891" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga001.fm.intel.com with ESMTP; 14 Nov 2022 03:48:01 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1ouXwU-00C9Kh-33; Mon, 14 Nov 2022 13:47:58 +0200 Date: Mon, 14 Nov 2022 13:47:58 +0200 From: Andy Shevchenko To: Greg Kroah-Hartman Cc: Lee Jones , Gene Chen , Andrew Jeffery , linux-leds@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Pavel Machek , Matthias Brugger , Sean Wang , Kurt Kanzenbach , Andrew Lunn , Vivien Didelot , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Subject: Re: [PATCH v3 00/11] leds: deduplicate led_init_default_state_get() Message-ID: References: <20220906135004.14885-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 14, 2022 at 11:41:31AM +0100, Greg Kroah-Hartman wrote: > On Mon, Nov 14, 2022 at 12:19:29PM +0200, Andy Shevchenko wrote: > > On Mon, Nov 14, 2022 at 10:11:25AM +0000, Lee Jones wrote: > > > On Tue, 08 Nov 2022, Andy Shevchenko wrote: > > > > On Mon, Oct 31, 2022 at 05:32:26PM +0200, Andy Shevchenko wrote: > > > > > On Mon, Oct 31, 2022 at 08:53:49AM +0000, Lee Jones wrote: > > > > > > On Tue, 25 Oct 2022, Andy Shevchenko wrote: > > > > > > > > > > > > > On Tue, Sep 06, 2022 at 04:49:53PM +0300, Andy Shevchenko wrote: > > > > > > > > There are several users of LED framework that reimplement the > > > > > > > > functionality of led_init_default_state_get(). In order to > > > > > > > > deduplicate them move the declaration to the global header > > > > > > > > (patch 2) and convert users (patche 3-11). > > > > > > > > > > > > > > Dear LED maintainers, is there any news on this series? It's hanging around > > > > > > > for almost 2 months now... > > > > > > > > > > > > My offer still stands if help is required. > > > > > > > > > > From my point of view the LED subsystem is quite laggish lately (as shown by > > > > > this patch series, for instance), which means that _in practice_ the help is > > > > > needed, but I haven't got if we have any administrative agreement on that. > > > > > > > > > > Pavel? > > > > > > > > So, Pavel seems quite unresponsive lately... Shall we just move on and take > > > > maintainership? > > > > > > I had an off-line conversation with Greg who advised me against that. > > > > OK. What the reasonable option we have then? > > I thought there is now a new LED maintainer, is that not working out? No new (co-)maintainer due to stale mate situation as far as I can read it right now. -- With Best Regards, Andy Shevchenko