Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp326127ybg; Mon, 1 Jun 2020 02:21:26 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwdM+xDFrTNvDgunNq2Ilx2rIjTLMoqy7xBeo9ylU2n/PyVmPS085Ux1mjI9bdqBnIdgrtH X-Received: by 2002:a17:906:8595:: with SMTP id v21mr7744674ejx.30.1591003286698; Mon, 01 Jun 2020 02:21:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591003286; cv=none; d=google.com; s=arc-20160816; b=HE1dPGJbO+a61qTkLYLchZPmhCMMBzDYUHA7GUmsxSuNU/WwEKYn/0CVwcU1vvpQaW lMweRpKyJlS9P/BAXWPiKaI+0W0X2PIHGCfkTwVSMGCuFyeJLk50uqVVwHaNufs6nECi zgfiLR70G8u71bY8dHwuFoGlS3JI5oi+bOPfHOnTBZguontD2OP2Ea87QSNPAYbhmamh vaT67gRlTzBy145ZXZ41w9y3nyO9e602/Je9K8c5V2vYpLnSXEFwqRE57zWyzlPSpuzG 1Qev8moO++aU6IAfchSBArUrNmZVLdATqCKGz8+yt1eqM+/LHSZCmceqYlPWwRHQgtaE rXPg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=q3NHii9hafsmbEszLLs6UWOWoj6ITwUPPBxW/K3f+Q8=; b=LEyi84Iy3ruzszRConRwLknLrkdzmKmnIjJKkFiRynUtqSSHMowN4VD6wH0uEFuZe5 FaeIx+3FK5OAOzHjRSahJuDN5L5u0jlg7CBEhmaaqk+ymxcE358QT8nZiJHH3Aed60wR FgI8QAnydb3CyH9p+AbuCA+r+uExa7ei0D1A37LmluKwEgUYHJQDObXY31o1AhZfVz+4 z2VIk55cXhEhuUU8JAijky5oWlQ2lq/HkSwOQ+EePEeKYg3KDKcAtRDSz4sGAT4UYHBK ueaHIWTA8kO7lU/Qle8vKt/avpjQCx2opk0lO/dQw039DG4wYMXaLOJyZFj6nm87buB5 K/KA== 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=fail (p=NONE sp=NONE dis=NONE) header.from=mellanox.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id gg10si10063810ejb.413.2020.06.01.02.21.03; Mon, 01 Jun 2020 02:21:26 -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=fail (p=NONE sp=NONE dis=NONE) header.from=mellanox.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727998AbgFAJTM (ORCPT + 99 others); Mon, 1 Jun 2020 05:19:12 -0400 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:51587 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727951AbgFAJTL (ORCPT ); Mon, 1 Jun 2020 05:19:11 -0400 Received: from Internal Mail-Server by MTLPINE2 (envelope-from vadimp@mellanox.com) with ESMTPS (AES256-SHA encrypted); 1 Jun 2020 12:19:06 +0300 Received: from r-build-lowlevel.mtr.labs.mlnx. (r-build-lowlevel.mtr.labs.mlnx [10.209.0.190]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 0519IsSu003135; Mon, 1 Jun 2020 12:19:06 +0300 From: Vadim Pasternak To: andy@infradead.org, dvhart@infradead.org Cc: platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, Vadim Pasternak Subject: [PATCH platform-next v1 6/8] Documentation/ABI: Add new attribute for mlxreg-io sysfs interfaces Date: Mon, 1 Jun 2020 12:18:49 +0300 Message-Id: <20200601091851.5491-7-vadimp@mellanox.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20200601091851.5491-1-vadimp@mellanox.com> References: <20200601091851.5491-1-vadimp@mellanox.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add documentation for the new attributes for exposing CPLDs part numbers and CPLD minor versions. Signed-off-by: Vadim Pasternak --- Documentation/ABI/stable/sysfs-driver-mlxreg-io | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Documentation/ABI/stable/sysfs-driver-mlxreg-io b/Documentation/ABI/stable/sysfs-driver-mlxreg-io index b0d90cc696a8..1397f207523c 100644 --- a/Documentation/ABI/stable/sysfs-driver-mlxreg-io +++ b/Documentation/ABI/stable/sysfs-driver-mlxreg-io @@ -206,3 +206,20 @@ Description: This file exposes the firmware version of burnable voltage regulator devices. The file is read only. + +What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld1_pn +What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld2_pn +What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld3_pn +What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld4_pn +What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld1_version_min +What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld2_version_min +What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld3_version_min +What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld4_version_min +Date: June 2020 +KernelVersion: 5.8 +Contact: Vadim Pasternak +Description: These files show with which CPLD part numbers and minor + versions have been burned CPLD devices equipped on a + system. + + The files are read only. -- 2.11.0