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 2470FC46467 for ; Tue, 27 Dec 2022 19:27:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229915AbiL0T1H (ORCPT ); Tue, 27 Dec 2022 14:27:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46696 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232047AbiL0T0q (ORCPT ); Tue, 27 Dec 2022 14:26:46 -0500 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2C468DEB3; Tue, 27 Dec 2022 11:26:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672169201; x=1703705201; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=bdnmzdLPhGnylPibn6OyUTv4aH136Snh4DgyixVJCbw=; b=mkAcUxaBnA9rbpH0Tndy4kjiS5IvPnzGF6i7e+sfEsMAQJcTmD1tU5cA Nvi8UWbSrBtIgj47YA/9ABu7LDbVqpWBdkUbJ+tPq5dpZ5i6u4gUOeWUy kzdacGyy/tFq+gw7pYqcLTV7gGYtYo3AM/orakiWc57LipFDvBHa5QsOz Nh1AZPG6udYcykjYaY0kOsq7e8vryablG5m2oXvapfHN/qsye9g7Y8QUl s1jg5TO3VNZvy8LQX1Eb/0EsK/zIocrIA77qz4QEFREiZiE7C5RwXvjC4 mlUeOqhlbacPo/v5n2HCa1bP8jbRfa1Z/Ulnrk+UTSVSa5MLw8gENvbET w==; X-IronPort-AV: E=McAfee;i="6500,9779,10573"; a="385170802" X-IronPort-AV: E=Sophos;i="5.96,279,1665471600"; d="scan'208";a="385170802" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Dec 2022 11:26:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10573"; a="827196199" X-IronPort-AV: E=Sophos;i="5.96,279,1665471600"; d="scan'208";a="827196199" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga005.jf.intel.com with ESMTP; 27 Dec 2022 11:26:22 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pAFae-000CF1-2Z; Tue, 27 Dec 2022 21:26:20 +0200 Date: Tue, 27 Dec 2022 21:26:20 +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/1] pinctrl: intel: Define maximum pad number in the group Message-ID: References: <20221219123240.5601-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-gpio@vger.kernel.org On Mon, Dec 19, 2022 at 04:35:08PM +0200, Mika Westerberg wrote: > On Mon, Dec 19, 2022 at 02:32:40PM +0200, Andy Shevchenko wrote: > > Instead of using hard coded magic number here and there, > > define maximum pad number in the group in newly added > > INTEL_PINCTRL_MAX_GPP_SIZE. > > > > Signed-off-by: Andy Shevchenko > > Acked-by: Mika Westerberg Pushed to my review and testing queue, thanks! -- With Best Regards, Andy Shevchenko