From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 1/2] sysfs: Introducing sysfs_create_bin_group() Date: Fri, 12 Nov 2010 11:29:58 -0800 Message-ID: <20101112192958.GA22233@suse.de> References: <1289585918.2629.12.camel@neuromancer> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from cantor2.suse.de ([195.135.220.15]:36800 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932822Ab0KLTaQ (ORCPT ); Fri, 12 Nov 2010 14:30:16 -0500 Content-Disposition: inline In-Reply-To: <1289585918.2629.12.camel@neuromancer> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Stefan Achatz Cc: "Eric W. Biederman" , "Serge E. Hallyn" , Tejun Heo , Jiri Kosina , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Dmitry Torokhov , Benjamin Thery On Fri, Nov 12, 2010 at 07:18:38PM +0100, Stefan Achatz wrote: > Implemented group functions for easier creation of multiple binary sysfs > attributes similar to existing attribute_group handling functions. > The code reuses struct attribute_group instead of inventing a new struct > binary_attribute_group. > > Signed-off-by: Stefan Achatz Looks good to me, nice job. Dmitry, do you want to take this through your tree as the mouse driver change needs it? If so, feel free to do so and add a: Acked-by: Greg Kroah-Hartman to the patch. If not, I'll be glad to take it, and the mouse driver change through my tree if needed. Just let me know which is easier for you. thanks, greg k-h