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 EF7A3C4167B for ; Thu, 7 Dec 2023 13:24:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1441814AbjLGNXz (ORCPT ); Thu, 7 Dec 2023 08:23:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229949AbjLGNXx (ORCPT ); Thu, 7 Dec 2023 08:23:53 -0500 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 295ACAA; Thu, 7 Dec 2023 05:24:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1701955440; x=1733491440; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=NyaA+nnXoQWzMmCkDluoshiTF/uj4vBECGOztPiEMCQ=; b=BkX+5ZMlvtt4w5iDW9qDRKG995jUElR3xAn8U77VRx8NO9zPVOGQMtU5 bJxY03E4m8jqIHdA8Cha/ZHCUXXy+cbuKu5Z3AEUt7j/zegOwwbvCfWbh fgQxMlY0iBZO2878mWnx9Kz/jN+QrimfnoyuVUA90x7AIIgNZHHObXZG4 Foz4n7PMh9+xGv9Zl0z+9JIwqHL7vb7pRusWXnzEkLcOKbKtDVkoSbV2r EsogKuV4bG3hScIF6T2Qv8JxALaTPAL6IcxTmRhC0hMZg/iPd8rMiYGKK uWpjnSWVIcot1ppaQ4MOyxHADEmhY0tCL9NFJdsJocEdjJaN38ECjOzBz A==; X-IronPort-AV: E=McAfee;i="6600,9927,10916"; a="480418401" X-IronPort-AV: E=Sophos;i="6.04,256,1695711600"; d="scan'208";a="480418401" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Dec 2023 05:14:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10916"; a="895143152" X-IronPort-AV: E=Sophos;i="6.04,256,1695711600"; d="scan'208";a="895143152" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga004.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Dec 2023 05:14:19 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1rBECk-00000002bf1-3JAj; Thu, 07 Dec 2023 15:14:14 +0200 Date: Thu, 7 Dec 2023 15:14:14 +0200 From: Andy Shevchenko To: Linus Walleij Cc: 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 , Fabio Estevam , 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 00/23] pinctrl: Convert struct group_desc to use struct pingroup Message-ID: References: <20231129161459.1002323-1-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 Thu, Dec 07, 2023 at 10:50:29AM +0100, Linus Walleij wrote: > On Mon, Dec 4, 2023 at 3:49 PM Andy Shevchenko > wrote: > > On Mon, Dec 04, 2023 at 03:38:43PM +0100, Linus Walleij wrote: ... > > > > pinctrl: core: Make pins const unsigned int pointer in struct > > > > group_desc > > > > pinctrl: equilibrium: Convert to use struct pingroup > > > > pinctrl: keembay: Convert to use struct pingroup > > > > pinctrl: nuvoton: Convert to use struct pingroup and > > > > PINCTRL_PINGROUP() > > > > Hmm... Why these to be dropped? > > I couldn't tell apart which ones could cross depend on the others, > simple as that... No problem as I have noticed a warning which had been fixed in a separate series I sent earlier and which you already applied today. Thanks! -- With Best Regards, Andy Shevchenko