Re: [PATCH v2 5/7] sysfs: add support for binary attributes in groups

2013-07-11 Thread Greg Kroah-Hartman
On Thu, Jul 11, 2013 at 01:45:53PM +0200, Oliver Schinagl wrote: > On 11-07-13 02:36, Greg Kroah-Hartman wrote: > >groups should be able to support binary attributes, just like it > >supports "normal" attributes. This lets us only handle one type of > >structure, groups, throughout the driver core

Re: [PATCH v2 5/7] sysfs: add support for binary attributes in groups

2013-07-11 Thread Oliver Schinagl
On 11-07-13 02:36, Greg Kroah-Hartman wrote: groups should be able to support binary attributes, just like it supports "normal" attributes. This lets us only handle one type of structure, groups, throughout the driver core and subsystems, making binary attributes a "full fledged" part of the dri

[PATCH v2 5/7] sysfs: add support for binary attributes in groups

2013-07-10 Thread Greg Kroah-Hartman
groups should be able to support binary attributes, just like it supports "normal" attributes. This lets us only handle one type of structure, groups, throughout the driver core and subsystems, making binary attributes a "full fledged" part of the driver model, and not something just "tacked on".