From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751821AbdBBPEi (ORCPT ); Thu, 2 Feb 2017 10:04:38 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:58230 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751726AbdBBPEf (ORCPT ); Thu, 2 Feb 2017 10:04:35 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 02 Feb 2017 09:06:36 -0600 From: eajames To: Rob Herring Cc: linux@roeck-us.net, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-doc@vger.kernel.org, jdelvare@suse.com, corbet@lwn.net, mark.rutland@arm.com, wsa@the-dreams.de, andrew@aj.id.au, joel@jms.id.au, benh@kernel.crashing.org, "Edward A. James" Subject: Re: [PATCH linux v5 5/6] hwmon: occ: Add hwmon implementation for the P8 OCC In-Reply-To: <20170201173450.ysuk3j2hwoldz72o@rob-hp-laptop> References: <1485877437-13598-1-git-send-email-eajames@linux.vnet.ibm.com> <1485877437-13598-6-git-send-email-eajames@linux.vnet.ibm.com> <20170201173450.ysuk3j2hwoldz72o@rob-hp-laptop> User-Agent: Roundcube Webmail/1.0.1 X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 17020215-0012-0000-0000-000013882BF4 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00006543; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000201; SDB=6.00816211; UDB=6.00398559; IPR=6.00593649; BA=6.00005112; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00014152; XFM=3.00000011; UTC=2017-02-02 15:04:32 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17020215-0013-0000-0000-00004B104948 Message-Id: <87f4e9636acbcc5facc169d590b110cb@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-02-02_10:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1612050000 definitions=main-1702020141 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2017-02-01 11:34, Rob Herring wrote: > On Tue, Jan 31, 2017 at 09:43:56AM -0600, eajames@linux.vnet.ibm.com > wrote: >> From: "Edward A. James" >> >> Add code to tie the hwmon sysfs code and the POWER8 OCC code together, >> as >> well as probe the entire driver from the I2C bus. I2C is the >> communication >> method between the BMC and the P8 OCC. >> >> Signed-off-by: Edward A. James >> Signed-off-by: Andrew Jeffery >> --- >> Documentation/devicetree/bindings/hwmon/occ.txt | 13 +++ > > Please add acks when posting new versions. Thanks Rob, should I put up a new version with acked by, and no other changes? Also, do you mean to acknowledge this patch only, or all the patches? I'm new to this process... Thanks, Eddie > > Acked-by: Rob Herring > >> drivers/hwmon/occ/Kconfig | 14 ++++ >> drivers/hwmon/occ/Makefile | 1 + >> drivers/hwmon/occ/p8_occ_i2c.c | 104 >> ++++++++++++++++++++++++ >> 4 files changed, 132 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/hwmon/occ.txt >> create mode 100644 drivers/hwmon/occ/p8_occ_i2c.c