]> asedeno.scripts.mit.edu Git - linux.git/commit
mfd: Add support for Cherry Trail Dollar Cove TI PMIC
authorTakashi Iwai <tiwai@suse.de>
Mon, 4 Sep 2017 14:43:38 +0000 (16:43 +0200)
committerLee Jones <lee.jones@linaro.org>
Fri, 13 Oct 2017 09:42:58 +0000 (10:42 +0100)
commit6bac0606fdba97a2666bc8f0460a05fb7352b7e2
treeecf9810e2202a1a1f3f179d10e69c13a3b551954
parent88decb026d90c386b2a15adbe6fb094f6a86d144
mfd: Add support for Cherry Trail Dollar Cove TI PMIC

This patch adds the MFD driver for Dollar Cove (TI version) PMIC with
ACPI INT33F5 that is found on some Intel Cherry Trail devices.
The driver is based on the original work by Intel, found at:
  https://github.com/01org/ProductionKernelQuilts

This is a minimal version for adding the basic resources.  Currently,
only ACPI PMIC opregion and the external power-button are used.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=193891

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/intel_soc_pmic_chtdc_ti.c [new file with mode: 0644]