Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp3087160ybd; Fri, 28 Jun 2019 02:37:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqzftm5N0jE6xy2XShd8qVKYyqt+S3BELDBMaThYH35hH0zwKjecZ3A6jnB9rjLLhO6H9pwp X-Received: by 2002:a17:902:ab83:: with SMTP id f3mr10472633plr.122.1561714645948; Fri, 28 Jun 2019 02:37:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561714645; cv=none; d=google.com; s=arc-20160816; b=O1Wks1uET6DTp83dA7QVNjTLLvq2ts/Ja9IHVIJxaGjxuw42uRjZfi6dm9m5Hb32or Nu6RrsmdLbAXlnW89HAqM6lvOrBjwvwjDcArrwfdDH/DeoNL91Q/8ztZADzaJ77KMXw+ gF83Avc+sAWAUHL7ukFCkYOFn05oTmZy0jiHz9m5NH3PxzePt6fCtjl8t3lHQ2RhjQKy XFEddUIET9KmP/348iEMnfbIExV0rdmjJ5TU1Mj+ILuh3jCL0iY8IO0t2+cRbPuQU/ob IMmyGsgsKfsGeLeA01DPij/HT+0oYfCaqKkhplkEAwyi7FQ5keOL7tepNhFfFa8l0h5b zK+A== 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=7Cjoh4rScPTAQSUlxevdieuD+nPWFsEJMHX0yy32EjM=; b=kOnNHZEinn80dF4uiTBxfMELOt9DQCpO6IJD/Tly8BdgRr+KHj9K8dYZo9tup24hpj X/zWgrHL73HD3j+8ztbhuDTSC/1Cp358x4euBcEQ/lkonf3eH3R8Mr93mFQvmknr/EYU nyHkFJjoJpg1i3tvuncE6OrSgPoBx45zs9JaoIKC6miOeu3+yGBwf2aApId7e0LuqAjX av7CraAHzpAplDsx4v+YNtXySJFd4kuPwHZh8FmFtlV7jMSbu2vXqJCwQ/h5iDsL6qLg ZsKXINx8k9a6CkgH68V9i+XEjpjfpt1HOp99sHtbqE/QGOg0NanKqBoo3kz221OHHAcT Omxw== 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 d132si1958536pfd.102.2019.06.28.02.37.09; Fri, 28 Jun 2019 02:37:25 -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 S1726781AbfF1JgK (ORCPT + 99 others); Fri, 28 Jun 2019 05:36:10 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:52846 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726596AbfF1JgK (ORCPT ); Fri, 28 Jun 2019 05:36:10 -0400 Received: from laptop (unknown [IPv6:2a01:e34:ee7d:73d0:5796:7015:7f6:aeeb]) (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 7DC3D2603EC; Fri, 28 Jun 2019 10:36:07 +0100 (BST) Message-ID: Subject: Re: [PATCH 1/2] iio: common: cros_ec_sensors: determine protocol version From: Fabien Lahoudere To: Gwendal Grignou , Enric Balletbo i Serra Cc: kernel@collabora.com, Nick Vaccaro , Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , linux-iio , linux-kernel , Doug Anderson , Enrico Granata Date: Fri, 28 Jun 2019 11:36:04 +0200 In-Reply-To: References: <4724b46665d919cae0ea3b60e334053b0b17d686.1561642224.git.fabien.lahoudere@collabora.com> 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 Thanks Gwendal for reviewing. Le jeudi 27 juin 2019 à 14:59 -0700, Gwendal Grignou a écrit : > On Thu, Jun 27, 2019 at 8:59 AM Enric Balletbo i Serra > wrote: > > Hi, > > > > cc'ing Doug, Gwendal and Enrico that might be interested to give a > > review. > > > > This patch can be picked alone without 2/2, an is needed to have > > cros-ec-sensors > > legacy support on ARM (see [1] and [2]) > > > > Jonathan, as [1] and [2] will go through the chrome-platform tree > > if you don't > > mind I'd also like to carry with this patch once you're fine with > > it. > > > > Thanks, > > ~ Enric > > > > [1] https://patchwork.kernel.org/patch/11014329/ > > [2] https://patchwork.kernel.org/patch/11014327/ > > > > On 27/6/19 16:04, Fabien Lahoudere wrote: > > > This patch adds a function to determine which version of the > > > protocol is used to communicate with EC. > > > > > > Signed-off-by: Fabien Lahoudere > > > Signed-off-by: Nick Vaccaro > > > > Tested-by: Enric Balletbo i Serra > > > > > --- > > > .../cros_ec_sensors/cros_ec_sensors_core.c | 36 > > > ++++++++++++++++++- > > > 1 file changed, 35 insertions(+), 1 deletion(-) > > > > > > diff --git > > > a/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c > > > b/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c > > > index 130362ca421b..2e0f97448e64 100644 > > > --- a/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c > > > +++ b/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c > > > @@ -25,6 +25,31 @@ static char *cros_ec_loc[] = { > > > [MOTIONSENSE_LOC_MAX] = "unknown", > > > }; > > > > > > +static int cros_ec_get_host_cmd_version_mask(struct > > > cros_ec_device *ec_dev, > > > + u16 cmd_offset, u16 > > > cmd, u32 *mask) > > > +{ > > > + int ret; > > > + struct { > > > + struct cros_ec_command msg; > > > + union { > > > + struct ec_params_get_cmd_versions params; > > > + struct ec_response_get_cmd_versions resp; > > > + }; > > > + } __packed buf = { > > > + .msg = { > add > .version = 0, > As the variable is coming from the stack, the version should be set. Ack > > > + .command = EC_CMD_GET_CMD_VERSIONS + > > > cmd_offset, > > > + .insize = sizeof(struct > > > ec_response_get_cmd_versions), > > > + .outsize = sizeof(struct > > > ec_params_get_cmd_versions) > > > + }, > > > + .params = {.cmd = cmd} > > > + }; > > > + > > > + ret = cros_ec_cmd_xfer_status(ec_dev, &buf.msg); > > > + if (ret >= 0) > It should be > 0: when the command is a success, it returns the > number > of byte in the response buffer. When don't expect == 0 here, because > when successful, EC_CMD_GET_CMD_VERSIONS will return a mask. Ack, so we assume that on success, 0 is not possible. > > > + *mask = buf.resp.version_mask; > > > + return ret; > > > +} > > > + > > > int cros_ec_sensors_core_init(struct platform_device *pdev, > > > struct iio_dev *indio_dev, > > > bool physical_device) > > > @@ -33,6 +58,8 @@ int cros_ec_sensors_core_init(struct > > > platform_device *pdev, > > > struct cros_ec_sensors_core_state *state = > > > iio_priv(indio_dev); > > > struct cros_ec_dev *ec = dev_get_drvdata(pdev->dev.parent); > > > struct cros_ec_sensor_platform *sensor_platform = > > > dev_get_platdata(dev); > > > + u32 ver_mask; > > > + int ret; > > > > > > platform_set_drvdata(pdev, indio_dev); > > > > > > @@ -47,8 +74,15 @@ int cros_ec_sensors_core_init(struct > > > platform_device *pdev, > > > > > > mutex_init(&state->cmd_lock); > > > > > > + ret = cros_ec_get_host_cmd_version_mask(state->ec, > > > + ec->cmd_offset, > > > + EC_CMD_MOTION_SENSE > > > _CMD, > > > + &ver_mask); > > > + if (ret < 0) > Use: > if (ret <= 0 || ver_mask == 0) { > In case the EC is really old or misbehaving, we don't want to set an > invalid version later. Ack, indeed the communication can work but with invalid data. > > > + return ret; > > > + > > > /* Set up the host command structure. */ > > > - state->msg->version = 2; > > > + state->msg->version = fls(ver_mask) - 1;; > > > state->msg->command = EC_CMD_MOTION_SENSE_CMD + ec- > > > >cmd_offset; > > > state->msg->outsize = sizeof(struct > > > ec_params_motion_sense); > > > > > >