Received: by 2002:a25:86ce:0:0:0:0:0 with SMTP id y14csp1508807ybm; Thu, 23 May 2019 02:10:46 -0700 (PDT) X-Google-Smtp-Source: APXvYqzNfuIJgHKlmp2V8+eh+3D6rCYnNSvo5goNZTe36Pl+MzWXyB8hD7UJRFM5DX13NnAfVE1X X-Received: by 2002:a62:2e46:: with SMTP id u67mr103495709pfu.206.1558602646150; Thu, 23 May 2019 02:10:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558602646; cv=none; d=google.com; s=arc-20160816; b=ejHAOmQ6KdT1/+n5SQixVR2CLplXxA5vkOHLv9nXqCcMdMDab1EwMzIqjxfgmqqyrx XV/y6cX6Z1z9vOD0eLqe0QdkqW8wcpEAyEE3MRV2mPa8eRddJF1t+nA02JKios2LW6f/ yFR5zbuSbcUi70lskXT+UFhWS/J3Ncbv1gOFCB+wvMcpAS5Wd8TwdAZdwcllCHdGAU9X YrHO1lNgTZ8Yzc0h+J8arTf5ZaU4mFfWrY7w0pkl4lc65XqVSSWrg6C+GDgcgkelMQNj MmHoWM01mBkoGphmW38rpgBfyWrKdPKUzjlvmFfGRDy6+JP8aGbuCTcOFrh3RsPpU1UM /ckA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:from; bh=yN+Jxp2ftu15AWAgVJXo6z8VJgmWsLh2Sn+SH//gv0k=; b=AK+p5YgGBTBwEDa2ovza+AzO7rjoAo2HLoJafwhNp8PO9cIBlCjG2xVMnYRyIsqp24 Y8vAVxOzRjl54L5Dk7N6ymUwJReb3s7m8581Cy+BF1J6BapWwM3CxpsbGgsKGXKmbdfN 9HqMU/J6YIiNSiyB73obQahg1nB5dfsNwNXKmEbz/+m5AWivDPkLkAA3sSiRs5McMJZ+ ywyXZywRmXSzjTX8/9OK+d/AqMXAzskxSezEtUnIg0MkR3zPw1Jncl7GwwwdE+nyC6Dd WTU0LhrkMeO/MxkGjfTJT7JsKNwBsPK27RIEiWxW7sb/koVQ6V4+SgBA9+K4xt4C2g2q D6ZA== 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 c2si19928418pgq.254.2019.05.23.02.10.30; Thu, 23 May 2019 02:10:46 -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 S1730354AbfEWJIS (ORCPT + 99 others); Thu, 23 May 2019 05:08:18 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:34600 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726429AbfEWJIR (ORCPT ); Thu, 23 May 2019 05:08:17 -0400 Received: from laptop.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 3860D26C4A5; Thu, 23 May 2019 10:08:15 +0100 (BST) From: Fabien Lahoudere Cc: kernel@collabora.com, Fabien Lahoudere , Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Benson Leung , Enric Balletbo i Serra , Guenter Roeck , Lee Jones , Gwendal Grignou , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 2/3] iio: common: cros_ec_sensors: add sysfs attribute for frequencies Date: Thu, 23 May 2019 11:07:36 +0200 Message-Id: X-Mailer: git-send-email 2.19.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In order to provide minimum and maximum frequencies for each sensors, we use a standard API (sampling_frequency_available) to provide them to userland. As cros_ec_sensors_core_init do not manage default attrs, we change the signature to let all kind of sensors to provide "struct iio_info" with their callback. This change impact drivers using that function. Then cros_ec_* sensors provides frequencies range in sysfs like this: [min step max] Signed-off-by: Fabien Lahoudere --- .../common/cros_ec_sensors/cros_ec_sensors.c | 6 +-- .../cros_ec_sensors/cros_ec_sensors_core.c | 38 +++++++++++++++++++ drivers/iio/light/cros_ec_light_prox.c | 6 +-- drivers/iio/pressure/cros_ec_baro.c | 6 +-- .../linux/iio/common/cros_ec_sensors_core.h | 4 +- 5 files changed, 50 insertions(+), 10 deletions(-) diff --git a/drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c b/drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c index 17af4e0fd5f8..a0ecee15a6c8 100644 --- a/drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c +++ b/drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c @@ -172,7 +172,7 @@ static int cros_ec_sensors_write(struct iio_dev *indio_dev, return ret; } -static const struct iio_info ec_sensors_info = { +static struct iio_info ec_sensors_info = { .read_raw = &cros_ec_sensors_read, .write_raw = &cros_ec_sensors_write, }; @@ -195,11 +195,11 @@ static int cros_ec_sensors_probe(struct platform_device *pdev) if (!indio_dev) return -ENOMEM; - ret = cros_ec_sensors_core_init(pdev, indio_dev, true); + ret = cros_ec_sensors_core_init(pdev, indio_dev, &ec_sensors_info, + true); if (ret) return ret; - indio_dev->info = &ec_sensors_info; state = iio_priv(indio_dev); for (channel = state->channels, i = CROS_EC_SENSOR_X; i < CROS_EC_SENSOR_MAX_AXIS; i++, channel++) { 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 ac53ea32c1b1..08fb5d3dc7b5 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 @@ -10,6 +10,7 @@ #include #include #include +#include #include #include #include @@ -86,8 +87,42 @@ static int cros_ec_get_host_cmd_version_mask(struct cros_ec_device *ec_dev, return ret; } +/** + * cros_ec_sensors_read_freq() - sysfs function to get available frequencies + * @dev: Device structure for this device. + * @attr: Description of the attribute. + * @buf: Incoming string + * + * The later modes are only relevant to the ring buffer - and depend on current + * mode. Note that data sheet gives rather wide tolerances for these so integer + * division will give good enough answer and not all chips have them specified + * at all. + **/ +static ssize_t cros_ec_sensors_read_freq(struct device *dev, + struct device_attribute *attr, + char *buf) +{ + struct iio_dev *indio_dev = dev_to_iio_dev(dev); + struct cros_ec_sensors_core_state *state = iio_priv(indio_dev); + + return snprintf(buf, PAGE_SIZE, "[%d 1 %d]\n", state->min_freq, + state->max_freq); +} + +static IIO_DEV_ATTR_SAMP_FREQ_AVAIL(cros_ec_sensors_read_freq); + +static struct attribute *cros_ec_sensors_attributes[] = { + &iio_dev_attr_sampling_frequency_available.dev_attr.attr, + NULL, +}; + +static const struct attribute_group cros_ec_sensors_attribute_group = { + .attrs = cros_ec_sensors_attributes, +}; + int cros_ec_sensors_core_init(struct platform_device *pdev, struct iio_dev *indio_dev, + struct iio_info *info, bool physical_device) { struct device *dev = &pdev->dev; @@ -149,6 +184,9 @@ int cros_ec_sensors_core_init(struct platform_device *pdev, } } + info->attrs = &cros_ec_sensors_attribute_group; + indio_dev->info = info; + return 0; } EXPORT_SYMBOL_GPL(cros_ec_sensors_core_init); diff --git a/drivers/iio/light/cros_ec_light_prox.c b/drivers/iio/light/cros_ec_light_prox.c index 308ee6ff2e22..1772e339cf14 100644 --- a/drivers/iio/light/cros_ec_light_prox.c +++ b/drivers/iio/light/cros_ec_light_prox.c @@ -161,7 +161,7 @@ static int cros_ec_light_prox_write(struct iio_dev *indio_dev, return ret; } -static const struct iio_info cros_ec_light_prox_info = { +static struct iio_info cros_ec_light_prox_info = { .read_raw = &cros_ec_light_prox_read, .write_raw = &cros_ec_light_prox_write, }; @@ -184,11 +184,11 @@ static int cros_ec_light_prox_probe(struct platform_device *pdev) if (!indio_dev) return -ENOMEM; - ret = cros_ec_sensors_core_init(pdev, indio_dev, true); + ret = cros_ec_sensors_core_init(pdev, indio_dev, + &cros_ec_light_prox_info, true); if (ret) return ret; - indio_dev->info = &cros_ec_light_prox_info; state = iio_priv(indio_dev); state->core.type = state->core.resp->info.type; state->core.loc = state->core.resp->info.location; diff --git a/drivers/iio/pressure/cros_ec_baro.c b/drivers/iio/pressure/cros_ec_baro.c index 034ce98d6e97..cd3be0f16226 100644 --- a/drivers/iio/pressure/cros_ec_baro.c +++ b/drivers/iio/pressure/cros_ec_baro.c @@ -107,7 +107,7 @@ static int cros_ec_baro_write(struct iio_dev *indio_dev, return ret; } -static const struct iio_info cros_ec_baro_info = { +static struct iio_info cros_ec_baro_info = { .read_raw = &cros_ec_baro_read, .write_raw = &cros_ec_baro_write, }; @@ -130,11 +130,11 @@ static int cros_ec_baro_probe(struct platform_device *pdev) if (!indio_dev) return -ENOMEM; - ret = cros_ec_sensors_core_init(pdev, indio_dev, true); + ret = cros_ec_sensors_core_init(pdev, indio_dev, &cros_ec_baro_info, + true); if (ret) return ret; - indio_dev->info = &cros_ec_baro_info; state = iio_priv(indio_dev); state->core.type = state->core.resp->info.type; state->core.loc = state->core.resp->info.location; diff --git a/include/linux/iio/common/cros_ec_sensors_core.h b/include/linux/iio/common/cros_ec_sensors_core.h index 32fd08bbcf52..f170a72ac08d 100644 --- a/include/linux/iio/common/cros_ec_sensors_core.h +++ b/include/linux/iio/common/cros_ec_sensors_core.h @@ -114,12 +114,14 @@ struct platform_device; * cros_ec_sensors_core_init() - basic initialization of the core structure * @pdev: platform device created for the sensors * @indio_dev: iio device structure of the device + * @info: iio info structure with read and write callback * @physical_device: true if the device refers to a physical device * * Return: 0 on success, -errno on failure. */ int cros_ec_sensors_core_init(struct platform_device *pdev, - struct iio_dev *indio_dev, bool physical_device); + struct iio_dev *indio_dev, struct iio_info *info, + bool physical_device); /** * cros_ec_sensors_capture() - the trigger handler function -- 2.20.1