]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
mfd: Add support for Merrifield Basin Cove PMIC
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 1 Aug 2019 19:03:35 +0000 (22:03 +0300)
committerLee Jones <lee.jones@linaro.org>
Mon, 2 Sep 2019 10:09:03 +0000 (11:09 +0100)
commitb9a801dfa59163dc2db8147a98af406eb79e51de
treed17f601dee6b3e889cab833e446e4cc60a1aca71
parentb65dc4f6b339ff57321fd95f2f7b6197a3c24ba4
mfd: Add support for Merrifield Basin Cove PMIC

Add an MFD driver for Intel Merrifield Basin Cove PMIC.

Firmware on the platforms which are using Basin Cove PMIC is "smarter"
than on the rest supported by vanilla kernel. It handles first level
of interrupt itself, while others do it on OS level.

The driver is done in the same way as the rest of Intel PMIC MFD drivers
in the kernel to support the initial design. The design allows to use
one driver among few PMICs without knowing implementation details of
the each hardware version or generation.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/intel_soc_pmic_mrfld.c [new file with mode: 0644]
include/linux/mfd/intel_soc_pmic_mrfld.h [new file with mode: 0644]