From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754064AbbJSPEw (ORCPT ); Mon, 19 Oct 2015 11:04:52 -0400 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25]:33638 "EHLO mx0a-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752842AbbJSPEu (ORCPT ); Mon, 19 Oct 2015 11:04:50 -0400 Subject: Re: [alsa-devel] [PATCH v2 0/3] Add support for Cirrus Logic CS47L24 and WM1831 codecs From: Richard Fitzgerald To: Caleb Crome CC: , "alsa-devel@alsa-project.org" , , , , , Mark Brown , In-Reply-To: References: <1445264027-7357-1-git-send-email-rf@opensource.wolfsonmicro.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 19 Oct 2015 16:04:33 +0100 Message-ID: <1445267073.3536.32.camel@rf-debian.wolfsonmicro.main> MIME-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-10-19_13:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1507310000 definitions=main-1510190254 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2015-10-19 at 07:52 -0700, Caleb Crome wrote: > (Accidentally sent HTML format last time, so re-sending...) > > Does anybody have support written for the CS53L30 4 channel ADC ? > > > Thanks, > -Caleb > You'd be more likely to get a reply to that if you started a new thread that included in the email title the part number of the device you are interested in. It not reasonable to assume that someone who knows about the CS53L30 would expect to find a discussion of it under a thread about a different device. > On Mon, Oct 19, 2015 at 7:13 AM, Richard Fitzgerald > wrote: > > mfd patch based on Lee Jones's for-next > > gpio patch based on Linus Walleij's for-next > > ASoC patch based on Mark Brown's for-next > > > > Lee/Mark - can one of you take all three patches (with maintainer acks) so > > that the patch set is kept together? > > > > Richard Fitzgerald (3): > > mfd: arizona: Support Cirrus Logic CS47L24 and WM1831 > > gpio: arizona: Support Cirrus Logic CS47L24 and WM1831 > > ASoC: cs47l24: Add driver for Cirrus Logic CS47L24 and WM1831 codecs > > > > Documentation/devicetree/bindings/mfd/arizona.txt | 4 +- > > drivers/gpio/gpio-arizona.c | 4 + > > drivers/mfd/Kconfig | 19 +- > > drivers/mfd/Makefile | 3 + > > drivers/mfd/arizona-core.c | 74 +- > > drivers/mfd/arizona-irq.c | 40 +- > > drivers/mfd/arizona-spi.c | 7 + > > drivers/mfd/arizona.h | 4 + > > drivers/mfd/cs47l24-tables.c | 1629 +++++++++++++++++++++ > > include/linux/mfd/arizona/core.h | 3 + > > sound/soc/codecs/Kconfig | 8 + > > sound/soc/codecs/Makefile | 2 + > > sound/soc/codecs/cs47l24.c | 1148 +++++++++++++++ > > sound/soc/codecs/cs47l24.h | 23 + > > 14 files changed, 2942 insertions(+), 26 deletions(-) > > create mode 100644 drivers/mfd/cs47l24-tables.c > > create mode 100644 sound/soc/codecs/cs47l24.c > > create mode 100644 sound/soc/codecs/cs47l24.h > > > > -- > > 1.9.1 > > > > _______________________________________________ > > Alsa-devel mailing list > > Alsa-devel@alsa-project.org > > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@alsa-project.org > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel