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 18126C61D97 for ; Fri, 24 Nov 2023 11:30:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230317AbjKXLaY (ORCPT ); Fri, 24 Nov 2023 06:30:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58710 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229580AbjKXLaV (ORCPT ); Fri, 24 Nov 2023 06:30:21 -0500 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 341EB10CA; Fri, 24 Nov 2023 03:30:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700825428; x=1732361428; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=JzMZ2vsKB2C1D0HWsCG583RAi3ZzKOvnFMfsXDwCl/M=; b=GghAHzThlJeISLfxy2xwi7c11DBT8nDtXVA/ALy7GfgapsuvgVq/u/zm MbOVbTdXFYj0OCTghqZri4HF8hRysiAMFIeTWZXYsQN5cWXIAZsk+vH/I 5wgNok171IaIKiYbkB8JOFucUVMTMtBBiBi95PXbr6HA0zw3tDrdq+rx5 l1Cc2/io4s2kSldTMfk9rN3FruopKnlOG3Ddcm6RQZhh2e4oM5cL4lyI3 A509WwhorWwzlzTgikSNSWrAHWxjYtawJw6XdCCnXVvDDyNog7C6XZASL zzlZH4fuotuv5Fl/6dXkQHdkCGhoyAhTg878iyAqnrruGRwNs6IXHR0TS Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10902"; a="5565367" X-IronPort-AV: E=Sophos;i="6.04,223,1695711600"; d="scan'208";a="5565367" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2023 03:30:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10902"; a="743860674" X-IronPort-AV: E=Sophos;i="6.04,223,1695711600"; d="scan'208";a="743860674" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga006.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2023 03:30:11 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1r6UNs-0000000GhWa-0xhz; Fri, 24 Nov 2023 13:30:08 +0200 Date: Fri, 24 Nov 2023 13:30:07 +0200 From: Andy Shevchenko To: Linus Walleij Cc: Tomer Maimon , openbmc@lists.ozlabs.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Jonathan =?iso-8859-1?Q?Neusch=E4fer?= Subject: Re: [PATCH v1 1/1] pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP() Message-ID: References: <20231120194802.1675239-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 Fri, Nov 24, 2023 at 11:09:07AM +0100, Linus Walleij wrote: > On Tue, Nov 21, 2023 at 7:11 PM Andy Shevchenko > wrote: > > On Mon, Nov 20, 2023 at 09:48:02PM +0200, Andy Shevchenko wrote: > > > > The pin control header provides struct pingroup and PINCTRL_PINGROUP() macro. > > > Utilize them instead of open coded variants in the driver. > > > > Linus, I dunno if you are going to apply this sooner (assuming Jonathan is okay > > with the change), but I have a bigger pending series where this will be a > > prerequisite. So, when I will be ready and if it's not being applied (yet), > > I'll include it into the bigger series as well. > > No answer from Jonathan but I just applied another Nuvoton patch from > Tomer, so maybe Tomer can look at/test this patch? Jonathan acked it in the reincarnation in the series (see my big one). -- With Best Regards, Andy Shevchenko