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 33128CA0FE3 for ; Mon, 4 Sep 2023 10:19:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350129AbjIDKT2 (ORCPT ); Mon, 4 Sep 2023 06:19:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229460AbjIDKT1 (ORCPT ); Mon, 4 Sep 2023 06:19:27 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E677F1B6; Mon, 4 Sep 2023 03:19:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1693822762; x=1725358762; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=x9gwmSu7l1tKKTY4O9ewxpOuxFGgmB7wkxku8KGG2AU=; b=BveA4ZBse5Y1xv4WP3GyPvVs48hqH7r+KvaDyZktRKrdDkL5FD9yE6hq ZNml2T8NQ5UjilW3YXjyOm6r67yJYDELVO4O/3Cpfje7mu1DxfwBCxAWv 7BcXHqUdQsVvKccUovjExU57vTfwUds61IAbCWWpxqe5QCZtQwL843IWD +Ih5X54Kepm0hP3cudjYmdYqZSDZpR5AMUPy5acg+hkq1EJcdvhLxpOV0 wqStBHJsZaPryIIG6Fa48+s1i1fBGkCgJoToC0KI1LnbKsz78T60k7+Fr a/DFMm8XzBsXyRr6cggo4z4Apg7FbOD/5acXwmSmAQKCfkd98v306Tgat A==; X-IronPort-AV: E=McAfee;i="6600,9927,10822"; a="361589627" X-IronPort-AV: E=Sophos;i="6.02,226,1688454000"; d="scan'208";a="361589627" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Sep 2023 03:19:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10822"; a="883987539" X-IronPort-AV: E=Sophos;i="6.02,226,1688454000"; d="scan'208";a="883987539" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga001.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Sep 2023 03:19:14 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qd6ft-006Oim-1R; Mon, 04 Sep 2023 13:19:17 +0300 Date: Mon, 4 Sep 2023 13:19:17 +0300 From: Andy Shevchenko To: Bartosz Golaszewski Cc: Linus Walleij , Andrew Jeffery , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: Re: [PATCH] gpiolib: unexport gpiod_set_transitory() Message-ID: References: <20230903190657.12393-1-brgl@bgdev.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230903190657.12393-1-brgl@bgdev.pl> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 03, 2023 at 09:06:57PM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > There are no and never have been any users of gpiod_set_transitory() > outside the core GPIOLIB code. Make it private. And rename to be gpio_desc_...()? With this done, Reviewed-by: Andy Shevchenko The rationale has been explained in the other threads with renaming matters. -- With Best Regards, Andy Shevchenko