commit | 266dcff03eed0050b6af11aaf2a61ab837d7ba3f | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 16 01:19:34 2014 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jul 17 18:21:21 2014 -0700 |
tree | 3d11f566fe2c4712808577bdd02d1a83859c9299 | |
parent | c8b29f049eb2645dd21e40a6613c09f15c731650 [diff] |
Serial: allow port drivers to have a default attribute group Some serial drivers (like 8250), want to add sysfs files. We need to do so in a race-free way, so allow any port to be able to specify an attribute group that should be added at device creation time. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Yoshihiro YUNOMAE <yoshihiro.yunomae.ez@hitachi.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>