lkml.org 
[lkml]   [2011]   [Nov]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[PATCH 0/8] WM8994 MFD updates for 3.3
The following patch series (and pull request) contains a bunch of
updates I've previously posted for wm8994 but which haven't been merged
plus a big update adding register cache support for the wm8994 driver
which hasn't previously been posted. As there's a matching update for
the ASoC driver for WM8994 removing the copy of the register cache there
it'd be great if it were possible to merge this via the ASoC tree.

I've also got one more patch which depends on this lot converting the
IRQ controller over to use the generic regmap IRQ controller which I'll
post as well - that also depends on this series as the regmap interrupt
controller relies on the register cache - so I'd also like to either
pull the same branch into the regmap tree or merge both this and the
regmap IRQ stuff via ASoC.

This seems like the easiest route from the point of view of bisection
and cross tree issues - does that all sound OK to you?

The following changes since commit caca6a03d365883564885f2c1da3e88dcf65d139:

Linux 3.2-rc3 (2011-11-23 20:20:28 -0800)

are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git mfd/wm8994

Mark Brown (8):
mfd: Remove some unused functions in wm8894-irq
mfd: Add basic device tree binding for wm8994
mfd: Convert wm8994 to devm_kzalloc()
mfd: Disable more pulls on WM8994
mfd: Don't hard code the reset value for WM8994 devices
mfd: Define some additional wm8994 registers
mfd: Add wm8994 register access and default information
mfd: Enable register cache for wm8994 devices

Documentation/devicetree/bindings/sound/wm8994.txt | 18 +
drivers/mfd/Makefile | 2 +-
drivers/mfd/wm8994-core.c | 121 +--
drivers/mfd/wm8994-irq.c | 10 -
drivers/mfd/wm8994-regmap.c | 1218 ++++++++++++++++++++
drivers/mfd/wm8994.h | 24 +
include/linux/mfd/wm8994/core.h | 2 -
include/linux/mfd/wm8994/pdata.h | 6 +
include/linux/mfd/wm8994/registers.h | 96 ++
sound/soc/codecs/wm8994-tables.c | 12 +-
10 files changed, 1423 insertions(+), 86 deletions(-)
create mode 100644 Documentation/devicetree/bindings/sound/wm8994.txt
create mode 100644 drivers/mfd/wm8994-regmap.c
create mode 100644 drivers/mfd/wm8994.h


\
 
 \ /
  Last update: 2011-11-28 23:43    [W:0.298 / U:2.176 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site