commit | 36c27a655a531f16b5567066600f0ea7fcb973b4 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Aug 21 15:44:55 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Aug 22 11:05:42 2013 -0700 |
tree | 70ba9e1c4ca5c0b02fb9ab94f3fa54fdca040ccb | |
parent | 5b187b3c0edf9aae6ebbad61b9fbb4ec1795e18b [diff] |
w1: add attribute groups to struct w1_family_ops 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. Acked-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>