Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp3185335pxv; Sun, 4 Jul 2021 10:17:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxcputT7Phf5qc9row5cBFstlHBDfzPok/p+GMh0ndOzyBKuOPyrWZ+SUqFpppL899AWlwS X-Received: by 2002:a05:6402:2154:: with SMTP id bq20mr8667093edb.111.1625419041610; Sun, 04 Jul 2021 10:17:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625419041; cv=none; d=google.com; s=arc-20160816; b=LOlGxLTn7h21jnUqGs0B7YNYwrzagQWUBhPpBZ4RGK6hbLLPe+MPsQ2/m/nmPEWxZN TWFTpFFiety+PM51MABQ8lbWghfuYxKSIrRXndUtqstynX4gWl0vUCgIKMSMK3IRKQbc I7B8EeOTig2mb7nxGwFBemU4cNJRqMg+iejQpeVPwuToZDuBuCi/AqRQll6AxT4euUqi HIqEOpnw/O4UwpPEShaZsHHHg0sAfIeCST8pAThm4H7FAj2MN6CetodgkRzl343ig+ve h4mdQi6uUDu1yMseu9A8skIwL8A3+yKRWYL9fgW4V2Vaq8C3hsbCrzSI9zJG/sodVZuJ 4zpQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=hj3VkobuUPGy1DYawTNEHWe1k5s9Bm0YFUefum+1pLA=; b=Dyq2DiG69LmpegNrVoYeAru0d5Yj+EyZt5zqOcn2Uo01wcK8jNiuS9XtmnziSb1Lms ZPiGmrzkWCVAz9lyZRdGfk1fMn/VMZVjKrOTLeD8MLo32FTzsWlJcWkYmQ0UAJkiX//N UZWA4FZjY/9ei+YgyJBMcl6wEuFeutBLih1Nnrd+mcZxXkQkjfm2cxnOiDCT7PQ6ZEm9 IOVOqWm3L//HIyv3KMhzDPVyWYQD6/fRgpboHJSHW2fcxGQiKlv56CNoEi8bAFzSMVIT JwGJPmTIBy/SRX8brKplyvVRM58ZsJkbnJo+NK/kc8JWM3QliyFne8xhbAY6OATqzjSq 7oew== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id op25si9329419ejb.451.2021.07.04.10.16.56; Sun, 04 Jul 2021 10:17:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229715AbhGDRQD (ORCPT + 99 others); Sun, 4 Jul 2021 13:16:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:48446 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229602AbhGDRQD (ORCPT ); Sun, 4 Jul 2021 13:16:03 -0400 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B68C2613CE; Sun, 4 Jul 2021 17:13:25 +0000 (UTC) Date: Sun, 4 Jul 2021 18:15:49 +0100 From: Jonathan Cameron To: Ivan Mikhaylov Cc: Lars-Peter Clausen , Peter Meerwald-Stadler , , Subject: Re: [PATCH v2 0/2] add periodic mode, threshold options Message-ID: <20210704181549.579f8307@jic23-huawei> In-Reply-To: <20210621143051.200800-1-i.mikhaylov@yadro.com> References: <20210621143051.200800-1-i.mikhaylov@yadro.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 21 Jun 2021 17:30:49 +0300 Ivan Mikhaylov wrote: > Add periodic mode enablement, high/low threshold options. title of cover letter should always include the part number. A lot of people use threaded email clients and may need to expand the thread to see what driver this affects. Jonathan > > Changes from v1: > 1. Remove changes for hwmon driver and changes affecting > vcnl3020 data structure. > 2. Add enable/disable periodic mode functions. > > Ivan Mikhaylov (2): > iio: proximity: vcnl3020: add periodic mode > iio: proximity: vcnl3020: add threshold options > > drivers/iio/proximity/vcnl3020.c | 306 ++++++++++++++++++++++++++++++- > 1 file changed, 304 insertions(+), 2 deletions(-) >