All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Random WM8903 updates
@ 2011-12-02 19:07 Mark Brown
  2011-12-02 19:08 ` [PATCH 1/6] ASoC: Use table based control init for WM8903 Mark Brown
  2011-12-02 19:23 ` [PATCH 0/6] Random WM8903 updates Mark Brown
  0 siblings, 2 replies; 17+ messages in thread
From: Mark Brown @ 2011-12-02 19:07 UTC (permalink / raw)
  To: Liam Girdwood, Stephen Warren; +Cc: alsa-devel, patches

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

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

end of thread, other threads:[~2011-12-02 21:01 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-02 19:07 [PATCH 0/6] Random WM8903 updates Mark Brown
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

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.