platform/x86: Add support for Dollar Cove TI power button
authorTakashi Iwai <tiwai@suse.de>
Thu, 16 Nov 2017 19:24:02 +0000 (20:24 +0100)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 27 Nov 2017 11:39:11 +0000 (13:39 +0200)
commit19a525d80836ff969b34bdf8a502c05c5eaf5f75
treec23ab44d25c2a02221f80584f6d1d41d70d88961
parent75971febd9b14a517c14e83fccf6a961b4c759f1
platform/x86: Add support for Dollar Cove TI power button

This provides a new input driver for supporting the power button on
Dollar Cove TI PMIC, found on Cherrytrail-based devices.
The patch is based on the original work by Intel, found at:
  https://github.com/01org/ProductionKernelQuilts

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=193891
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/intel_chtdc_ti_pwrbtn.c [new file with mode: 0644]