From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752465AbcEAVDt (ORCPT ); Sun, 1 May 2016 17:03:49 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58898 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752344AbcEAVDs (ORCPT ); Sun, 1 May 2016 17:03:48 -0400 Date: Sun, 1 May 2016 14:03:47 -0700 From: Greg KH To: Evgeniy Polyakov Cc: x29a <0.x29a.0@googlemail.com>, "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] w1: add ability to set (SRAM) and store (EEPROM) configuration for temp sensors like DS18B20 Message-ID: <20160501210347.GA32231@kroah.com> References: <5712C5EC.1010108@gmail.com> <504421461755611@web6g.yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <504421461755611@web6g.yandex.ru> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 27, 2016 at 02:13:31PM +0300, Evgeniy Polyakov wrote: > Hi > > 17.04.2016, 02:08, "x29a" <0.x29a.0@googlemail.com>: > > based on the PR (https://github.com/raspberrypi/linux/pull/1412) for the raspberry pi kernel, i would like to propose my changes upstream as well. > > > > The changes entitle basic write operations for the 1Wire driver which are needed to change e.g. the precision of temperature sensors like the very popular DS18B20. Writing to SRAM and commiting the values to EEPROM is possible. > > > > Since many sensors come "preconfigured" with a lower precision, people are stuck that precision when running on a kernel based device (unlike the Dallas 1Wire library for e.g. Arduino, which supports writing the configuration/scratchpad). > > This looks good to me, Greg, please pull it into your tree > > > Signed-off-by: x29a <0.x29a.0@gmail.com> > > Acked-by: Evgeniy Polyakov I can't, I need a "real" name for a patch. "x29a", can you resend this with your real name on it, and I will be glad to apply it to the tree. thanks, greg k-h