platform/x86: intel_mid_powerbtn: Use SCU IPC directly
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 8 Feb 2017 17:03:19 +0000 (19:03 +0200)
committerDarren Hart <dvhart@linux.intel.com>
Sat, 25 Feb 2017 07:48:45 +0000 (23:48 -0800)
commit25b4a38fcf1be7f425b3a9eb94998c35f5b763ee
tree43e04891a2fe9afcea15a79ab65cdb08c7dc9402
parentca45ba06885f9f3fa9a7e70296f99d9a4899dbf4
platform/x86: intel_mid_powerbtn: Use SCU IPC directly

On older Intel MID platforms is using SCU IPC library beneath MSIC
calls.

To make access unified between old and new platforms use SCU IPC library
directly. It's safe since serialization is done in the library.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/intel_mid_powerbtn.c