commit | 8025395f39c97e332362c24f7c33c86acdd4cd90 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Wed Jul 10 15:35:26 2013 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Sat Jul 27 07:56:38 2013 +0200 |
tree | 4e39d88e50db21fd6b0378556022cafba7785b40 | |
parent | 7006b8a1facc5dcafb2afa27a1209d924f99a2eb [diff] |
ARM: ux500: cpuidle: Instantiate the driver from platform device To break the dependency on the "id.h" file we move the cpuidle driver to a platform device. Now we only call the probe() on this driver if we find a corresponding platform device (which is spawned from the PRCMU MFD driver). Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>