Re: [PATCH 01/11] w1: add attribute groups to struct w1_family_ops

2013-08-22 Thread Greg Kroah-Hartman
On Thu, Aug 22, 2013 at 04:05:04AM +0400, Рустафа Джамурахметов wrote: > Hi > > 22.08.2013, 02:45, "Greg Kroah-Hartman" : > > This lets w1 slave drivers declare an attribute group, and not have to > > create/destroy sysfs files directly.  All w1 slave drivers will be fixed > > to use this field up

Re: [PATCH 01/11] w1: add attribute groups to struct w1_family_ops

2013-08-21 Thread Рустафа Джамурахметов
Hi 22.08.2013, 02:45, "Greg Kroah-Hartman" : > This lets w1 slave drivers declare an attribute group, and not have to > create/destroy sysfs files directly.  All w1 slave drivers will be fixed > to use this field up in follow-on patches to this one. Sounds reasonble, saves fair amount of code in

[PATCH 01/11] w1: add attribute groups to struct w1_family_ops

2013-08-21 Thread Greg Kroah-Hartman
This lets w1 slave drivers declare an attribute group, and not have to create/destroy sysfs files directly. All w1 slave drivers will be fixed to use this field up in follow-on patches to this one. Cc: Evgeniy Polyakov Signed-off-by: Greg Kroah-Hartman --- drivers/w1/w1.c| 73 +