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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 D300FC3524D for ; Mon, 3 Feb 2020 14:56:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9F2BB2087E for ; Mon, 3 Feb 2020 14:56:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728188AbgBCO4Q (ORCPT ); Mon, 3 Feb 2020 09:56:16 -0500 Received: from mga03.intel.com ([134.134.136.65]:7751 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726224AbgBCO4P (ORCPT ); Mon, 3 Feb 2020 09:56:15 -0500 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Feb 2020 06:56:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,398,1574150400"; d="scan'208";a="429464990" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga005.fm.intel.com with ESMTP; 03 Feb 2020 06:56:11 -0800 Received: from andy by smile with local (Exim 4.93) (envelope-from ) id 1iyd93-00083w-CA; Mon, 03 Feb 2020 16:56:13 +0200 Date: Mon, 3 Feb 2020 16:56:13 +0200 From: Andy Shevchenko To: Bartosz Golaszewski Cc: Kent Gibson , Linus Walleij , Greg Kroah-Hartman , Guenter Roeck , Geert Uytterhoeven , "open list:GPIO SUBSYSTEM" , Linux Kernel Mailing List , Bartosz Golaszewski Subject: Re: [PATCH 0/3] gpiolib: fix a regression introduced by gpio_do_set_config() Message-ID: <20200203145613.GG32742@smile.fi.intel.com> References: <20200203133026.22930-1-brgl@bgdev.pl> <20200203143106.GF32742@smile.fi.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 03, 2020 at 03:35:41PM +0100, Bartosz Golaszewski wrote: > pon., 3 lut 2020 o 15:31 Andy Shevchenko > napisaƂ(a): > > > > On Mon, Feb 03, 2020 at 02:30:23PM +0100, Bartosz Golaszewski wrote: > > > From: Bartosz Golaszewski > > > > > > These three patches fix a regression introduced by commit d90f36851d65 > > > ("gpiolib: have a single place of calling set_config()"). We first need > > > to revert patches that came on top of it, then apply the actual fix. > > > > Thank you for addressing this! > > > > It might be good to add Fixes / Depends-on to the first two, but I didn't look > > if they are in any of v5.5 or older release. > > > > They're not - the patch in question was merged for v5.6 and then the > "fixes" came on top of it once it got into next. We're fine here IMO. Good to know. P.S. A bit of offtopic. Since you are going to send a PR for v5.6-rc2, perhaps you can include fixes for MAINTAINERS data base. -- With Best Regards, Andy Shevchenko