]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/mfd/intel-lpss-pci.c
mfd: Add support for Intel Sunrisepoint LPSS devices
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 27 Jul 2015 15:04:03 +0000 (18:04 +0300)
committerLee Jones <lee.jones@linaro.org>
Tue, 28 Jul 2015 08:56:47 +0000 (09:56 +0100)
commit4b45efe8526359a11ca60a299bef3aebf413fd77
treee17e646d07b2959ce6fbe038abcecc8eb4e444e8
parent667dfed98615ae1fc4cc05b0763078435598c0f5
mfd: Add support for Intel Sunrisepoint LPSS devices

The new coming Intel platforms such as Skylake will contain Sunrisepoint PCH.
The main difference to the previous platforms is that the LPSS devices are
compound devices where usually main (SPI, HSUART, or I2C) and DMA IPs are
present.

This patch brings the driver for such devices found on Sunrisepoint PCH.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
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-lpss-acpi.c [new file with mode: 0644]
drivers/mfd/intel-lpss-pci.c [new file with mode: 0644]
drivers/mfd/intel-lpss.c [new file with mode: 0644]
drivers/mfd/intel-lpss.h [new file with mode: 0644]