]> git.karo-electronics.de Git - karo-tx-linux.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>
Fri, 25 May 2012 23:04:48 +0000 (17:04 -0600)
commitd1c185bcb15184ebcbc1b2e003e9a6c4658985c4
treeb2fbe87646846b0d12a2f2b206aba0029ccaf7e9
parent900b749ca598b0165215d6b19d0456cf9685d96c
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