Re: [PATCH linux v2 0/3] Export 1-wire thermal sensors as hwmon device

From: Evgeniy Polyakov
Date: Thu Jul 13 2017 - 11:37:05 EST


Hi

13.07.2017, 00:41, "Jaghathiswari Rankappagounder Natarajan" <jaghu@xxxxxxxxxx>:
> 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.