commit | bac1a0f0bbf0b11b23fe714826f29fc9aeb35855 | [log] [tgz] |
---|---|---|
author | Paul Walmsley <paul@pwsan.com> | Wed Feb 23 00:14:06 2011 -0700 |
committer | Paul Walmsley <paul@pwsan.com> | Mon Feb 28 12:04:25 2011 -0700 |
tree | 663236a6d8b986e66d83642d8b3b13aa137226af | |
parent | ce722d269ff85ab11aa680784bcc6eff06e3e3ea [diff] |
OMAP2+: hwmod: allow multiple calls to omap_hwmod_init() There's no longer any reason why we should prevent multiple calls to omap_hwmod_init(). It is now simply used to register an array of hwmods. This should allow a subset of hwmods (e.g., hwmods handling the system clocksource and clockevents) to be registered earlier than the remaining mass of hwmods. Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: BenoƮt Cousson <b-cousson@ti.com> Cc: Kevin Hilman <khilman@ti.com>