LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 0/2] WM8400 support
@ 2008-09-10 18:28 Mark Brown
  2008-09-10 18:28 ` [PATCH 1/2] mfd: Core support for the WM8400 AudioPlus HiFi CODEC and PMU Mark Brown
  2008-09-12 10:58 ` [PATCH 0/2] WM8400 support Samuel Ortiz
  0 siblings, 2 replies; 18+ messages in thread
From: Mark Brown @ 2008-09-10 18:28 UTC (permalink / raw)
  To: Samuel Ortiz, Liam Girdwood; +Cc: linux-kernel

These patches against the regulator development tree add basic support
for the WM8400, an audio CODEC and PMU targeted at multimedia systems,
covering basic PMIC functionality only.  Since the functionality of the
device covers multiple subsystems with arbitration required a core
driver is provided in drivers/mfd.

Samuel, I guess it makes sense to merge this via the regulator tree?

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH 0/2] WM8400 support v2
@ 2008-09-16  9:42 Mark Brown
  2008-09-16  9:43 ` [PATCH 1/2] mfd: Core support for the WM8400 AudioPlus HiFi CODEC and PMU Mark Brown
  0 siblings, 1 reply; 18+ messages in thread
From: Mark Brown @ 2008-09-16  9:42 UTC (permalink / raw)
  To: Samuel Ortiz, Liam Girdwood; +Cc: linux-kernel

These patches against the regulator development tree add basic support
for the WM8400, an audio CODEC and PMU targeted at multimedia systems,
covering basic PMIC functionality only.  Since the functionality of the
device covers multiple subsystems with arbitration required a core
driver is provided in drivers/mfd.

I think I've covered all the issues raised last time, erring on the side
of split headers rather than unifying them, details in the individual
patches.

The following changes since commit fa83aec82558c7d5822c47e52db3f1f6b104a930:
  Liam Girdwood (1):
        maintainers: update email address for Liam Girdwood

are available in the git repository at:

  git://opensource.wolfsonmicro.com/linux-2.6-audioplus for-lrg

Mark Brown (2):
      mfd: Core support for the WM8400 AudioPlus HiFi CODEC and PMU
      regulator: Add WM8400 regulator support

 drivers/mfd/Kconfig                  |    8 +
 drivers/mfd/Makefile                 |    2 +
 drivers/mfd/wm8400-core.c            |  457 +++++++++++++
 drivers/regulator/Kconfig            |    8 +-
 drivers/regulator/Makefile           |    1 +
 drivers/regulator/wm8400-regulator.c |  367 +++++++++++
 include/linux/mfd/wm8400-audio.h     | 1186 ++++++++++++++++++++++++++++++++++
 include/linux/mfd/wm8400-private.h   |  936 +++++++++++++++++++++++++++
 include/linux/mfd/wm8400.h           |   40 ++
 9 files changed, 3004 insertions(+), 1 deletions(-)
 create mode 100644 drivers/mfd/wm8400-core.c
 create mode 100644 drivers/regulator/wm8400-regulator.c
 create mode 100644 include/linux/mfd/wm8400-audio.h
 create mode 100644 include/linux/mfd/wm8400-private.h
 create mode 100644 include/linux/mfd/wm8400.h

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

end of thread, other threads:[~2008-09-23  0:27 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-10 18:28 [PATCH 0/2] WM8400 support Mark Brown
2008-09-10 18:28 ` [PATCH 1/2] mfd: Core support for the WM8400 AudioPlus HiFi CODEC and PMU Mark Brown
2008-09-10 18:28   ` [PATCH 2/2] regulator: Add WM8400 regulator support Mark Brown
2008-09-10 18:39     ` Liam Girdwood
2008-09-10 19:40       ` Mark Brown
2008-09-10 19:58         ` Liam Girdwood
2008-09-10 18:47   ` [PATCH 1/2] mfd: Core support for the WM8400 AudioPlus HiFi CODEC and PMU Liam Girdwood
2008-09-10 19:13     ` Mark Brown
2008-09-10 19:38       ` Liam Girdwood
2008-09-11 10:02         ` Mark Brown
2008-09-12 10:54   ` Samuel Ortiz
2008-09-12 12:05     ` Mark Brown
2008-09-12 10:58 ` [PATCH 0/2] WM8400 support Samuel Ortiz
2008-09-16  9:42 [PATCH 0/2] WM8400 support v2 Mark Brown
2008-09-16  9:43 ` [PATCH 1/2] mfd: Core support for the WM8400 AudioPlus HiFi CODEC and PMU Mark Brown
2008-09-18  2:28   ` Andrew Morton
2008-09-18 10:29     ` Mark Brown
2008-09-22 18:33   ` Samuel Ortiz
2008-09-23  0:27     ` Liam Girdwood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).