]> git.baikalelectronics.ru Git - kernel.git/commit
of/spi: Fix SPI module loading by using proper "spi:" modalias prefixes.
authorDavid Daney <david.daney@cavium.com>
Tue, 22 May 2012 22:47:19 +0000 (15:47 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Sat, 15 Dec 2012 00:49:35 +0000 (00:49 +0000)
commit2519dd98018614a37560570b4b4963a0483c6030
tree20964fd5de0ccda5cff4cf6e5a0057d5f4bb29d1
parentbde175291cd19cd490c0ac45c232b8a1cd1b138a
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>
drivers/spi/spi.c