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 A9FC1C10DC2 for ; Thu, 30 Nov 2023 16:49:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345683AbjK3QtH (ORCPT ); Thu, 30 Nov 2023 11:49:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47126 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232370AbjK3QtF (ORCPT ); Thu, 30 Nov 2023 11:49:05 -0500 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5563510F3; Thu, 30 Nov 2023 08:49:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1701362952; x=1732898952; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=HXAZKQLZl/DnOU4OtJdFiiHQn7NurI3k3IMwWiBmDag=; b=MCHx7RWi9D4AH1qegRmpVfOvEddd6y/CrF3Cl3HyL1LHoAqUrPuyFxVp 8EEx0SK+WTUa3TKwOaw8Pqi1VGehwl/+iK4NSOSbUjs2Y/w6ioXE0hepu +4brtw42eS8DNUtPs1qX8rPNvtUp2AnvxaaTody52y5ga6zw1NHhg6itR vLV+gTBjyI+GqHN3a16FHgv+7z35h/8S7H76wSGs6MYyk0mF5WNH9LHVr rKsbFXcLwVkfzanc6nMTde8RptmT0Os6Y7y8Lb6f/XW3sep0lcUsrh0rw E29o7e7AgCOFBFmuaAl478WPcggsTwPt8kjaOLLGZFFLEEfYtVUzuLuKa A==; X-IronPort-AV: E=McAfee;i="6600,9927,10910"; a="12064101" X-IronPort-AV: E=Sophos;i="6.04,239,1695711600"; d="scan'208";a="12064101" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Nov 2023 08:49:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10910"; a="745706056" X-IronPort-AV: E=Sophos;i="6.04,239,1695711600"; d="scan'208";a="745706056" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga006.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Nov 2023 08:49:01 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1r8kDh-00000000kYA-2Q4s; Thu, 30 Nov 2023 18:48:57 +0200 Date: Thu, 30 Nov 2023 18:48:57 +0200 From: Andy Shevchenko To: Linus Walleij Cc: Fabio Estevam , 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 10:41:14PM +0100, Linus Walleij wrote: > On Wed, Nov 29, 2023 at 6:18 PM Andy Shevchenko > wrote: > > 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? > > I can just add that to each commit while applying if it makes everyone happy. I'm pretty much fine, but I dunno if you are using `b4 shazam -H ...` I found that very cool feature. > No need to resend for that. Yeah, we may utilise `git msg-filter ...` to fulfill the job (for curious one, it can be run even if we are in the middle of `git rebase --interactive ...`). -- With Best Regards, Andy Shevchenko