commit | 425dc8b2dff222ffd88f31f589dc647409cae0ce | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Fri Nov 21 15:51:37 2014 +0200 |
committer | Tero Kristo <t-kristo@ti.com> | Tue Mar 31 21:26:50 2015 +0300 |
tree | 43a3919b84c1119fda11fb22b48c828bc934eda6 | |
parent | 48e0c1148d18de677f1b2aec179f36fb7c1e3839 [diff] |
ARM: OMAP2+: CM: move SoC specific init calls within a generic API This gets rid of need for some exported driver APIs, and simplifies the initialization of the CM driver. Done in preparation to make CM a separate driver. The init data is now also passed to the SoC specific implementations, allowing future expansion to add feature flags etc. Signed-off-by: Tero Kristo <t-kristo@ti.com>