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 C2CF9C4167B for ; Wed, 29 Nov 2023 17:18:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231483AbjK2RRz (ORCPT ); Wed, 29 Nov 2023 12:17:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35408 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229509AbjK2RRx (ORCPT ); Wed, 29 Nov 2023 12:17:53 -0500 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7266ABE; Wed, 29 Nov 2023 09:17:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1701278280; x=1732814280; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=185ZvfFqRVD2szICsAQ0eMSsZWL3PXBLr3ZpOvwJGm4=; b=CxGIUk+RcFYcqiK6GcDsqZCvWx6kHZxBKRwAMQpIFBUkQIhgIlWJ0U5p RF0RfmIaCkxjnH8zjPS/fMKDwS9rx0BFhJkzFR6I2dzFN0q16cbKNJHMj 0DbUtTZTQ7b2odh7sMk4iU64dc8+jsjVuNRR6ecaNQE0BP4sYgX3cliYG sNAbhYWIWs4WiO4qDjhc0RLh5kNsP10J6FYcKH/LTuUT4u1WpjAQ+zDjC +uH382AGUykNYaT6Y7g2ZLMF/v9R7iB6W2JT17p5/Oq6vCWNjJ47B/Zrb mY4GLXOfSTY/QJvNtbspG2qgYYg9RnAv1dxYFMyo1/wRf/nRwL7VshalL g==; X-IronPort-AV: E=McAfee;i="6600,9927,10909"; a="11896970" X-IronPort-AV: E=Sophos;i="6.04,235,1695711600"; d="scan'208";a="11896970" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2023 09:17:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10909"; a="912914094" X-IronPort-AV: E=Sophos;i="6.04,235,1695711600"; d="scan'208";a="912914094" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga001.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2023 09:17:50 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1r8OC2-00000000VEs-1I2z; Wed, 29 Nov 2023 19:17:46 +0200 Date: Wed, 29 Nov 2023 19:17:45 +0200 From: Andy Shevchenko To: Fabio Estevam Cc: Linus Walleij , Bartosz Golaszewski , Rasmus Villemoes , Jonathan =?iso-8859-1?Q?Neusch=E4fer?= , Krzysztof Kozlowski , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Geert Uytterhoeven , Biju Das , Claudiu Beznea , Jianlong Huang , linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, openbmc@lists.ozlabs.org, linux-mips@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Ray Jui , Scott Branden , Broadcom internal kernel review list , Dong Aisheng , Shawn Guo , Jacky Bai , Pengutronix Kernel Team , Sascha Hauer , NXP Linux Team , Sean Wang , Paul Cercueil , Lakshmi Sowjanya D , Bjorn Andersson , Andy Gross , Konrad Dybcio , Emil Renner Berthing , Hal Feng Subject: Re: [PATCH v4 16/23] pinctrl: imx: Convert to use grp member Message-ID: References: <20231129161459.1002323-1-andriy.shevchenko@linux.intel.com> <20231129161459.1002323-17-andriy.shevchenko@linux.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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 29, 2023 at 02:08:38PM -0300, Fabio Estevam wrote: > On Wed, Nov 29, 2023 at 2:01 PM Andy Shevchenko > wrote: > > > > It's explained in the first paragraph in the cover letter. Do you > > want to copy this into each commit message? > > Yes, much better to have the information into each commit message. Here it would be like "Because other members will be removed to avoid duplication and desynchronisation of the generic pin group description." Linus, what do you think about this? -- With Best Regards, Andy Shevchenko