Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1696351ybh; Tue, 14 Jul 2020 05:05:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxQLtbVaSwOgMbSyXbwdGEc/UO1UFa3ZNICuVKOMa+U7U47Ze0SmT+8SDjACgFH1wT6uX2b X-Received: by 2002:aa7:d989:: with SMTP id u9mr4162918eds.85.1594728330364; Tue, 14 Jul 2020 05:05:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594728330; cv=none; d=google.com; s=arc-20160816; b=osBtfM3X8ELBp0ju63jAJLgXI3N+JvdhXmWYl9MpG3oLGyN3+agRYO5JFptP4YuWEI zuMiuuhW0ja0UCJaCh6zOpU4sGb9hvBvpY5irgy7Y7oF9HUI9NM+z9hbV0IauU/isb6e nrlT6AvA9mGMLgVfwjKI5H9pfCfdRP4qFtWWmZ9+KOZmOuANrC0ZavY2av52+CAdWSQ3 ajBcC5GoNgSwRZSwTjotLgWGY12hU2h9Fj0yBWx25w783hs1lw0HhVBZKQWer3TFm3Ll Bf0ldkfKGsJyUZnId2rXQ1IaVQh6GRtAdxknnExf/eY3FeSFRBPpzo48zrtSJiIXy1cI aTKw== 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=2YT4ytI+FQTINiyjM1YXluBGX5kBY5KUQks9+JhsAsI=; b=noeR2X45Xgu0ZiWb9Hp2sL6Z9VkrTVMe+wC5HavwObr06idmud4SYqBCB0xB40zRWj /vrN/8tjSoz4/5yPmKheJIwIjVqOfCH4GwxK4FW8GWrRM5t8IqkierYPc1TvOW1o1DAR ClC42TIwaS8AFPbZ2DHhjydicaW6w5yU2YJy22qu+wcljgyfIvE611j3PiP6vr0GhFtX ZRHO6swHboOCTYHuOL7CbWCsJd5E+AtcDpiCdgiFA4pfaSOZmSYHhzEu22dymUgy6nMV 8U6R0Yw2XdKZ0jVqKGb86hgp0uYBWJWHgLHtnc7A7EK8RvBTLXsypenSZ21Vhz55Du3d TWhQ== 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 n20si10139159ejs.158.2020.07.14.05.05.06; Tue, 14 Jul 2020 05:05:30 -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 S1728224AbgGNMCa (ORCPT + 99 others); Tue, 14 Jul 2020 08:02:30 -0400 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:52642 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728173AbgGNMCX (ORCPT ); Tue, 14 Jul 2020 08:02:23 -0400 Received: from Internal Mail-Server by MTLPINE1 (envelope-from vadimp@mellanox.com) with SMTP; 14 Jul 2020 15:02:17 +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 06EC25dm004353; Tue, 14 Jul 2020 15:02:17 +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 v2 09/11] Documentation/ABI: Add new attribute for mlxreg-io sysfs interfaces Date: Tue, 14 Jul 2020 15:02:01 +0300 Message-Id: <20200714120203.10352-10-vadimp@mellanox.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20200714120203.10352-1-vadimp@mellanox.com> References: <20200714120203.10352-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 --- v1->v2: Changes added by Vadim: - Update date and kernel version. --- 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..fd9a8045bb0c 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: July 2020 +KernelVersion: 5.9 +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