Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752950AbbHLL6V (ORCPT ); Wed, 12 Aug 2015 07:58:21 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:42629 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752424AbbHLL6T (ORCPT ); Wed, 12 Aug 2015 07:58:19 -0400 From: Richard Fitzgerald To: lee.jones@linaro.org Cc: sameo@linux.intel.com, patches@opensource.wolfsonmicro.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH V4 0/3] mfd: arizona: Support Cirrus Logic CS47L24 and WM1831 Date: Wed, 12 Aug 2015 12:58:09 +0100 Message-Id: <1439380692-7848-1-git-send-email-rf@opensource.wolfsonmicro.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1626 Lines: 36 This set of patches adds MFD support for the CS47L24 and WM1831 codecs. Since there are a few features of the existing codecs that are not present on the CS47L24/WM1831 the first two patches factor out some small parts of the suspend/resume handling so that the CS47L24/WM1831 can be added in a clean, readable way. There are also some small changes due to the change of manufacturer, the original Arizona codecs were produced by Wolfson Microelectronics but the CS47L24 and WM1831 are Cirrus Logic parts. Richard Fitzgerald (3): mfd: arizona: factor out DCVDD isolation control mfd: arizona: factor out checking of jack detection state mfd: arizona: Support Cirrus Logic CS47L24 and WM1831 Documentation/devicetree/bindings/mfd/arizona.txt | 6 +- drivers/mfd/Kconfig | 19 +- drivers/mfd/Makefile | 3 + drivers/mfd/arizona-core.c | 220 ++- drivers/mfd/arizona-irq.c | 40 +- drivers/mfd/arizona-spi.c | 8 + drivers/mfd/arizona.h | 4 + drivers/mfd/cs47l24-tables.c | 1635 +++++++++++++++++++++ include/linux/mfd/arizona/core.h | 3 + 9 files changed, 1858 insertions(+), 80 deletions(-) create mode 100644 drivers/mfd/cs47l24-tables.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/