linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5]  Add support for Cirrus Logic CS47L24 and WM1831 codecs
@ 2015-11-03 15:08 Richard Fitzgerald
  2015-11-03 15:08 ` [PATCH v3 1/5] mfd: arizona: Support Cirrus Logic CS47L24 and WM1831 Richard Fitzgerald
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Richard Fitzgerald @ 2015-11-03 15:08 UTC (permalink / raw)
  To: lee.jones, linus.walleij, broonie
  Cc: patches, linux-kernel, devicetree, linux-gpio, alsa-devel

----
Changes since v2
MFD:
  - Make binding doc a separate patch, add updates to supply bindings
  - Fix review comments

ASoC::
  - Fix sort order in KConfig and Makefile

MAINTAINERS:
  - Add patch to update MAINTAINERS
----

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 (5):
  mfd: arizona: Support Cirrus Logic CS47L24 and WM1831
  mfd: arizona: Update DT bindings to add CS47L24 and WM1831
  gpio: arizona: Support Cirrus Logic CS47L24 and WM1831
  ASoC: cs47l24: Add driver for Cirrus Logic CS47L24 and WM1831 codecs
  MAINTAINERS: Update Wolfson Micro section to include CS47L24 source

 Documentation/devicetree/bindings/mfd/arizona.txt |    9 +-
 MAINTAINERS                                       |    2 +
 drivers/gpio/gpio-arizona.c                       |    4 +
 drivers/mfd/Kconfig                               |   18 +-
 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 +
 15 files changed, 2948 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


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

end of thread, other threads:[~2016-01-11  6:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-03 15:08 [PATCH v3 0/5] Add support for Cirrus Logic CS47L24 and WM1831 codecs Richard Fitzgerald
2015-11-03 15:08 ` [PATCH v3 1/5] mfd: arizona: Support Cirrus Logic CS47L24 and WM1831 Richard Fitzgerald
2015-11-24 17:02   ` Lee Jones
2015-11-03 15:08 ` [PATCH v3 2/5] mfd: arizona: Update DT bindings to add " Richard Fitzgerald
2015-11-05 14:35   ` Rob Herring
2015-11-24 17:01   ` Lee Jones
2015-11-03 15:08 ` [PATCH v3 3/5] gpio: arizona: Support Cirrus Logic " Richard Fitzgerald
2016-01-11  6:26   ` Lee Jones
     [not found] ` <1446563316-28878-1-git-send-email-rf-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2015-11-03 15:08   ` [PATCH v3 4/5] ASoC: cs47l24: Add driver for Cirrus Logic CS47L24 and WM1831 codecs Richard Fitzgerald
2015-11-03 15:08 ` [PATCH v3 5/5] MAINTAINERS: Update Wolfson Micro section to include CS47L24 source Richard Fitzgerald
2015-11-24 17:03   ` Lee Jones

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).