All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] MFD: TWL4030: Support for dynamic power switching
@ 2009-08-17 13:57 Amit Kucheria
  2009-08-17 14:01 ` [PATCH 2/3] MFD: TWL4030: print warning for out-of-order script loading Amit Kucheria
  0 siblings, 1 reply; 11+ messages in thread
From: Amit Kucheria @ 2009-08-17 13:57 UTC (permalink / raw)
  To: linux-kernel

From: Amit Kucheria <amit.kucheria@verdurent.com>

The TWL4030/5030 family of multifunction devices allow dynamic power
switching based on board-specific applications through power 'scripts'.

Add board-independent core support for this feature and add support for
the RX51 board based on OMAP3.

Amit Kucheria (3):
  MFD: TWL4030: Add support for TWL4030/5030 dynamic power switching
  MFD: TWL4030: print warning for out-of-order script loading
  MFD: TWL4030: OMAP: Board-specifc DPS scripts for RX51 board

 arch/arm/mach-omap2/board-rx51-peripherals.c |  122 +++++++-
 drivers/mfd/Kconfig                          |   13 +
 drivers/mfd/Makefile                         |    1 +
 drivers/mfd/twl4030-core.c                   |   10 +
 drivers/mfd/twl4030-power.c                  |  472 ++++++++++++++++++++++++++
 include/linux/i2c/twl4030.h                  |   94 +++++-
 6 files changed, 700 insertions(+), 12 deletions(-)
 create mode 100644 drivers/mfd/twl4030-power.c


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

end of thread, other threads:[~2009-08-24 12:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1247050046-31104-1-git-send-email-./0000-cover-letter.patch>
2009-07-08 10:49 ` [PATCH 1/3] MFD: TWL4030: Add support for TWL4030/5030 dynamic power switching Amit Kucheria
2009-08-04 17:55   ` Samuel Ortiz
2009-08-17 11:42     ` Amit Kucheria
2009-07-08 10:49 ` [PATCH 2/3] MFD: TWL4030: print warning for out-of-order script loading Amit Kucheria
2009-08-04 18:00   ` Samuel Ortiz
2009-08-17 11:43     ` Amit Kucheria
2009-07-08 10:49 ` [PATCH 3/3] MFD: TWL4030: OMAP: Board-specifc DPS scripts for RX51 board Amit Kucheria
2009-08-04 18:03   ` Samuel Ortiz
2009-08-17 11:46     ` Amit Kucheria
2009-08-24 12:33       ` Tony Lindgren
2009-08-17 13:57 [PATCH 0/3] MFD: TWL4030: Support for dynamic power switching Amit Kucheria
2009-08-17 14:01 ` [PATCH 2/3] MFD: TWL4030: print warning for out-of-order script loading Amit Kucheria

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.