commit | 25c8e03bdb769dfe2381f8b7942f05b0eb4bdf31 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@stericsson.com> | Mon Sep 06 11:02:12 2010 +0200 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Sep 08 22:50:10 2010 -0600 |
tree | e75b237194b51c3df7101ca27e751c8fed828ffa | |
parent | 05f25abcf6043952fb2a2d98735dec58ba1fcadb [diff] |
spi/pl022: move probe call to subsys_initcall() The PL022 SPI bus is sometimes used for early stuff like regulators that need to be present at module_init() time, so we move this to a subsys_initcall(). Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>