Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp4268157pxb; Sun, 14 Feb 2021 04:50:50 -0800 (PST) X-Google-Smtp-Source: ABdhPJyXNfimxcXl+bSiEc4OvOEJ9EDkFAxtd7YvGU8LKPhBExF6NKiy1biGRq4eXDvYOIViQah6 X-Received: by 2002:a17:906:cd02:: with SMTP id oz2mr5448679ejb.116.1613307050557; Sun, 14 Feb 2021 04:50:50 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613307050; cv=none; d=google.com; s=arc-20160816; b=Y5jp/uc3StPk3A+C8LA/m1RRNvj3jYWg4D/mRcoHGYhnvop1fBgcrkq/huEyk8Y1c0 iX68ESizNkI/Ec5XnwNiekh1j/dPsOcZ0WBoFjmVAC1Gw4GkV77f/cz1om/JL3AIeVGH 4VwBQoLFjsrFkLOd1DflTmxaQu0Z+68CzXL48GVPuL0/VJhPAKrTRujuNc1es0AniGaX 028EhM1VSB0z7Cp6y7aK4WlUxRT9MkyRkksCtWkQA/nEVAvDPoS9kSp0qbSK3aanxF4e D8+v6IF+oMS84KBFRLJbOawBX7uZOtRRd3HOgHqiCGDGLt4VQEvciIy8nmcmh8TwNYSA M+Hw== 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=Dxv2Hx/gVLp/jQR/pGKQgjKOug109aCXYwzeniWo8+A=; b=zrazM0pwcdzCLgYpSTrraGOygc93TTctrrq0PAAB2cmy8B2Ftlxm68XtDw36TTomRT eBo2OO1ECl8V3TUEkEJNRvEcxeXmaO4EDD/Cgdpx7ZDSp6+Pqeojx/ANTD0mBItWpBg2 /cBpsYShe7FdWhPMtwsMg1fjL7gdWWFdjljrS3fGuw8GKGHQb190rYLlN0nqvy6932rS u0nm9ghTnn+lW9oqRLlyGskECwA/7Sh4Bi+ae0rPvlNi+1xf7ALEWibF6oZ/zWQumyzs ItQQrc0rrV7wvM+VcoJr0Y4lAW/yJuA0cP0B5lqm3P/K+xpKxzdlWfhvcgGi/BhYfXnq ZbHg== 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 n9si9989804edv.123.2021.02.14.04.50.27; Sun, 14 Feb 2021 04:50:50 -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 S229783AbhBNMs6 (ORCPT + 99 others); Sun, 14 Feb 2021 07:48:58 -0500 Received: from mail.kernel.org ([198.145.29.99]:52892 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229563AbhBNMs4 (ORCPT ); Sun, 14 Feb 2021 07:48:56 -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 62C0A64DC4; Sun, 14 Feb 2021 12:48:13 +0000 (UTC) Date: Sun, 14 Feb 2021 12:48:09 +0000 From: Jonathan Cameron To: Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, Dmitry Torokhov , Benson Leung , Guenter Roeck , Douglas Anderson , Gwendal Grignou , Enric Balletbo i Serra Subject: Re: [PATCH v6 3/3] iio: proximity: Add a ChromeOS EC MKBP proximity driver Message-ID: <20210214124809.4abfa363@archlinux> In-Reply-To: <20210211024601.1963379-4-swboyd@chromium.org> References: <20210211024601.1963379-1-swboyd@chromium.org> <20210211024601.1963379-4-swboyd@chromium.org> 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 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. Thanks, Jonathan > --- > > Changes from v5: > * Only push event if it's different > * Check switch on resume > > drivers/iio/proximity/Kconfig | 11 + > drivers/iio/proximity/Makefile | 1 + > .../iio/proximity/cros_ec_mkbp_proximity.c | 271 ++++++++++++++++++ > 3 files changed, 283 insertions(+) > create mode 100644 drivers/iio/proximity/cros_ec_mkbp_proximity.c > > diff --git a/drivers/iio/proximity/Kconfig b/drivers/iio/proximity/Kconfig > index 12672a0e89ed..7c7203ca3ac6 100644 > --- a/drivers/iio/proximity/Kconfig > +++ b/drivers/iio/proximity/Kconfig > @@ -21,6 +21,17 @@ endmenu > > menu "Proximity and distance sensors" > > +config CROS_EC_MKBP_PROXIMITY > + tristate "ChromeOS EC MKBP Proximity sensor" > + depends on CROS_EC > + help > + Say Y here to enable the proximity sensor implemented via the ChromeOS EC MKBP > + switches protocol. You must enable one bus option (CROS_EC_I2C or CROS_EC_SPI) > + to use this. > + > + To compile this driver as a module, choose M here: the > + module will be called cros_ec_mkbp_proximity. > + > config ISL29501 > tristate "Intersil ISL29501 Time Of Flight sensor" > depends on I2C > diff --git a/drivers/iio/proximity/Makefile b/drivers/iio/proximity/Makefile > index 9c1aca1a8b79..cbdac09433eb 100644 > --- a/drivers/iio/proximity/Makefile > +++ b/drivers/iio/proximity/Makefile > @@ -5,6 +5,7 @@ > > # When adding new entries keep the list in alphabetical order > obj-$(CONFIG_AS3935) += as3935.o > +obj-$(CONFIG_CROS_EC_MKBP_PROXIMITY) += cros_ec_mkbp_proximity.o > obj-$(CONFIG_ISL29501) += isl29501.o > obj-$(CONFIG_LIDAR_LITE_V2) += pulsedlight-lidar-lite-v2.o > obj-$(CONFIG_MB1232) += mb1232.o > diff --git a/drivers/iio/proximity/cros_ec_mkbp_proximity.c b/drivers/iio/proximity/cros_ec_mkbp_proximity.c > new file mode 100644 > index 000000000000..8213b0081713 > --- /dev/null > +++ b/drivers/iio/proximity/cros_ec_mkbp_proximity.c > @@ -0,0 +1,271 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * Driver for cros-ec proximity sensor exposed through MKBP switch > + * > + * Copyright 2021 Google LLC. > + */ > + > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > + > +#include > +#include > + > +#include > +#include > +#include > + > +#include > + > +struct cros_ec_mkbp_proximity_data { > + struct cros_ec_device *ec; > + struct iio_dev *indio_dev; > + struct mutex lock; > + struct notifier_block notifier; > + int last_proximity; > + bool enabled; > +}; > + > +static const struct iio_event_spec cros_ec_mkbp_proximity_events[] = { > + { > + .type = IIO_EV_TYPE_THRESH, > + .dir = IIO_EV_DIR_EITHER, > + .mask_separate = BIT(IIO_EV_INFO_ENABLE), > + }, > +}; > + > +static const struct iio_chan_spec cros_ec_mkbp_proximity_chan_spec[] = { > + { > + .type = IIO_PROXIMITY, > + .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), > + .event_spec = cros_ec_mkbp_proximity_events, > + .num_event_specs = ARRAY_SIZE(cros_ec_mkbp_proximity_events), > + }, > +}; > + > +static int cros_ec_mkbp_proximity_parse_state(const void *data) > +{ > + u32 switches = get_unaligned_le32(data); > + > + return !!(switches & BIT(EC_MKBP_FRONT_PROXIMITY)); > +} > + > +static int cros_ec_mkbp_proximity_query(struct cros_ec_device *ec_dev, > + int *state) > +{ > + struct { > + struct cros_ec_command msg; > + union { > + struct ec_params_mkbp_info params; > + u32 switches; > + }; > + } __packed buf = { }; > + struct ec_params_mkbp_info *params = &buf.params; > + struct cros_ec_command *msg = &buf.msg; > + u32 *switches = &buf.switches; > + size_t insize = sizeof(*switches); > + int ret; > + > + msg->command = EC_CMD_MKBP_INFO; > + msg->version = 1; > + msg->outsize = sizeof(*params); > + msg->insize = insize; > + > + params->info_type = EC_MKBP_INFO_CURRENT; > + params->event_type = EC_MKBP_EVENT_SWITCH; > + > + ret = cros_ec_cmd_xfer_status(ec_dev, msg); > + if (ret < 0) > + return ret; > + > + if (ret != insize) { > + dev_warn(ec_dev->dev, "wrong result size: %d != %zu\n", ret, > + insize); > + return -EPROTO; > + } > + > + *state = cros_ec_mkbp_proximity_parse_state(switches); > + return IIO_VAL_INT; > +} > + > +static void cros_ec_mkbp_proximity_push_event(struct cros_ec_mkbp_proximity_data *data, int state) > +{ > + s64 timestamp; > + u64 ev; > + int dir; > + struct iio_dev *indio_dev = data->indio_dev; > + struct cros_ec_device *ec = data->ec; > + > + mutex_lock(&data->lock); > + if (state != data->last_proximity) { > + if (data->enabled) { > + timestamp = ktime_to_ns(ec->last_event_time); > + if (iio_device_get_clock(indio_dev) != CLOCK_BOOTTIME) > + timestamp = iio_get_time_ns(indio_dev); > + > + dir = state ? IIO_EV_DIR_FALLING : IIO_EV_DIR_RISING; > + ev = IIO_UNMOD_EVENT_CODE(IIO_PROXIMITY, 0, > + IIO_EV_TYPE_THRESH, dir); > + iio_push_event(indio_dev, ev, timestamp); > + } > + data->last_proximity = state; > + } > + mutex_unlock(&data->lock); > +} > + > +static int cros_ec_mkbp_proximity_notify(struct notifier_block *nb, > + unsigned long queued_during_suspend, > + void *_ec) > +{ > + struct cros_ec_mkbp_proximity_data *data; > + struct cros_ec_device *ec = _ec; > + u8 event_type = ec->event_data.event_type & EC_MKBP_EVENT_TYPE_MASK; > + void *switches; > + int state; > + > + if (event_type == EC_MKBP_EVENT_SWITCH) { > + data = container_of(nb, struct cros_ec_mkbp_proximity_data, > + notifier); > + > + switches = &ec->event_data.data.switches; > + state = cros_ec_mkbp_proximity_parse_state(switches); > + cros_ec_mkbp_proximity_push_event(data, state); > + } > + > + return NOTIFY_OK; > +} > + > +static int cros_ec_mkbp_proximity_read_raw(struct iio_dev *indio_dev, > + const struct iio_chan_spec *chan, int *val, > + int *val2, long mask) > +{ > + struct cros_ec_mkbp_proximity_data *data = iio_priv(indio_dev); > + struct cros_ec_device *ec = data->ec; > + > + if (chan->type == IIO_PROXIMITY && mask == IIO_CHAN_INFO_RAW) > + return cros_ec_mkbp_proximity_query(ec, val); > + > + return -EINVAL; > +} > + > +static int cros_ec_mkbp_proximity_read_event_config(struct iio_dev *indio_dev, > + const struct iio_chan_spec *chan, > + enum iio_event_type type, > + enum iio_event_direction dir) > +{ > + struct cros_ec_mkbp_proximity_data *data = iio_priv(indio_dev); > + > + return data->enabled; > +} > + > +static int cros_ec_mkbp_proximity_write_event_config(struct iio_dev *indio_dev, > + const struct iio_chan_spec *chan, > + enum iio_event_type type, > + enum iio_event_direction dir, int state) > +{ > + struct cros_ec_mkbp_proximity_data *data = iio_priv(indio_dev); > + > + mutex_lock(&data->lock); > + data->enabled = state; > + mutex_unlock(&data->lock); > + > + return 0; > +} > + > +static const struct iio_info cros_ec_mkbp_proximity_info = { > + .read_raw = cros_ec_mkbp_proximity_read_raw, > + .read_event_config = cros_ec_mkbp_proximity_read_event_config, > + .write_event_config = cros_ec_mkbp_proximity_write_event_config, > +}; > + > +static __maybe_unused int cros_ec_mkbp_proximity_resume(struct device *dev) > +{ > + struct cros_ec_mkbp_proximity_data *data = dev_get_drvdata(dev); > + struct cros_ec_device *ec = data->ec; > + int ret, state; > + > + ret = cros_ec_mkbp_proximity_query(ec, &state); > + if (ret < 0) { > + dev_warn(dev, "failed to fetch proximity state on resume: %d\n", > + ret); > + } else { > + cros_ec_mkbp_proximity_push_event(data, state); > + } > + > + return 0; > +} > + > +static SIMPLE_DEV_PM_OPS(cros_ec_mkbp_proximity_pm_ops, NULL, > + cros_ec_mkbp_proximity_resume); > + > +static int cros_ec_mkbp_proximity_probe(struct platform_device *pdev) > +{ > + struct device *dev = &pdev->dev; > + struct cros_ec_device *ec = dev_get_drvdata(dev->parent); > + struct iio_dev *indio_dev; > + struct cros_ec_mkbp_proximity_data *data; > + int ret; > + > + indio_dev = devm_iio_device_alloc(dev, sizeof(*data)); > + if (!indio_dev) > + return -ENOMEM; > + > + data = iio_priv(indio_dev); > + data->ec = ec; > + data->indio_dev = indio_dev; > + data->last_proximity = -1; /* Unknown to start */ > + mutex_init(&data->lock); > + platform_set_drvdata(pdev, data); > + > + indio_dev->name = dev->driver->name; > + indio_dev->info = &cros_ec_mkbp_proximity_info; > + indio_dev->modes = INDIO_DIRECT_MODE; > + indio_dev->channels = cros_ec_mkbp_proximity_chan_spec; > + indio_dev->num_channels = ARRAY_SIZE(cros_ec_mkbp_proximity_chan_spec); > + > + ret = devm_iio_device_register(dev, indio_dev); > + if (ret) > + return ret; > + > + data->notifier.notifier_call = cros_ec_mkbp_proximity_notify; > + blocking_notifier_chain_register(&ec->event_notifier, &data->notifier); > + > + return 0; > +} > + > +static int cros_ec_mkbp_proximity_remove(struct platform_device *pdev) > +{ > + struct cros_ec_mkbp_proximity_data *data = platform_get_drvdata(pdev); > + struct cros_ec_device *ec = data->ec; > + > + blocking_notifier_chain_unregister(&ec->event_notifier, > + &data->notifier); > + > + return 0; > +} > + > +static const struct of_device_id cros_ec_mkbp_proximity_of_match[] = { > + { .compatible = "google,cros-ec-mkbp-proximity" }, > + {} > +}; > +MODULE_DEVICE_TABLE(of, cros_ec_mkbp_proximity_of_match); > + > +static struct platform_driver cros_ec_mkbp_proximity_driver = { > + .driver = { > + .name = "cros-ec-mkbp-proximity", > + .of_match_table = cros_ec_mkbp_proximity_of_match, > + .pm = &cros_ec_mkbp_proximity_pm_ops, > + }, > + .probe = cros_ec_mkbp_proximity_probe, > + .remove = cros_ec_mkbp_proximity_remove, > +}; > +module_platform_driver(cros_ec_mkbp_proximity_driver); > + > +MODULE_LICENSE("GPL v2"); > +MODULE_DESCRIPTION("ChromeOS EC MKBP proximity sensor driver");