devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
To: lee.jones@linaro.org
Cc: sameo@linux.intel.com, patches@opensource.wolfsonmicro.com,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: [PATCH V4 0/3] mfd: arizona: Support Cirrus Logic CS47L24 and WM1831
Date: Wed, 12 Aug 2015 12:58:09 +0100	[thread overview]
Message-ID: <1439380692-7848-1-git-send-email-rf@opensource.wolfsonmicro.com> (raw)

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

             reply	other threads:[~2015-08-12 11:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-12 11:58 Richard Fitzgerald [this message]
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

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=1439380692-7848-1-git-send-email-rf@opensource.wolfsonmicro.com \
    --to=rf@opensource.wolfsonmicro.com \
    --cc=devicetree@vger.kernel.org \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=patches@opensource.wolfsonmicro.com \
    --cc=sameo@linux.intel.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).