]> 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)
commit2085d4016e925990d8a45d93d647f40feb8bd8ab
tree43e04891a2fe9afcea15a79ab65cdb08c7dc9402
parent3fa2b979fef71fd4b59c60bcf52a65c86a6126ed
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