Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752133AbdHBVR0 (ORCPT ); Wed, 2 Aug 2017 17:17:26 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:59217 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751959AbdHBVRV (ORCPT ); Wed, 2 Aug 2017 17:17:21 -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 0/4] drivers/hwmon/pmbus: Add IBM power supply hwmon driver Date: Wed, 2 Aug 2017 16:17:09 -0500 X-Mailer: git-send-email 1.8.3.1 X-TM-AS-GCONF: 00 x-cbid: 17080221-0020-0000-0000-00000C7B2BFB 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:18 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17080221-0021-0000-0000-00005D88D6DB Message-Id: <1501708633-2964-1-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: 1044 Lines: 24 From: "Edward A. James" This series adds a hwmon pmbus driver for an IBM power supply. The core monitoring functionality is provided by pmbus. The driver also exports some sysfs entries for raw status register access and the ability to clear faults. Edward A. James (4): drivers/hwmon/pmbus: Add IBM power supply hwmon driver drivers/hwmon/pmbus: ibmps: Add non-hwmon attributes Documentation: hwmon: Add IBM power supply documentation Documentation: ABI: Add IBM power supply sysfs documentation Documentation/ABI/testing/sysfs-driver-ibmps | 49 ++++++ Documentation/hwmon/ibmps | 53 ++++++ drivers/hwmon/pmbus/Kconfig | 10 ++ drivers/hwmon/pmbus/Makefile | 1 + drivers/hwmon/pmbus/ibmps.c | 242 +++++++++++++++++++++++++++ 5 files changed, 355 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-driver-ibmps create mode 100644 Documentation/hwmon/ibmps create mode 100644 drivers/hwmon/pmbus/ibmps.c -- 1.8.3.1