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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 B685AC433ED for ; Tue, 18 May 2021 11:07:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8E60761209 for ; Tue, 18 May 2021 11:07:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244049AbhERLIp (ORCPT ); Tue, 18 May 2021 07:08:45 -0400 Received: from mga01.intel.com ([192.55.52.88]:52788 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240967AbhERLIp (ORCPT ); Tue, 18 May 2021 07:08:45 -0400 IronPort-SDR: RN8YEgGxUDh1+lUJu5/pOg9Y+HfMTtHKXUS5lZYDla6FOk0ko0gAWF7+gSbr0IwwoML6zBaeRC V06cNZpNbOvA== X-IronPort-AV: E=McAfee;i="6200,9189,9987"; a="221733552" X-IronPort-AV: E=Sophos;i="5.82,309,1613462400"; d="scan'208";a="221733552" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2021 04:07:15 -0700 IronPort-SDR: Qw6vuIAUiCvNVOwJo2nwB6ZAcSD0oI6luPJyajBUiNiVzCuykcR5udItyj9OBUh+7Q2aHr7VrM T5A+GVEg6KMQ== X-IronPort-AV: E=Sophos;i="5.82,309,1613462400"; d="scan'208";a="433030165" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2021 04:07:12 -0700 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1lixZ7-00Cw0L-I5; Tue, 18 May 2021 14:07:09 +0300 Date: Tue, 18 May 2021 14:07:09 +0300 From: Andy Shevchenko To: Linus Walleij Cc: Jonathan Cameron , linux-iio@vger.kernel.org, Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Denis Ciocca , Daniel Drake , Stephan Gerhold Subject: Re: [PATCH 1/5 v2] iio: st_sensors: Create extended attr macro Message-ID: References: <20210517233322.383043-1-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210517233322.383043-1-linus.walleij@linaro.org> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Tue, May 18, 2021 at 01:33:18AM +0200, Linus Walleij wrote: > Extend ST_SENSORS_LSM_CHANNELS() to a version that will accept extended > attributes named ST_SENSORS_LSM_CHANNELS_EXT() and wrap the former as a > specialized version of the former. After addressing comments Reviewed-by: Andy Shevchenko for the entire series. P.S. I think I can send one patch that should prepend your series, stay tuned! -- With Best Regards, Andy Shevchenko