]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86, mrst: Some drivers need to known when an SCU is available
authorAlan Cox <alan@linux.intel.com>
Wed, 7 Sep 2011 13:06:51 +0000 (16:06 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 6 Oct 2011 14:44:02 +0000 (16:44 +0200)
commitf829619e935be177e5e1fbd28b726a534d3449c9
tree4bfed8d664a27b4832e235b491a7a92e152d6d74
parenta0cb3d516865359e953072c2a5e74140ed4508d6
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>
arch/x86/include/asm/intel_scu_ipc.h
arch/x86/platform/mrst/mrst.c