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 9D096C4167B for ; Tue, 27 Dec 2022 21:46:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231337AbiL0Vqk (ORCPT ); Tue, 27 Dec 2022 16:46:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59136 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229545AbiL0Vqh (ORCPT ); Tue, 27 Dec 2022 16:46:37 -0500 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9FF36264; Tue, 27 Dec 2022 13:46:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672177596; x=1703713596; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=kmcjgEDAykC0AR++Xx1za8yHHknHDmL1rEM6R1K8MBo=; b=GRhGz2uQyGFc0HvG7I2F41wGFJQ7LcZ8loiXEU7hNF8KJL/90biA39s3 VUKHVxWKvAo25S7+N5mDneIIFrWeDRTHX0OOqiAc631BwDuOcrGpPe3wZ K8EdcJ5lh6doGJi7zrlw0h5Dl5pVWpAx/QK1R3QQ+1iKYISv4iXGv3A+R pDV9vjggbTWdv0zNprocYmZAn958VpeJsqoEKzv70nWDwZE7aUHLiEota 0z5difTR/GeAyTFF5dBl7LdkD1uIUeWBdgGjmd3YJP/ouSYqIq5F9l375 JLg/8RLwAipLRpjq6kMexHHeaOqkhhfFJcjEQTSiOEGvAxa5RUDns7HzW A==; X-IronPort-AV: E=McAfee;i="6500,9779,10573"; a="320845536" X-IronPort-AV: E=Sophos;i="5.96,279,1665471600"; d="scan'208";a="320845536" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Dec 2022 13:46:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10573"; a="981891396" X-IronPort-AV: E=Sophos;i="5.96,279,1665471600"; d="scan'208";a="981891396" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga005.fm.intel.com with ESMTP; 27 Dec 2022 13:46:35 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pAHmL-000Gsk-2t; Tue, 27 Dec 2022 23:46:33 +0200 Date: Tue, 27 Dec 2022 23:46:33 +0200 From: Andy Shevchenko To: Mika Westerberg Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Walleij Subject: Re: [PATCH v1 1/8] pinctrl: Introduce struct pinfunction and PINCTRL_PINFUNCTION() macro Message-ID: References: <20221219124240.62781-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 Tue, Dec 20, 2022 at 08:20:31AM +0200, Mika Westerberg wrote: > On Mon, Dec 19, 2022 at 04:42:41PM +0200, Andy Shevchenko wrote: > > On Mon, Dec 19, 2022 at 02:42:33PM +0200, Andy Shevchenko wrote: > > > There are many pin control drivers define their own data type for > > > pin function representation which is the same or embed the same data > > > as newly introduced one. Provide the data type and convenient macro > > > for all pin control drivers. > > > > The stats for the entire series: > > > > drivers/pinctrl/intel/pinctrl-baytrail.c | 10 +++++----- > > drivers/pinctrl/intel/pinctrl-cherryview.c | 6 +++--- > > drivers/pinctrl/intel/pinctrl-intel.c | 6 +++--- > > drivers/pinctrl/intel/pinctrl-intel.h | 16 +++++----------- > > drivers/pinctrl/intel/pinctrl-lynxpoint.c | 8 ++++---- > > drivers/pinctrl/intel/pinctrl-merrifield.c | 6 +++--- > > drivers/pinctrl/intel/pinctrl-moorefield.c | 6 +++--- > > include/linux/pinctrl/pinctrl.h | 20 ++++++++++++++++++++ > > 8 files changed, 46 insertions(+), 32 deletions(-) > > Thanks! > > For the series, > > Acked-by: Mika Westerberg Pushed to my review and testing queue, thanks! -- With Best Regards, Andy Shevchenko