]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit78bc884eb16f31c4da4d7267b860e2a0c90b3888
tree43e04891a2fe9afcea15a79ab65cdb08c7dc9402
parentbf4e18606b3748ad1a0eb9e07af223c96342d7ba
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