From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934156AbbDWLa7 (ORCPT ); Thu, 23 Apr 2015 07:30:59 -0400 Received: from forward15p.cmail.yandex.net ([87.250.241.141]:60496 "EHLO forward15p.cmail.yandex.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933900AbbDWLa6 (ORCPT ); Thu, 23 Apr 2015 07:30:58 -0400 Authentication-Results: smtp19.mail.yandex.net; dkim=pass header.i=@icelogic.net Message-ID: <5538D7EA.30403@icelogic.net> Date: Thu, 23 Apr 2015 14:30:50 +0300 From: Dmitry Khromov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33.1 MIME-Version: 1.0 To: Greg KH , Evgeniy Polyakov CC: linux-kernel@vger.kernel.org, rdunlap@infradead.org Subject: Re: [PATCH v2] w1: introduce an ability to specify microseconds bus scanning intervals References: <552D4B21.4020803@infradead.org> <1429739735-32718-1-git-send-email-dk@icelogic.net> <20150423092040.GB19457@kroah.com> In-Reply-To: <20150423092040.GB19457@kroah.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23.04.2015 12:20, Greg KH wrote: > On Thu, Apr 23, 2015 at 12:55:35AM +0300, Dmitry Khromov wrote: >> Signed-off-by: Dmitry Khromov >> --- >> drivers/w1/w1.c | 17 ++++++++++++++++- >> 1 file changed, 16 insertions(+), 1 deletion(-) > > You added a new sysfs file, without any documentation about it added to > Documentation/ABI, nor any reason why this needs to be done in the > changelog entry for the patch. Sorry for that, the complete reason was given in the original version of the patch, I've added a short summary in the changelog for v3. Thanks for reminding about the documentation. I've added a short description and minor cosmetics to Documentation/w1/w1.generic to give a slightly more detailed idea on what's going on during the bus scan. Please review. -- Regards, - Dmitry