From patchwork Sun Aug 22 18:49:27 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 12451637 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F34C7C432BE for ; Sun, 22 Aug 2021 18:48:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D143B61220 for ; Sun, 22 Aug 2021 18:48:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232286AbhHVStf (ORCPT ); Sun, 22 Aug 2021 14:49:35 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:62027 "EHLO relay2-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232060AbhHVStd (ORCPT ); Sun, 22 Aug 2021 14:49:33 -0400 Received: (Authenticated sender: jacopo@jmondi.org) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id D76EE40007; Sun, 22 Aug 2021 18:48:49 +0000 (UTC) From: Jacopo Mondi To: Jonathan Cameron , Lars-Peter Clausen , Andy Shevchenko , Matt Ranostay , Magnus Damm Cc: Jacopo Mondi , linux-iio@vger.kernel.org Subject: [PATCH v3 3/3] iio: ABI: docs: Document Senseair Sunrise ABI Date: Sun, 22 Aug 2021 20:49:27 +0200 Message-Id: <20210822184927.94673-4-jacopo@jmondi.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210822184927.94673-1-jacopo@jmondi.org> References: <20210822184927.94673-1-jacopo@jmondi.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org Add documentation for the sysfs attributes of the sunrise_co2 driver. Signed-off-by: Jacopo Mondi --- .../sysfs-bus-iio-chemical-sunrise-co2 | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-chemical-sunrise-co2 diff --git a/Documentation/ABI/testing/sysfs-bus-iio-chemical-sunrise-co2 b/Documentation/ABI/testing/sysfs-bus-iio-chemical-sunrise-co2 new file mode 100644 index 000000000000..1a252f616652 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-bus-iio-chemical-sunrise-co2 @@ -0,0 +1,51 @@ +What: /sys/bus/iio/devices/iio:deviceX/in_concentration_calibration_mode_available +Date: August 2021 +KernelVersion: +Contact: Jacopo Mondi +Description: + Reading returns the list of the possible calibration modes. + Available options: + - 'factory_calibration': Restore factory calibration + - 'background_calibration': Calibration using target value + +What: /sys/bus/iio/devices/iio:deviceX/in_concentration_co2_calibration_mode +Date: August 2021 +KernelVersion: +Contact: Jacopo Mondi +Description: + Reading returns the currently selected calibration mode. + Writing sets the desired calibration mode to one of the values + returned by 'in_concentration_calibration_mode_available' + +What: /sys/bus/iio/devices/iio:deviceX/in_concentration_co2_calibration +Date: August 2021 +KernelVersion: +Contact: Jacopo Mondi +Description: + Writing '1' triggers a calibration cycle according to the mode + set int 'in_concentration_co2_calibration_mode'. + +What: /sys/bus/iio/devices/iio:deviceX/in_concentration_error_status_available +Date: August 2021 +KernelVersion: +Contact: Jacopo Mondi +Description: + Reading returns the list of possible chip error status. + Available options are: + - 'error_fatal': Analog front-end initialization error + - 'error_i2c': Read/write to non-existing register + - 'error_algorithm': Corrupted parameters + - 'error_calibration': Calibration has failed + - 'error_self_diagnostic': Internal interface failure + - 'error_out_of_range': Measured concentration out of scale + - 'error_memory': Error during memory operations + - 'error_no_measurement': Cleared at first measurement + - 'error_low_voltage': Sensor regulated voltage too low + - 'error_measurement_timeout': Unable to complete measurement + +What: /sys/bus/iio/devices/iio:deviceX/in_concentration_co2_error_status +Date: August 2021 +KernelVersion: +Contact: Jacopo Mondi +Description: + Reading returns the current chip error status.