]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: Add support for Basin Cove power button
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 19 Mar 2019 10:59:56 +0000 (12:59 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 8 May 2019 21:33:03 +0000 (00:33 +0300)
commit5006add1f0c8fd1f0f830dbf98b25dac6bb13f33
tree31b2c8c645dbb50f4aa6f54b139fff66603ec8f4
parent8641f9ef1d532224a513e1520354b4b8a32d6dc3
platform/x86: Add support for Basin Cove power button

This provides a new input driver for supporting the power button on
Basin Cove PMIC, found on Intel Merrifield-based devices.

The driver follows the design used in intel_chtdc_ti_pwrbtn.c module.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/intel_mrfld_pwrbtn.c [new file with mode: 0644]