commit | 42c2544b2d7d4f287bfa239455af09b6408476e2 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Wed Sep 07 16:06:51 2011 +0300 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Mon Oct 24 14:09:15 2011 +0200 |
tree | 95cecad4ffcaa206434aea36ed746f84e48ec4e6 | |
parent | 1f5a371c075a7101fe75a75cde5aad928460a42e [diff] |
x86, mrst: Some drivers need to known when an SCU is available Add a notifier so that drivers can hook into SCU availability in order to take actions post initialisation when/if the SCU becomes available. In the ideal world we wouldn't need this and we could avoid any init dependancies of this form, but in practice we can't do it for some cases. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>