Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752834AbdHJO4W (ORCPT ); Thu, 10 Aug 2017 10:56:22 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:41354 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751972AbdHJO4U (ORCPT ); Thu, 10 Aug 2017 10:56:20 -0400 Date: Thu, 10 Aug 2017 07:56:18 -0700 From: Guenter Roeck To: Eddie James Cc: linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org, jdelvare@suse.com, joel@jms.id.au, "Edward A. James" Subject: Re: [PATCH 4/4] Documentation: ABI: Add IBM power supply sysfs documentation Message-ID: <20170810145618.GC4945@roeck-us.net> References: <1501708633-2964-1-git-send-email-eajames@linux.vnet.ibm.com> <1501708633-2964-5-git-send-email-eajames@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1501708633-2964-5-git-send-email-eajames@linux.vnet.ibm.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2553 Lines: 77 On Wed, Aug 02, 2017 at 04:17:13PM -0500, Eddie James wrote: > 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 Please, no. If we do add driver-specific attributes, those should be added to the hwmon device, not to the i2c device. Guenter > +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 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-hwmon" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html