From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e06smtp13.uk.ibm.com (e06smtp13.uk.ibm.com [195.75.94.109]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 0866F1A0748 for ; Wed, 1 Apr 2015 21:15:34 +1100 (AEDT) Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 1 Apr 2015 11:15:31 +0100 From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= To: lm-sensors@lm-sensors.org Subject: [PATCH 0/4] hwmon: (ibmpowernv) add DTS support Date: Wed, 1 Apr 2015 12:15:02 +0200 Message-Id: <1427883306-32528-1-git-send-email-clg@fr.ibm.com> In-Reply-To: <1426787085-9004-1-git-send-email-clg@fr.ibm.com> References: <1426787085-9004-1-git-send-email-clg@fr.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Stewart Smith , =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= , Jean Delvare , Neelesh Gupta , skiboot@lists.ozlabs.org, linuxppc-dev@lists.ozlabs.org, Guenter Roeck List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello ! These patches extend the ibmpowernv driver to support the new OPAL firmware which now exposes in its device tree the Digital Temperature Sensors of a P8 system. They are based on Linux 4.0.0-rc6 + the initial cleanup serie : http://lists.lm-sensors.org/pipermail/lm-sensors/2015-March/043670.html and were tested on IBM Power and Open Power systems running Trusty. Cheers, C. Cédric Le Goater (4): hwmon: (ibmpowernv) add a helper routine create_hwmon_attr hwmon: (ibmpowernv) add support for the new device tree hwmon: (ibmpowernv) add a label attribute hwmon: (ibmpowernv) pretty print labels drivers/hwmon/ibmpowernv.c | 143 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 125 insertions(+), 18 deletions(-) -- 1.7.10.4