All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add wm8997 driver
@ 2013-06-12 16:29 Charles Keepax
  2013-06-12 16:29 ` [PATCH 2/3] ASoC: wm8997: Initial CODEC driver Charles Keepax
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Charles Keepax @ 2013-06-12 16:29 UTC (permalink / raw)
  To: broonie; +Cc: alsa-devel, tiwai, patches, lgirdwood, Charles Keepax

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-06-17  8:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-12 16:29 [PATCH 0/3] Add wm8997 driver Charles Keepax
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

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.