linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ab8500-mfd: add regulator support
@ 2010-07-13  6:21 Sundar Iyer
  2010-07-13  6:21 ` [PATCH 1/3] ab8500-mfd: add regulator support to ab8500 mfd device Sundar Iyer
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Sundar Iyer @ 2010-07-13  6:21 UTC (permalink / raw)
  To: linux-arm-kernel

From: Sundar R Iyer <sundar.iyer@stericsson.com>

Sundar R Iyer (3):
  ab8500-mfd: add regulator support to ab8500 mfd device
  regulator: add support for regulators on the ab8500 MFD
  ux500: add ab8500-regulators machine specific data

 arch/arm/mach-ux500/Makefile                  |    1 +
 arch/arm/mach-ux500/board-mop500-regulators.c |  214 +++++++++++++
 drivers/mfd/ab8500-core.c                     |    4 +-
 drivers/regulator/Kconfig                     |    8 +
 drivers/regulator/Makefile                    |    1 +
 drivers/regulator/ab8500.c                    |  414 +++++++++++++++++++++++++
 include/linux/mfd/ab8500.h                    |    6 +
 include/linux/regulator/ab8500.h              |   25 ++
 8 files changed, 672 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/mach-ux500/board-mop500-regulators.c
 create mode 100644 drivers/regulator/ab8500.c
 create mode 100644 include/linux/regulator/ab8500.h

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

end of thread, other threads:[~2010-07-15 10:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-13  6:21 [PATCH 0/3] ab8500-mfd: add regulator support Sundar Iyer
2010-07-13  6:21 ` [PATCH 1/3] ab8500-mfd: add regulator support to ab8500 mfd device Sundar Iyer
2010-07-13  9:49   ` Mark Brown
2010-07-14 10:13   ` Samuel Ortiz
2010-07-15 10:29     ` Liam Girdwood
2010-07-13  6:21 ` [PATCH 2/3] regulator: add support for regulators on the ab8500 MFD Sundar Iyer
2010-07-13  9:55   ` Mark Brown
2010-07-13  6:21 ` [PATCH 3/3] ux500: add ab8500-regulators machine specific data Sundar Iyer
2010-07-13 10:00   ` Mark Brown

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