commit | 9bf503e6bec3f2d28298808454eebde031ab5b5b | [log] [tgz] |
---|---|---|
author | Philipp Zabel <philipp.zabel@gmail.com> | Sun Jan 18 14:32:27 2009 +0100 |
committer | Liam Girdwood <lrg@slimlogic.co.uk> | Fri Jan 30 21:50:49 2009 +0000 |
tree | 59d6093f555b3fca979662ea68e62a8bbb9c3d4a | |
parent | 33bfad54b58cf05cfe6678c3ec9235d4bc8db4c2 [diff] |
regulator: move bq24022 init back to module_init instead of subsys_initcall This workaround was needed when regulator/ was not linked before both power/ and usb/otg/ in drivers/Makefile. Now that it is even linked before mfd/, this patch makes sure that bq24022 isn't probed before the GPIO expander is set up. Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>