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 1FA88C4332F for ; Mon, 14 Nov 2022 10:41:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230306AbiKNKls (ORCPT ); Mon, 14 Nov 2022 05:41:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38296 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236081AbiKNKlj (ORCPT ); Mon, 14 Nov 2022 05:41:39 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7F8811A22E; Mon, 14 Nov 2022 02:41:35 -0800 (PST) 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 1CDC760FB6; Mon, 14 Nov 2022 10:41:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C5636C433D6; Mon, 14 Nov 2022 10:41:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1668422494; bh=+NWKJ+0AC8Jgz8dRFVwYfGZ7NuudhxZusORMCmUpF6k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RF2dcXrTT36pZVRaXF0AlMUvVQGzwdW6CpY5JTYmMjEeLeHr0zVCMkIyvprQJq/Qx UDHD/Y8en3Fp5M8JBUazicfZGksvR7QwVMIDPhMnFVRX8A8A8yHRFZTd4ovPKvaX/J YgOBoVx3JASJQAHv6V7UitYZF7sOkCpAnRy9NvAI= Date: Mon, 14 Nov 2022 11:41:31 +0100 From: Greg Kroah-Hartman To: Andy Shevchenko 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: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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?