Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp15155826ybl; Tue, 31 Dec 2019 02:32:15 -0800 (PST) X-Google-Smtp-Source: APXvYqy4OHNxW4W7mQjgWyt5EjDFoAi15V5FMyYbMCzlBE/elYMlI/Sn4ShwwS4Q05LPu/H9s4gs X-Received: by 2002:a05:6830:2102:: with SMTP id i2mr77386197otc.123.1577788335879; Tue, 31 Dec 2019 02:32:15 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1577788335; cv=none; d=google.com; s=arc-20160816; b=n0t6X8nlHhF6VXP6NPangUIburanWBpDLgj0++4uvxOf2mCYMdo8GYaR0AOo5SJiUq JsQK5dRF71XQiMJBiLyRayquDTd0e5YzIblTn5qOeC8b568CkbzuLOPbT0PnEyeULW2u NWOalZ6egmRJpwkN0dJeC4uyc0ciE8r6LzkHsUCpBLuTUhCL4Hn+LR2mW06P9+MpQ1AI mHzd4dNKGH+KpCfZPN0ERMbwRbZ9KLVsXzMKr9SZlMHXMmaTZBQsk8I+51+cjd1IEGQ0 TNP6Ub/mGTDxsSWniUQ5mi3Ogo7/vsHUI1hRmf0uoK0i2tL8e0Z5L9sLEMGgn+u5uIFP DygQ== 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=mUGHSuKHsMNzvtkXl4CUTKzVGuopnqEf8eyNii6PVss=; b=psjYiqvpfhoYm1b+ZeC25dBfwZAjIuy6Kbz16zfn3hRlD3JrmlhkDqbOJQOLXXGijs fZU5XX4xIFIoSsDIgOgGppdEbbwJr4BT8fc1xFbpPqPVPQ03zyb5nQwyBB8MvsEBYpHF QaGQSThMoylK6RyDfCgnMcJurc9bxBbRlPcLtNUTITl7r9dGmwz7gdk9iKQGPCaajsNo F2GGHOIn+suF4WE/uZ3BHVJwUFhiEV7r1sKH1p9d2xZjLnWea4i+DTS0+caM3cMrlaqy 9EhVJL+L/ejHmyDX7jeH42LdTI6M/TA1eE8vw6Hfhtn7tjtXGrA8WN4U3Yq7Y4+ikmlv XONA== 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=mellanox.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k2si25130114otb.272.2019.12.31.02.32.04; Tue, 31 Dec 2019 02:32:15 -0800 (PST) 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=mellanox.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727227AbfLaK3y (ORCPT + 99 others); Tue, 31 Dec 2019 05:29:54 -0500 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:60198 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726677AbfLaK30 (ORCPT ); Tue, 31 Dec 2019 05:29:26 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from vadimp@mellanox.com) with ESMTPS (AES256-SHA encrypted); 31 Dec 2019 12:29:21 +0200 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 xBVATJ7Z008518; Tue, 31 Dec 2019 12:29:21 +0200 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 2/9] Documentation/ABI: Fix attributes for mlxreg-io sysfs interfaces Date: Tue, 31 Dec 2019 10:29:10 +0000 Message-Id: <20191231102917.24181-3-vadimp@mellanox.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20191231102917.24181-1-vadimp@mellanox.com> References: <20191231102917.24181-1-vadimp@mellanox.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix attribute name from "jtag_enable" to "cpld3_version" and extend description for "cpld3_version" attribute. Add missed "cpld4_version" attribute. Signed-off-by: Vadim Pasternak --- Documentation/ABI/stable/sysfs-driver-mlxreg-io | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Documentation/ABI/stable/sysfs-driver-mlxreg-io b/Documentation/ABI/stable/sysfs-driver-mlxreg-io index 8ca498447aeb..fe30fe505c9b 100644 --- a/Documentation/ABI/stable/sysfs-driver-mlxreg-io +++ b/Documentation/ABI/stable/sysfs-driver-mlxreg-io @@ -29,13 +29,13 @@ Description: This file shows the system fans direction: The files are read only. -What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/jtag_enable +What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld3_version Date: November 2018 KernelVersion: 5.0 Contact: Vadim Pasternak Description: These files show with which CPLD versions have been burned - on LED board. + on LED or Gearbox board. The files are read only. @@ -121,6 +121,16 @@ Description: These files show the system reset cause, as following: ComEx The files are read only. +What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld4_version + +Date: November 2018 +KernelVersion: 5.0 +Contact: Vadim Pasternak +Description: These files show with which CPLD versions have been burned + on LED board. + + The files are read only. + Date: June 2019 KernelVersion: 5.3 Contact: Vadim Pasternak -- 2.11.0