Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752186AbdHBVRf (ORCPT ); Wed, 2 Aug 2017 17:17:35 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:39296 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751775AbdHBVRb (ORCPT ); Wed, 2 Aug 2017 17:17:31 -0400 From: Eddie James To: linux@roeck-us.net Cc: linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org, jdelvare@suse.com, joel@jms.id.au, eajames@linux.vnet.ibm.com, "Edward A. James" Subject: [PATCH 4/4] Documentation: ABI: Add IBM power supply sysfs documentation Date: Wed, 2 Aug 2017 16:17:13 -0500 X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1501708633-2964-1-git-send-email-eajames@linux.vnet.ibm.com> References: <1501708633-2964-1-git-send-email-eajames@linux.vnet.ibm.com> X-TM-AS-GCONF: 00 x-cbid: 17080221-0008-0000-0000-000008572D52 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007473; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000216; SDB=6.00896649; UDB=6.00448573; IPR=6.00676836; BA=6.00005506; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00016503; XFM=3.00000015; UTC=2017-08-02 21:17:29 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17080221-0009-0000-0000-0000435F6E05 Message-Id: <1501708633-2964-5-git-send-email-eajames@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-08-02_09:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1706020000 definitions=main-1708020340 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2026 Lines: 65 From: "Edward A. James" Signed-off-by: Edward A. James --- Documentation/ABI/testing/sysfs-driver-ibmps | 49 ++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-driver-ibmps diff --git a/Documentation/ABI/testing/sysfs-driver-ibmps b/Documentation/ABI/testing/sysfs-driver-ibmps new file mode 100644 index 0000000..1645685 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-driver-ibmps @@ -0,0 +1,49 @@ +What: /sys/bus/i2c/devices//clear_faults +KernelVersion: 4.13 +Contact: eajames@us.ibm.com +Description: Clears pmbus faults for this power supply. + +What: /sys/bus/i2c/devices//status_word +KernelVersion: 4.13 +Contact: eajames@us.ibm.com +Description: Displays the STATUS_WORD register. + +What: /sys/bus/i2c/devices//status_vout +KernelVersion: 4.13 +Contact: eajames@us.ibm.com +Description: Displays the STATUS_VOUT register. + +What: /sys/bus/i2c/devices//status_iout +KernelVersion: 4.13 +Contact: eajames@us.ibm.com +Description: Displays the STATUS_IOUT register. + +What: /sys/bus/i2c/devices//status_input +KernelVersion: 4.13 +Contact: eajames@us.ibm.com +Description: Displays the STATUS_INPUT register. + +What: /sys/bus/i2c/devices//status_temp +KernelVersion: 4.13 +Contact: eajames@us.ibm.com +Description: Displays the STATUS_TEMPERATURE register. + +What: /sys/bus/i2c/devices//status_cml +KernelVersion: 4.13 +Contact: eajames@us.ibm.com +Description: Displays the STATUS_CML register. + +What: /sys/bus/i2c/devices//status_other +KernelVersion: 4.13 +Contact: eajames@us.ibm.com +Description: Displays the STATUS_OTHER register. + +What: /sys/bus/i2c/devices//status_mfr +KernelVersion: 4.13 +Contact: eajames@us.ibm.com +Description: Displays the STATUS_MFR_SPECIFIC register. + +What: /sys/bus/i2c/devices//status_fan +KernelVersion: 4.13 +Contact: eajames@us.ibm.com +Description: Displays the STATUS_FAN register. -- 1.8.3.1