commit | 25b4a38fcf1be7f425b3a9eb94998c35f5b763ee | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Feb 08 19:03:19 2017 +0200 |
committer | Darren Hart <dvhart@linux.intel.com> | Fri Feb 24 23:48:45 2017 -0800 |
tree | 43e04891a2fe9afcea15a79ab65cdb08c7dc9402 | |
parent | ca45ba06885f9f3fa9a7e70296f99d9a4899dbf4 [diff] |
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>