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 A7841C001DE for ; Mon, 24 Jul 2023 09:01:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232143AbjGXJBh (ORCPT ); Mon, 24 Jul 2023 05:01:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55420 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232146AbjGXJBP (ORCPT ); Mon, 24 Jul 2023 05:01:15 -0400 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D765C10C2; Mon, 24 Jul 2023 02:01:10 -0700 (PDT) X-IronPort-AV: E=McAfee;i="6600,9927,10780"; a="346990643" X-IronPort-AV: E=Sophos;i="6.01,228,1684825200"; d="scan'208";a="346990643" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jul 2023 02:01:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10780"; a="702794793" X-IronPort-AV: E=Sophos;i="6.01,228,1684825200"; d="scan'208";a="702794793" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga006.jf.intel.com with ESMTP; 24 Jul 2023 02:01:07 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qNrRB-005YpP-0w; Mon, 24 Jul 2023 12:01:05 +0300 Date: Mon, 24 Jul 2023 12:01:05 +0300 From: Andy Shevchenko To: Duje =?utf-8?Q?Mihanovi=C4=87?= Cc: Robert Jarzmik , Linus Walleij , Bartosz Golaszewski , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, afaerber@suse.com Subject: Re: [PATCH 03/10] gpio: pxa: make pxa_gpio_has_pinctrl return false for MMP_GPIO Message-ID: References: <20230721210042.21535-1-duje.mihanovic@skole.hr> <20230721210042.21535-4-duje.mihanovic@skole.hr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230721210042.21535-4-duje.mihanovic@skole.hr> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Fri, Jul 21, 2023 at 10:37:45PM +0200, Duje Mihanović wrote: > Fixes the incorrect assumption that mmp-gpio needs a pinctrl handle, > causing devices consuming GPIO to be indefinitely deferred. If this is a fix, add the Fixes tag and locate it closer to the beginning of the series, so it may be backported with an ease. -- With Best Regards, Andy Shevchenko