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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8D36DC433B4 for ; Mon, 17 May 2021 07:30:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6BE2E611C2 for ; Mon, 17 May 2021 07:30:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235262AbhEQHba (ORCPT ); Mon, 17 May 2021 03:31:30 -0400 Received: from mga12.intel.com ([192.55.52.136]:9306 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234742AbhEQHba (ORCPT ); Mon, 17 May 2021 03:31:30 -0400 IronPort-SDR: 5V+t+U/8yQU2VzNQiRrkKupkmKPEFKx2oG2CUJOnw55YGDIJY3486GATwCpx26v5e2PrYFjuFV FoorvuGg+tMw== X-IronPort-AV: E=McAfee;i="6200,9189,9986"; a="180000954" X-IronPort-AV: E=Sophos;i="5.82,306,1613462400"; d="scan'208";a="180000954" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2021 00:30:14 -0700 IronPort-SDR: O74P1WSVwbUD2+xleF7zz0o/F9NECo41rvBk2wdHwKnFvDyreGT5yFV+U0GLgO9jOB7q5DfVpt +T9RmNdnyofA== X-IronPort-AV: E=Sophos;i="5.82,306,1613462400"; d="scan'208";a="465583628" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2021 00:30:12 -0700 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1liXhY-00Cgf5-ME; Mon, 17 May 2021 10:30:08 +0300 Date: Mon, 17 May 2021 10:30:08 +0300 From: Andy Shevchenko To: Pavel Machek , Amireddy Mallikarjuna reddy , Linus Walleij , Marek =?iso-8859-1?Q?Beh=FAn?= , Abanoub Sameh , Dan Murphy , Krzysztof Kozlowski , linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 00/28] leds: cleanups and fwnode refcounting bug fixes Message-ID: References: <20210510095045.3299382-1-andy.shevchenko@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210510095045.3299382-1-andy.shevchenko@gmail.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org On Mon, May 10, 2021 at 12:50:17PM +0300, Andy Shevchenko wrote: > When analyzing the current state of affairs with fwnode reference counting > I found that a lot of core doesn't take it right. Here is a bunch of > corresponding fixes against LED drivers. > > The series includes some cleanups and a few other fixes grouped by a driver. > > First two patches are taking care of -ENOTSUPP error code too prevent its > appearance in the user space. Pavel, any comments on this bug fix series? -- With Best Regards, Andy Shevchenko