commit | 7fb8f881c54beb05dd4d2c947dada1c636581d87 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Thu Jul 29 17:55:50 2010 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sun Aug 01 01:44:18 2010 -0600 |
tree | f3a823a5bcb4cc6bc1ed3c2dbc5a02582c9ecb22 | |
parent | 22ae782f86b726f9cea752c0f269ff6dcdf2f6e1 [diff] |
of/platform: Register of_platform_drivers with an "of:" prefix Currently there are some drivers in tree which register both a platform_driver and an of_platform_driver with the same name. This is a temporary situation until all the relevant of_platform_drivers are converted to be normal platform_drivers. Until then, this patch gives all the of_platform_drivers an "of:" prefix to protect against bogus matches and namespace conflicts.