public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add regmap support for WM831x and WM8994
@ 2011-08-06  3:58 Mark Brown
  2011-08-06  3:58 ` [PATCH 1/3] mfd: Convert WM831x to use regmap API Mark Brown
  2011-08-22  9:05 ` [PATCH 0/3] Add regmap support for WM831x and WM8994 Samuel Ortiz
  0 siblings, 2 replies; 5+ messages in thread
From: Mark Brown @ 2011-08-06  3:58 UTC (permalink / raw)
  To: Samuel Ortiz; +Cc: linux-kernel, patches

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

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

end of thread, other threads:[~2011-08-22  9:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-06  3:58 [PATCH 0/3] Add regmap support for WM831x and WM8994 Mark Brown
2011-08-06  3:58 ` [PATCH 1/3] mfd: Convert WM831x to use regmap API Mark Brown
2011-08-06  3:58   ` [PATCH 2/3] mfd: Provide regmap register readback info from wm831x driver Mark Brown
2011-08-06  3:58   ` [PATCH 3/3] mfd: Convert WM8994 to use new register map API Mark Brown
2011-08-22  9:05 ` [PATCH 0/3] Add regmap support for WM831x and WM8994 Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox