[PATCH 0/3] Add regmap support for WM831x and WM8994

From: Mark Brown
Date: Fri Aug 05 2011 - 23:58:23 EST


This series converts the WM831x and WM8994 MFD drivers over to using the
regmap API (which was merged by Linus during this merge window). As
these are my main devices for use when developing regmap it would be
very helpful if I could merge them via the regmap tree - does that seem
sensible to you?

The second patch (adding readback info to wm831x) depends on regmap API
updates that aren't in mainline yet.

Mark Brown (3):
mfd: Convert WM831x to use regmap API
mfd: Provide regmap register readback info from wm831x driver
mfd: Convert WM8994 to use new register map API

drivers/mfd/Kconfig | 3 +
drivers/mfd/wm831x-core.c | 263 ++++++++++++++++++++++++++++++---------
drivers/mfd/wm831x-i2c.c | 68 ++--------
drivers/mfd/wm831x-spi.c | 60 ++-------
drivers/mfd/wm8994-core.c | 178 +++++---------------------
include/linux/mfd/wm831x/core.h | 9 +-
include/linux/mfd/wm8994/core.h | 9 +-
7 files changed, 272 insertions(+), 318 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/