From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755677AbbAFRmX (ORCPT ); Tue, 6 Jan 2015 12:42:23 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:41145 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751453AbbAFRmW (ORCPT ); Tue, 6 Jan 2015 12:42:22 -0500 Date: Tue, 6 Jan 2015 09:42:21 -0800 From: Greg Kroah-Hartman To: Mariusz Gorski Cc: Evgeniy Polyakov , David Fries , linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] w1: slaves: w1_therm: Add temp attribute Message-ID: <20150106174221.GA24538@kroah.com> References: <1420554596-10250-1-git-send-email-marius.gorski@gmail.com> <1420554596-10250-3-git-send-email-marius.gorski@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1420554596-10250-3-git-send-email-marius.gorski@gmail.com> 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 Tue, Jan 06, 2015 at 03:29:56PM +0100, Mariusz Gorski wrote: > Add new attribute to simplify reading of current temperature. > > Signed-off-by: Mariusz Gorski > --- > drivers/w1/slaves/w1_therm.c | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) You add sysfs attributes without adding new Documentation/ABI/ entries, which means I can't take this patch series, sorry. Please redo it and add the needed information. Also, temperature should be a standard sensor attribute, so you might want to use that subsystem instead of creating your own ABI here. thanks, greg k-h