linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
To: Caleb Crome <caleb@crome.org>
Cc: <devicetree@vger.kernel.org>,
	"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
	<linus.walleij@linaro.org>, <patches@opensource.wolfsonmicro.com>,
	<linux-kernel@vger.kernel.org>, <linux-gpio@vger.kernel.org>,
	Mark Brown <broonie@kernel.org>, <lee.jones@linaro.org>
Subject: Re: [alsa-devel] [PATCH v2 0/3] Add support for Cirrus Logic CS47L24 and WM1831 codecs
Date: Mon, 19 Oct 2015 16:04:33 +0100	[thread overview]
Message-ID: <1445267073.3536.32.camel@rf-debian.wolfsonmicro.main> (raw)
In-Reply-To: <CAG5mAdxCPdPXbieWUTph0WeboQcRNX5hXwzQiGqouartK2M9SA@mail.gmail.com>

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
> <rf@opensource.wolfsonmicro.com> 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



  reply	other threads:[~2015-10-19 15:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-19 14:13 [PATCH v2 0/3] Add support for Cirrus Logic CS47L24 and WM1831 codecs Richard Fitzgerald
2015-10-19 14:13 ` [PATCH v2 1/3] mfd: arizona: Support Cirrus Logic CS47L24 and WM1831 Richard Fitzgerald
2015-10-30 18:29   ` Lee Jones
2015-10-19 14:13 ` [PATCH v2 2/3] gpio: " Richard Fitzgerald
2015-10-27  9:58   ` Linus Walleij
2015-10-28 11:42     ` Lee Jones
2015-10-29 14:29       ` Linus Walleij
2015-10-19 14:13 ` [PATCH v2 3/3] ASoC: cs47l24: Add driver for Cirrus Logic CS47L24 and WM1831 codecs Richard Fitzgerald
2015-10-22 12:40   ` Mark Brown
2015-10-19 14:52 ` [alsa-devel] [PATCH v2 0/3] Add support " Caleb Crome
2015-10-19 15:04   ` Richard Fitzgerald [this message]
2015-10-19 15:10     ` Caleb Crome

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1445267073.3536.32.camel@rf-debian.wolfsonmicro.main \
    --to=rf@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=caleb@crome.org \
    --cc=devicetree@vger.kernel.org \
    --cc=lee.jones@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=patches@opensource.wolfsonmicro.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).