Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Liam Girdwood <lrg@ti.com>, Stephen Warren <srwarren@nvidia.com>
Cc: alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com
Subject: [PATCH 0/6] Random WM8903 updates
Date: Fri, 2 Dec 2011 19:07:10 +0000	[thread overview]
Message-ID: <20111202190710.GB27227@opensource.wolfsonmicro.com> (raw)

This is a random collection of WM8903 updates that I started coding
because I was looking at the driver and spotted a few style issues but
haven't actually tested yet.  I'm pushing them out now mostly because
Stephen is also working on the driver and I want to avoid collisions.
There's also a patch to convert to devm_kzalloc() that I posted earlier
but that's trivial enough.

It's pretty nice that even though I added a readable register function
for regmap listing every register in the chip the overall diffstat is
neutral, mostly as a result of the more efficient cache specification
format that regmap has.

Mark Brown (6):
      ASoC: Use table based control init for WM8903
      ASoC: WM8903 only supports I2C so don't ifdef it
      ASoC: Use a normal cache sync for WM8903
      ASoC: Don't resync WM8903 register cache on reset
      ASoC: Convert WM8903 to direct regmap API usage
      ASoC: Move initial WM8903 identification and reset to I2C probe

 sound/soc/codecs/wm8903.c |  449 +++++++++++++++++++++++----------------------
 1 files changed, 225 insertions(+), 224 deletions(-)

             reply	other threads:[~2011-12-02 19:07 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-02 19:07 Mark Brown [this message]
2011-12-02 19:08 ` [PATCH 1/6] ASoC: Use table based control init for WM8903 Mark Brown
2011-12-02 19:08   ` [PATCH 2/6] ASoC: WM8903 only supports I2C so don't ifdef it Mark Brown
2011-12-02 19:08   ` [PATCH 3/6] ASoC: Use a normal cache sync for WM8903 Mark Brown
2011-12-02 19:08   ` [PATCH 4/6] ASoC: Don't resync WM8903 register cache on reset Mark Brown
2011-12-02 19:08   ` [PATCH 5/6] ASoC: Convert WM8903 to direct regmap API usage Mark Brown
2011-12-02 19:08   ` [PATCH 6/6] ASoC: Move initial WM8903 identification and reset to I2C probe Mark Brown
2011-12-02 19:23 ` [PATCH 0/6] Random WM8903 updates Mark Brown
2011-12-02 19:28   ` [PATCH 1/6] ASoC: Use table based control init for WM8903 Mark Brown
2011-12-02 19:28     ` [PATCH 2/6] ASoC: WM8903 only supports I2C so don't ifdef it Mark Brown
2011-12-02 19:28     ` [PATCH 3/6] ASoC: Use a normal cache sync for WM8903 Mark Brown
2011-12-02 19:28     ` [PATCH 4/6] ASoC: Don't resync WM8903 register cache on reset Mark Brown
2011-12-02 19:28     ` [PATCH 5/6] ASoC: Convert WM8903 to direct regmap API usage Mark Brown
2011-12-02 20:30       ` Stephen Warren
2011-12-02 19:28     ` [PATCH 6/6] ASoC: Move initial WM8903 identification and reset to I2C probe Mark Brown
2011-12-02 20:32     ` [PATCH 1/6] ASoC: Use table based control init for WM8903 Stephen Warren
2011-12-02 21:01       ` 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=20111202190710.GB27227@opensource.wolfsonmicro.com \
    --to=broonie@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=lrg@ti.com \
    --cc=patches@opensource.wolfsonmicro.com \
    --cc=srwarren@nvidia.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