]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit19a82f85a5f0ae4fc4138b996407c9d7c685f8c1
treee17e646d07b2959ce6fbe038abcecc8eb4e444e8
parent2b339c896486d28e45d27b05b48d1cbd17882bb6
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]