commit | d58cb9cc8a46c9e539cbf8007cd5ede3c09c3524 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Tue Aug 23 19:27:27 2011 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Aug 24 16:01:24 2011 -0700 |
tree | 39f10b718e1d084752dc97608c481509e06d52fc | |
parent | ebf4127cd677e9781b450e44dfaaa1cc595efcaa [diff] |
docs/driver-model: Document device.groups Several drivers use device_create_file() where device.groups should be used instead. This patch documents that and also removes the comments about device classes since these should not be used in new code in the way documented until now in Documentation/driver-model/device.txt. Signed-off-by: Bart Van Assche <bvanassche@acm.org> Cc: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>