From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932173Ab0KLTi3 (ORCPT ); Fri, 12 Nov 2010 14:38:29 -0500 Received: from mail-yw0-f46.google.com ([209.85.213.46]:40951 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751920Ab0KLTi0 (ORCPT ); Fri, 12 Nov 2010 14:38:26 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=ixj5uSljrWs7ybfuEJTqoVJw7TPPa5zumKU+0phtybPbalV7IGk13+OMqap/58KwVW U4qSObZFY4uFkZgd33Txd8htp5HDDBwwuVSaZiQE+/PO7H4HFn2wh0BaW8sWpPeDiW3N SlO0va7p9y1THva26/lK45++B2FNLomMHoxY4= Date: Fri, 12 Nov 2010 11:38:17 -0800 From: Dmitry Torokhov To: Greg KH Cc: Stefan Achatz , "Eric W. Biederman" , "Serge E. Hallyn" , Tejun Heo , Jiri Kosina , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Benjamin Thery Subject: Re: [PATCH 1/2] sysfs: Introducing sysfs_create_bin_group() Message-ID: <20101112193817.GA1299@core.coreip.homeip.net> References: <1289585918.2629.12.camel@neuromancer> <20101112192958.GA22233@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101112192958.GA22233@suse.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 12, 2010 at 11:29:58AM -0800, Greg KH wrote: > 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. > Actually the driver lives in hid so it's up to Jiri how he wants to handle this. Thanks. -- Dmitry