[PATCH 0/3] Intel MSIC MFD driver for Medfield platform

From: Mika Westerberg
Date: Wed Sep 07 2011 - 12:48:52 EST


Hi,

This series adds support for the Intel MSIC (Mixed Signal IC) chip found on
Intel Medfield platforms. The MSIC chip embeds audio codec, ADC, GPIOs etc.

Existing drivers which use plain SCU IPC will continue to work and they can
be converted to the MSIC register interface later on. Any new drivers for
devices in the MSIC should use this interface.

Thanks.

Alan Cox (1):
x86, mrst: Some drivers need to known when an SCU is available

Mika Westerberg (2):
mfd: add Intel MSIC driver
x86, mrst: add platform support for MSIC MFD driver

arch/x86/include/asm/intel_scu_ipc.h | 22 ++
arch/x86/platform/mrst/mrst.c | 174 +++++++++++-
drivers/mfd/Kconfig | 9 +
drivers/mfd/Makefile | 1 +
drivers/mfd/intel_msic.c | 501 ++++++++++++++++++++++++++++++++++
include/linux/mfd/intel_msic.h | 456 +++++++++++++++++++++++++++++++
6 files changed, 1149 insertions(+), 14 deletions(-)
create mode 100644 drivers/mfd/intel_msic.c
create mode 100644 include/linux/mfd/intel_msic.h

--
1.7.5.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/