From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752372AbdGMPgz (ORCPT ); Thu, 13 Jul 2017 11:36:55 -0400 Received: from forward2o.cmail.yandex.net ([37.9.109.243]:48073 "EHLO forward2o.cmail.yandex.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751201AbdGMPgx (ORCPT ); Thu, 13 Jul 2017 11:36:53 -0400 Authentication-Results: mxback13g.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" Cc: Greg Kroah-Hartman In-Reply-To: <20170712214118.4306-1-jaghu@google.com> References: <20170712214118.4306-1-jaghu@google.com> Subject: Re: [PATCH linux v2 0/3] Export 1-wire thermal sensors as hwmon device MIME-Version: 1.0 Message-Id: <557981499960209@web50j.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Thu, 13 Jul 2017 18:36:49 +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 Hi 13.07.2017, 00:41, "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. > > The changes in version 2 are mentioned in the individual patches. > > This patchset is based on linux mainline version v4.10. I believe this is a resend of your previous patchet, isn't it? Greg, if you hadn't yet, please pull it into the tree. Thank you.