Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753045AbdFQOho (ORCPT ); Sat, 17 Jun 2017 10:37:44 -0400 Received: from forward1j.cmail.yandex.net ([5.255.227.19]:48644 "EHLO forward1j.cmail.yandex.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752027AbdFQOhm (ORCPT ); Sat, 17 Jun 2017 10:37:42 -0400 Authentication-Results: mxback6o.mail.yandex.net; dkim=pass header.i=@yandex.ru From: Evgeniy Polyakov Envelope-From: drustafa@yandex.ru To: Jaghathiswari Rankappagounder Natarajan , "linux-kernel@vger.kernel.org" , "linux@roeck-us.net" , "jdelvare@suse.com" , "linux-hwmon@vger.kernel.org" In-Reply-To: <20170614215944.24984-1-jaghu@google.com> References: <20170614215944.24984-1-jaghu@google.com> Subject: Re: [PATCH linux v1 0/3] Export 1-wire thermal sensors as hwmon device MIME-Version: 1.0 Message-Id: <3137281497710254@web33j.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Sat, 17 Jun 2017 17:37:34 +0300 Content-Transfer-Encoding: 7bit Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 646 Lines: 15 Hi 15.06.2017, 00:59, "Jaghathiswari Rankappagounder Natarajan" : > Our board has 4 DS18B20 1-wire temperature sensors. Each 1-wire bus and the > sensor under it is already configured against the Linux 1-wire driver > (called w1). They have a sysfs file(e.g. > /sys/bus/w1/devices/w1_bus_master1/28-000007704f4c/w1_slave) which, when read, > runs code to read the temperature. We'd like the temperatures to show up in > hwmon, so that the BMC IPMI sensor plumbing can forward those to host. > > This patchset is based on linux mainline version v4.10. Looks good to me, thank you. Acked-by: Evgeniy Polyakov