All of lore.kernel.org
 help / color / mirror / Atom feed
From: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
To: broonie@kernel.org
Cc: alsa-devel@alsa-project.org, tiwai@suse.de,
	patches@opensource.wolfsonmicro.com, lgirdwood@gmail.com,
	Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Subject: [PATCH 0/3] Add wm8997 driver
Date: Wed, 12 Jun 2013 17:29:17 +0100	[thread overview]
Message-ID: <1371054560-28770-1-git-send-email-ckeepax@opensource.wolfsonmicro.com> (raw)

This series of patches adds support for the Wolfson wm8997 audio hub.

Thanks,
Charles


Charles Keepax (3):
  mfd: arizona: Integrate wm8997 into Arizona mfd
  ASoC: wm8997: Initial CODEC driver
  gpio: arizona: Add wm8997 support to probe

 drivers/gpio/gpio-arizona.c      |    1 +
 drivers/mfd/Kconfig              |    6 +
 drivers/mfd/Makefile             |    3 +
 drivers/mfd/arizona-core.c       |   26 +
 drivers/mfd/arizona-i2c.c        |    6 +
 drivers/mfd/arizona-irq.c        |    8 +
 drivers/mfd/arizona.h            |    5 +
 drivers/mfd/wm8997-tables.c      | 1525 ++++++++++++++++++++++++++++++++++++++
 include/linux/mfd/arizona/core.h |    2 +
 sound/soc/codecs/Kconfig         |    6 +
 sound/soc/codecs/Makefile        |    2 +
 sound/soc/codecs/arizona.c       |   13 +-
 sound/soc/codecs/wm8997.c        | 1008 +++++++++++++++++++++++++
 sound/soc/codecs/wm8997.h        |   23 +
 14 files changed, 2631 insertions(+), 3 deletions(-)
 create mode 100644 drivers/mfd/wm8997-tables.c
 create mode 100644 sound/soc/codecs/wm8997.c
 create mode 100644 sound/soc/codecs/wm8997.h

-- 
1.7.2.5

             reply	other threads:[~2013-06-12 16:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-12 16:29 Charles Keepax [this message]
2013-06-12 16:29 ` [PATCH 2/3] ASoC: wm8997: Initial CODEC driver Charles Keepax
2013-06-12 16:45   ` Regis Perdreau
2013-06-12 17:10   ` Mark Brown
2013-06-12 16:29 ` [PATCH 3/3] gpio: arizona: Add wm8997 support to probe Charles Keepax
2013-06-17  8:28   ` Linus Walleij
2013-06-17  8:32     ` Linus Walleij
2013-06-17  8:55       ` Mark Brown
2013-06-17  8:57         ` Linus Walleij
     [not found] ` <1371054560-28770-2-git-send-email-ckeepax@opensource.wolfsonmicro.com>
2013-06-12 17:14   ` [PATCH 1/3] mfd: arizona: Integrate wm8997 into Arizona mfd Mark Brown

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=1371054560-28770-1-git-send-email-ckeepax@opensource.wolfsonmicro.com \
    --to=ckeepax@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=patches@opensource.wolfsonmicro.com \
    --cc=tiwai@suse.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.