public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] WM8994 core driver
@ 2010-01-25 19:25 Mark Brown
  2010-01-25 19:26 ` [PATCH 1/3] mfd: Add WM8994 register definitions Mark Brown
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Mark Brown @ 2010-01-25 19:25 UTC (permalink / raw)
  To: Samuel Ortiz; +Cc: linux-kernel

This patch series implements core support for the WM8994 audio CODEC.
Since the WM8994 is a large device and includes both GPIOs and
integrated LDOs which need be represented via the relevant subsystems
for integration with the rest of the kernel a MFD core device is
provided to manage chip access.

The CODEC and regulator parts of the driver will be submitted separately
via the relevant subsystems, merge issues make merging via the MFD tree
difficult.

Mark Brown (3):
      mfd: Add WM8994 register definitions
      mfd: Add initial WM8994 support
      gpiolib: Add WM8994 GPIO support

 drivers/gpio/Kconfig                 |    7 +
 drivers/gpio/Makefile                |    1 +
 drivers/gpio/wm8994-gpio.c           |  204 ++
 drivers/mfd/Kconfig                  |   12 +
 drivers/mfd/Makefile                 |    1 +
 drivers/mfd/wm8994-core.c            |  537 +++++
 include/linux/mfd/wm8994/core.h      |   54 +
 include/linux/mfd/wm8994/gpio.h      |   72 +
 include/linux/mfd/wm8994/pdata.h     |   43 +
 include/linux/mfd/wm8994/registers.h | 4292 ++++++++++++++++++++++++++++++++++
 10 files changed, 5223 insertions(+), 0 deletions(-)
 create mode 100644 drivers/gpio/wm8994-gpio.c
 create mode 100644 drivers/mfd/wm8994-core.c
 create mode 100644 include/linux/mfd/wm8994/core.h
 create mode 100644 include/linux/mfd/wm8994/gpio.h
 create mode 100644 include/linux/mfd/wm8994/pdata.h
 create mode 100644 include/linux/mfd/wm8994/registers.h

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

end of thread, other threads:[~2010-01-29 20:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-25 19:25 [PATCH 0/3] WM8994 core driver Mark Brown
2010-01-25 19:26 ` [PATCH 1/3] mfd: Add WM8994 register definitions Mark Brown
2010-01-25 19:26 ` [PATCH 2/3] mfd: Add initial WM8994 support Mark Brown
2010-01-25 19:33   ` [PATCH 4/3] mfd: Correct regulator platform data Mark Brown
2010-01-25 19:26 ` [PATCH 3/3] gpiolib: Add WM8994 GPIO support Mark Brown
2010-01-29 18:15 ` [PATCH 0/3] WM8994 core driver Mark Brown
2010-01-29 20:02   ` Samuel Ortiz

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