From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932848AbbDWJUp (ORCPT ); Thu, 23 Apr 2015 05:20:45 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54151 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751590AbbDWJUn (ORCPT ); Thu, 23 Apr 2015 05:20:43 -0400 Date: Thu, 23 Apr 2015 11:20:40 +0200 From: Greg KH To: Dmitry Khromov Cc: linux-kernel@vger.kernel.org, zbr@ioremap.net, rdunlap@infradead.org Subject: Re: [PATCH v2] w1: introduce an ability to specify microseconds bus scanning intervals Message-ID: <20150423092040.GB19457@kroah.com> References: <552D4B21.4020803@infradead.org> <1429739735-32718-1-git-send-email-dk@icelogic.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1429739735-32718-1-git-send-email-dk@icelogic.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. I need _some_ kind of information here, sorry, I can't take this as-is. thanks, greg k-h