commit | cb71941a682270dd5164d1332900694d19caa5e1 | [log] [tgz] |
---|---|---|
author | David Daney <david.daney@cavium.com> | Tue May 22 15:47:19 2012 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sat Dec 15 00:49:35 2012 +0000 |
tree | 20964fd5de0ccda5cff4cf6e5a0057d5f4bb29d1 | |
parent | 7d859ff4937a22aabc0d3f352d1f515fb8b38528 [diff] |
of/spi: Fix SPI module loading by using proper "spi:" modalias prefixes. To get modprobe to automatically load the proper modules, we need to prefix things with "spi:". Partially based on Grant Likely's suggestions. Signed-off-by: David Daney <david.daney@cavium.com> [grant.likely: reworked because drivers/of/of_spi.c has been removed] Signed-off-by: Grant Likely <grant.likely@secretlab.ca>