Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp5464038ybi; Wed, 12 Jun 2019 03:00:09 -0700 (PDT) X-Google-Smtp-Source: APXvYqzktK4jUmsCTn0XlVOFqcakkUw3+GdI41nBy74QdaPh+1qp0bV2pTBRYzWgUc7ZBA9+1GNj X-Received: by 2002:a17:902:ab83:: with SMTP id f3mr33081399plr.146.1560333609778; Wed, 12 Jun 2019 03:00:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560333609; cv=none; d=google.com; s=arc-20160816; b=O9hTdEaDlCrLMQGekfbThjlP87hqSNc6Mhs8vHErxoQD6Ag7pRFDZ59/sQ+3C7We5u VqZeZw8OyouaejGjzSbTxAa2pQeIMEHfAbsB+bHeBflr3T9ZO+7TCIjUx1CXtQ/zAR7w uiakZv/lVsM3bvQY5WzWmyRqm48Ct71Bm1vgoh+yYxsUH+4dD0REZ3mRcwogAnw3ZjQ1 kQx0Ksw4m7FSkCfPOcoLLXD/7b2JZKlw3uRC4uKYi13EnpyUcwfEYhwId10x5CgdWIC8 2jOh4kcPCHcUTqEh//fnG5r6CBceGmZVAy9BtXV4ToCV7QbljG9dJ0m56Ji1tpr/qIzV o/mQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:from:subject :message-id; bh=rLnoC4WY8SnH1AvJEsuMJI6H28l2Qo0HbyvwnpU46FQ=; b=rUDJlu5VIRK/OO0zZc1f7BFUincCNTMVMV5M4qUvh0C4ifkEdBnwMS6T1yFp+U2Fhi d3Sb3zI51BZYXqrebllo2MVqJrv61y4YLpsJIo+BgzGbMNfQptxzarzMILJveyefSg1/ Vk62go2Go/QFI0GlzmCfJ9o9YGhJAzAqlgklr/Qwkd75PLHTjAbIwREB6SvsUVTHCsbl +11JBfUeSY5Ws/FqaoHZrLR2YozKFcEtkjHPccJbVJrI7SEBNt1UGi3cTc7/TMZXRZ+o 1od4dV4x7gzgjn3bkNLplazqKBW4hQPc9JcuKBH6h7ZLssYYtkcsSKjFk1R7TDM8GKxk vKzw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u13si5042123pjn.89.2019.06.12.02.59.52; Wed, 12 Jun 2019 03:00:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731988AbfFLJ6V (ORCPT + 99 others); Wed, 12 Jun 2019 05:58:21 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:44848 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726878AbfFLJ6V (ORCPT ); Wed, 12 Jun 2019 05:58:21 -0400 Received: from laptop-1.home (unknown [IPv6:2a01:cb19:8ad6:900:42dd:dd1c:19ee:7c60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: aragua) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id 8517E260D5E; Wed, 12 Jun 2019 10:58:19 +0100 (BST) Message-ID: <46f153d21d91cdc910a074864ac92fce7f9c76b7.camel@collabora.com> Subject: Re: [PATCH v2 1/3] iio: common: cros_ec_sensors: support protocol v3 message From: Fabien Lahoudere To: Lee Jones 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 Date: Wed, 12 Jun 2019 11:58:16 +0200 In-Reply-To: <20190612084243.GC4797@dell> References: <20190612084243.GC4797@dell> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.2 (3.30.2-2.fc29) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le mercredi 12 juin 2019 à 09:42 +0100, Lee Jones a écrit : > 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 > Yes I see the changes and my next submission will use recent patch and drop my modification in cros_ec_commands.h. Thanks for reviewing