devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4 0/3] mfd: arizona: Support Cirrus Logic CS47L24 and WM1831
@ 2015-08-12 11:58 Richard Fitzgerald
  2015-08-12 11:58 ` [PATCH V4 1/3] mfd: arizona: factor out DCVDD isolation control Richard Fitzgerald
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Richard Fitzgerald @ 2015-08-12 11:58 UTC (permalink / raw)
  To: lee.jones; +Cc: sameo, patches, linux-kernel, devicetree

This set of patches adds MFD support for the CS47L24 and WM1831 codecs.

Since there are a few features of the existing codecs that are not present
on the CS47L24/WM1831 the first two patches factor out some small parts of
the suspend/resume handling so that the CS47L24/WM1831 can be added in a
clean, readable way.

There are also some small changes due to the change of manufacturer, the
original Arizona codecs were produced by Wolfson Microelectronics but the
CS47L24 and WM1831 are Cirrus Logic parts.

Richard Fitzgerald (3):
  mfd: arizona: factor out DCVDD isolation control
  mfd: arizona: factor out checking of jack detection state
  mfd: arizona: Support Cirrus Logic CS47L24 and WM1831

 Documentation/devicetree/bindings/mfd/arizona.txt |    6 +-
 drivers/mfd/Kconfig                               |   19 +-
 drivers/mfd/Makefile                              |    3 +
 drivers/mfd/arizona-core.c                        |  220 ++-
 drivers/mfd/arizona-irq.c                         |   40 +-
 drivers/mfd/arizona-spi.c                         |    8 +
 drivers/mfd/arizona.h                             |    4 +
 drivers/mfd/cs47l24-tables.c                      | 1635 +++++++++++++++++++++
 include/linux/mfd/arizona/core.h                  |    3 +
 9 files changed, 1858 insertions(+), 80 deletions(-)
 create mode 100644 drivers/mfd/cs47l24-tables.c

-- 
1.9.1

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

end of thread, other threads:[~2015-08-14  6:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12 11:58 [PATCH V4 0/3] mfd: arizona: Support Cirrus Logic CS47L24 and WM1831 Richard Fitzgerald
2015-08-12 11:58 ` [PATCH V4 1/3] mfd: arizona: factor out DCVDD isolation control Richard Fitzgerald
     [not found]   ` <1439380692-7848-2-git-send-email-rf-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2015-08-12 14:42     ` Lee Jones
2015-08-12 11:58 ` [PATCH V4 2/3] mfd: arizona: factor out checking of jack detection state Richard Fitzgerald
     [not found]   ` <1439380692-7848-3-git-send-email-rf-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2015-08-12 14:45     ` Lee Jones
2015-08-12 11:58 ` [PATCH V4 3/3] mfd: arizona: Support Cirrus Logic CS47L24 and WM1831 Richard Fitzgerald
2015-08-14  6:40   ` 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).