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 27FFEC4332F for ; Tue, 14 Nov 2023 13:22:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233213AbjKNNWB (ORCPT ); Tue, 14 Nov 2023 08:22:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233061AbjKNNV5 (ORCPT ); Tue, 14 Nov 2023 08:21:57 -0500 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E6CEF132; Tue, 14 Nov 2023 05:21:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1699968115; x=1731504115; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=rrkpp6VYa3MiK2YRsNxBj9zmBpPttdha2PSEd1OiIAQ=; b=MUlllQRKTQroHBb6ZmOTprz+UUK3YU51XRC9jk6+uxYt8/HudbH3Kg8I vPAX4iUqGgvvRDsLsQr20Gee9HlbLMSiL+OZoO4hdoK/HCLX18ZGGieo7 zdOE7JSY68knemhCTLM3b5spvLKRKO8m61SytAP5llAxC1JytCjHEy0ES JWyNo+TdJDraG8RD1GAGmt8rdW/sFQLB5nk+gi+dCJLByfiOzu7V7SUSZ Sxyuijp3fgr9vRG8jhw382+JuNRHcF+FKRdjjAjOvLpMudq3xq0nDPa5C M6+ZkjUK3omEDxSv0M586GwRYZDo965FygRuAbXTiWgCGEwgrLc4bcz0I g==; X-IronPort-AV: E=McAfee;i="6600,9927,10894"; a="9291539" X-IronPort-AV: E=Sophos;i="6.03,302,1694761200"; d="scan'208";a="9291539" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Nov 2023 05:21:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10894"; a="1096095488" X-IronPort-AV: E=Sophos;i="6.03,302,1694761200"; d="scan'208";a="1096095488" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga005.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Nov 2023 05:21:51 -0800 Date: Tue, 14 Nov 2023 15:21:48 +0200 From: Raag Jadav To: Andy Shevchenko Cc: linus.walleij@linaro.org, brgl@bgdev.pl, mika.westerberg@linux.intel.com, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, mallikarjunappa.sangannavar@intel.com, bala.senthil@intel.com Subject: Re: [PATCH v1 0/3] Use the standard _PM_OPS() export macro in Intel Tangier GPIO driver Message-ID: References: <20231113131600.10828-1-raag.jadav@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 14, 2023 at 01:49:08PM +0200, Andy Shevchenko wrote: > On Tue, Nov 14, 2023 at 06:38:44AM +0200, Raag Jadav wrote: > > On Mon, Nov 13, 2023 at 05:58:34PM +0200, Andy Shevchenko wrote: > > > On Mon, Nov 13, 2023 at 06:45:57PM +0530, Raag Jadav wrote: > > > > This series exports pm_ops structure from Intel Tangier GPIO driver using > > > > EXPORT_NS_GPL_SIMPLE_DEV_PM_OPS() helper and reuses it into its users. > > > > > > Yet you missed --base... > > > > My understanding is that we use --base only for the patches with explicit > > in-tree dependency, which this series doesn't have any AFAIK. > > > > Will start using it for every patch if it makes everyone happy :) > > For single patches it's not so critical, only for the series as I'm using b4 > to treat them as PRs, so cover letter goes to the merge commit and b4 tries > to guess the base (often wrongly). Understood, will take care from now on. Raag