lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed,  7 Sep 2011 16:06:49 +0300
From:	Mika Westerberg <mika.westerberg@...ux.intel.com>
To:	linux-kernel@...r.kernel.org
Cc:	alan@...ux.intel.com, sameo@...ux.intel.com, tglx@...utronix.de,
	mingo@...hat.com, hpa@...or.com, feng.tang@...el.com,
	jacob.jun.pan@...ux.intel.com,
	Mika Westerberg <mika.westerberg@...ux.intel.com>
Subject: [PATCH 0/3] Intel MSIC MFD driver for Medfield platform

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ