Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp2074674pxf; Sat, 13 Mar 2021 07:00:43 -0800 (PST) X-Google-Smtp-Source: ABdhPJxz4jYen+rxl3ctxugflZcFFxuXdRT+XDBgnbG9TCxEDPe41avlN37l3oL9Ia6J7Y519HbH X-Received: by 2002:a17:907:7664:: with SMTP id kk4mr14761064ejc.352.1615647643531; Sat, 13 Mar 2021 07:00:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1615647643; cv=none; d=google.com; s=arc-20160816; b=oGL0o0dY+izDZTLjxraipFGBFHA0NRrZQ9dzrH2dY0IXO7W4ybJXbxsIbZd+iUgYFj N0aRUuV+Y5NLgBZxlXrgWLqHfW634yKUqK1wK+UcB4ZBi7IoBaOcVY2rCthILTEWcqxA uzt5BpjxWLFqdr7XOyWf3t5MJTy50XwMLk756lWZ81owkyJeIoQ8ha8yHVnk8AahCCpS CGPQdoLgmPNUJfq2YW+V7e9berraBXHXzi7YpvkFzlB2E5lZi+t7G5QBYp+9AXnj87x5 Abf1MNOQeEdnbW+HWaZcMhDKvT2gsLNrIGdUWeE2US6BdKOfmM++1Sb8eqXP5dWJduL0 uMdA== 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=aYDF0PPrDSzpcHFDspBGQz5hqRCHr2W+vy1OLPhWWVI=; b=YJiRjud8WkjTsDtWijHe9QqBedAsVsXu6bBABnH1SmPKXg4lay4+05ivnkKBYnhl// NbGDIGdfwEakdL9tAci4znQFLj4pTQLDhPu+fb44nssZmycMFoxoK8nH+nxy1vU7B65b JdYumtKft5ZkgqIewFDTUyjhw8F7EmbRhYo8vK+8CPvYvyBTshl/5+Fsb0vfSObJWp+b /Itvvx8gM5wmqDbj1SEx54flmsNNgYhaaY9a0I0w1G3ED0eK0fc1BH20x0UvTA/Z63sO 7jknKFibryZZxLO1Beix+GA4OnYqXTwhwIBi2KFWzarTLUZVbDt4CGeyNvYhE6o8lhzm uDrQ== 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 b24si6302979edr.415.2021.03.13.07.00.09; Sat, 13 Mar 2021 07:00:43 -0800 (PST) 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 S233635AbhCMO5i (ORCPT + 99 others); Sat, 13 Mar 2021 09:57:38 -0500 Received: from mail.kernel.org ([198.145.29.99]:58954 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229615AbhCMO5J (ORCPT ); Sat, 13 Mar 2021 09:57:09 -0500 Received: from archlinux (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 B8CC464F14; Sat, 13 Mar 2021 14:57:07 +0000 (UTC) Date: Sat, 13 Mar 2021 14:57:04 +0000 From: Jonathan Cameron To: Gwendal Grignou Cc: Stephen Boyd , linux-kernel , linux-iio , Dmitry Torokhov , Benson Leung , Guenter Roeck , Douglas Anderson , Enric Balletbo i Serra Subject: Re: [PATCH v6 3/3] iio: proximity: Add a ChromeOS EC MKBP proximity driver Message-ID: <20210313145704.46775626@archlinux> In-Reply-To: References: <20210211024601.1963379-1-swboyd@chromium.org> <20210211024601.1963379-4-swboyd@chromium.org> <20210214124809.4abfa363@archlinux> <161333519805.1254594.18000613822693540497@swboyd.mtv.corp.google.com> <20210221155314.56f55e85@archlinux> 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 Fri, 12 Mar 2021 13:23:35 -0800 Gwendal Grignou wrote: > On Sun, Feb 21, 2021 at 7:53 AM Jonathan Cameron wrote: > > > > On Sun, 14 Feb 2021 12:39:58 -0800 > > Stephen Boyd wrote: > > > > > Quoting Jonathan Cameron (2021-02-14 04:48:09) > > > > On Wed, 10 Feb 2021 18:46:01 -0800 > > > > Stephen Boyd wrote: > > > > > > > > > Add support for a ChromeOS EC proximity driver that exposes a "front" > > > > > proximity sensor via the IIO subsystem. The EC decides when front > > > > > proximity is near and sets an MKBP switch 'EC_MKBP_FRONT_PROXIMITY' to > > > > > notify the kernel of proximity. Similarly, when proximity detects > > > > > something far away it sets the switch bit to 0. For now this driver > > > > > exposes a single sensor, but it could be expanded in the future via more > > > > > MKBP bits if desired. > > > > > > > > > > Cc: Dmitry Torokhov > > > > > Cc: Benson Leung > > > > > Cc: Guenter Roeck > > > > > Cc: Douglas Anderson > > > > > Cc: Gwendal Grignou > > > > > Reviewed-by: Enric Balletbo i Serra > > > > > Signed-off-by: Stephen Boyd > > > > > > > > I'm fine with this, but want to leave a little time for others to take > > > > one last look. We've missed the coming merge window now anyway. > > > > > > > > If I seem to have forgotten this in a couple of weeks, feel free to > > > > give me a bump. > > > > > > > > > > Ok no problem. Gwendal had some comments on v5 that may be applicable > > > here too but I think they mostly mean that the resume handler may not be > > > needed if cros ec is fixed. Having the resume handler shouldn't hurt > > > though unless I missed something. Gwendal? > > > > @Gwendal, could you take a quick glance at this, or alternatively let > > us know if you need more time to get to it. > It will work as is. > > Reviewed-by: Gwendal Grignou Applied to the togreg branch of iio.git. My local build test highlighted a much older kernel-doc naming issue so I've sent out a patch to tidy that up whilst we are here. Thanks, Jonathan > > > > Thanks, > > > > Jonathan > > > >