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=-5.3 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT 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 35B3BC31E46 for ; Wed, 12 Jun 2019 08:42:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0B0F2206E0 for ; Wed, 12 Jun 2019 08:42:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="kQwI9QpL" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729413AbfFLImu (ORCPT ); Wed, 12 Jun 2019 04:42:50 -0400 Received: from mail-wm1-f68.google.com ([209.85.128.68]:40523 "EHLO mail-wm1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726357AbfFLImu (ORCPT ); Wed, 12 Jun 2019 04:42:50 -0400 Received: by mail-wm1-f68.google.com with SMTP id v19so5586259wmj.5 for ; Wed, 12 Jun 2019 01:42:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=Vy/mEqXU/U3wrsZD2Jkiz7elwZu303ZemKwcaxzfKNE=; b=kQwI9QpLQIVMzRxAg2KZ0HhaUR+hVsU47EOuC6kXAUzU3yET5ccoaWu8g8sAwhuqF0 THhYGXXsDbrq4biwYS1FO89TeA+EST23eNU+EnRab6ZVXDpK0bfbSMq0HGAHey3q4u6k QqsDi/DNo9yr2Y8BY6k7QbTomS071661F8cAJBwPulacoTXhhFCNFjbffAWzsuWqr0xJ fvvEcA2fvpzmbB9YvSlnrN7UUym+7rT7R07QX9f2V9AfPB4JTQAvvIn3n/8WT3QvYwCH vBrZmZtJTJmgNgYRY9eSiaW131ZuLI/jrgtpcjNnrLwkSeAcAzrcpxaQ+x4Lw06d0gSz kMIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=Vy/mEqXU/U3wrsZD2Jkiz7elwZu303ZemKwcaxzfKNE=; b=PcED/lrsJmANatfaKDRkSL+SrLZ4mFlZA9KWpxBzRo1QrkxQ13Dq5yZpkt6P8CKJIi Jrj5fRIytvjrLjHdXaCojfatxSfPkPPlenVUOrDcvWEoBZj5/0ysB0VUw6ZBHBthD1Jf Wg+UYaFpE0FtgY//h3qJbOzLtdFDFa+7eKM4U2FbSWkFlZizQkbXTEfLkpn2T8noOYx8 jfkmUufEGZIUMbR0s/Ffe9NnrqthYcrWGKtQ+T+MtNV+E305EW0jFCwasL+trqhZEKc3 7gjBgX7NN7kyLW4BMkue6+pLJHtaXKqJ6vJQf/gQd6b2lw0EskkOanVUQ4ai1AACvNmh 5mJA== X-Gm-Message-State: APjAAAVPKZgbHQXCvJ8IHucsLv18xVpp/ICBrtHVWMn5vn2d2c8Np80p DxYX2XYuEZUWieq0mXLkAtJPQw== X-Google-Smtp-Source: APXvYqzi/I2WoVwZfkLjbykWRV0LWKhr9BIfOxagRzC9h79bGL0UiupB8mBqM6ygP1BDqtGAyarcuQ== X-Received: by 2002:a1c:48c5:: with SMTP id v188mr20340723wma.175.1560328968062; Wed, 12 Jun 2019 01:42:48 -0700 (PDT) Received: from dell ([2a01:4c8:f:9687:619a:bb91:d243:fc8b]) by smtp.gmail.com with ESMTPSA id s8sm27496285wra.55.2019.06.12.01.42.46 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 12 Jun 2019 01:42:47 -0700 (PDT) Date: Wed, 12 Jun 2019 09:42:43 +0100 From: Lee Jones To: Fabien Lahoudere Cc: kernel@collabora.com, Nick Vaccaro , Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Benson Leung , Enric Balletbo i Serra , Guenter Roeck , Gwendal Grignou , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/3] iio: common: cros_ec_sensors: support protocol v3 message Message-ID: <20190612084243.GC4797@dell> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Thu, 23 May 2019, Fabien Lahoudere wrote: > Version 3 of the EC protocol provides min and max frequencies and fifo > size for EC sensors. > > Signed-off-by: Fabien Lahoudere > Signed-off-by: Nick Vaccaro > --- > .../cros_ec_sensors/cros_ec_sensors_core.c | 83 ++++++++++++++++++- > .../linux/iio/common/cros_ec_sensors_core.h | 4 + > include/linux/mfd/cros_ec_commands.h | 21 +++++ There have been many changes to this file recently. We will have to co-ordinate the merge. But for now: For my own reference: Acked-for-MFD-by: Lee Jones -- Lee Jones [李琼斯] Linaro Services Technical Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog