aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/intel_msic.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-10-23mfd: Convert Intel PMIC drivers to use SPDX identifierAndy Shevchenko1-5/+2
1;5201;0c Reduce size of duplicated comments by switching to use SPDX identifier. No functional change. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
2011-10-24mfd: Add Intel MSIC driverMika Westerberg1-0/+456
Add support for Intel MSIC chip found on Intel Medfield platforms. This chip embeds several subdevices: audio, ADC, GPIO, power button, etc. The driver creates platform device for each subdevice. We also provide an MSIC register access API which should replace the more generic SCU IPC interface currently used. Existing drivers can choose whether they convert to this new API or stick with the SCU IPC interface. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>