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 X-Spam-Level: X-Spam-Status: No, score=-0.7 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5F44CC433ED for ; Thu, 20 May 2021 09:03:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3164C61244 for ; Thu, 20 May 2021 09:03:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230478AbhETJFK (ORCPT ); Thu, 20 May 2021 05:05:10 -0400 Received: from mga06.intel.com ([134.134.136.31]:45664 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230458AbhETJFK (ORCPT ); Thu, 20 May 2021 05:05:10 -0400 IronPort-SDR: Oa4/FM46h0EirZ4YwSesLRXTce9wb9NsTFfQ3LI/Yvv4azJTnv+lf+wLzU2I6zZIuTmltPy2ZE d7rreW/4L7TQ== X-IronPort-AV: E=McAfee;i="6200,9189,9989"; a="262403018" X-IronPort-AV: E=Sophos;i="5.82,313,1613462400"; d="scan'208";a="262403018" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 May 2021 02:03:46 -0700 IronPort-SDR: YfeVf+F4r2kE5T7hr3/j2ub5v0/161DCoyXMukyDECpCk/UO05a8GFIMmx6f1gw/KwbBDC5EiX msFjCwdBRACg== X-IronPort-AV: E=Sophos;i="5.82,313,1613462400"; d="scan'208";a="440369395" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 May 2021 02:03:45 -0700 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1ljeak-00DRRy-ET; Thu, 20 May 2021 12:03:42 +0300 Date: Thu, 20 May 2021 12:03:42 +0300 From: Andy Shevchenko To: Johan Hovold Cc: Bartosz Golaszewski , Kent Gibson , "open list:GPIO SUBSYSTEM" , Linux Kernel Mailing List , Linus Walleij Subject: Re: [PATCH v2 1/1] gpiolib: Introduce for_each_gpio_desc_if() macro Message-ID: References: <20210518083339.23416-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 Thu, May 20, 2021 at 10:33:38AM +0200, Johan Hovold wrote: > On Thu, May 20, 2021 at 11:15:31AM +0300, Andy Shevchenko wrote: > FWIW, NAK due to the non-descriptive for_each_desc_if() name. I'm fine without this change, thanks for review! -- With Best Regards, Andy Shevchenko