All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/7] omap3: pm: Update TRITON power scripts and making it generic
@ 2010-05-18 12:31 Lesly A M
  0 siblings, 0 replies; 2+ messages in thread
From: Lesly A M @ 2010-05-18 12:31 UTC (permalink / raw)
  To: linux-omap

T2 script changes rebased on top of Thara's SmartReflex patches.

This series of patch implements a updated TRITON power scripts.
Also moving the sleep, wakeup & warm_reset sequence to a generic script file,
which can be used by different OMAP3 board with the power companion chip TWL4030.

This patch series is based off Kevin's tree remotes/origin/pm-wip-sr branch,
which have the SmartReflex changes done by Thara Gopinath.

Changes to fix Kevin's & Peter's comments.

This changes are tested on OMAP3430 SDP board with:
	enable_off_mode
	voltage_off_while_idle
	sleep_while_idle (VDD1/VDD2 voltage scaling to 0v) enabled in cpuidle and suspned path.

Lesly A M (7):
  omap3: pm: fix for twl4030 script load
  omap3: pm: Using separate clk/volt setup_time for RET and OFF states
  omap3: pm: re-programing the setup time based on CORE_DOMAIN target
    state.
  omap3: pm: changing vdd0_/vdd1_ to vdd1_/vdd2_ in VC param structure.
  omap3: pm: Generic TRITON power scripts for OMAP3 based boards
  omap3: pm: Use generic TRITON power scripts for 3430SDP board
  omap3: pm: Use generic TRITON power scripts for ZOOM[2,3], 3630SDP
    board

 arch/arm/mach-omap2/Makefile                 |   12 +-
 arch/arm/mach-omap2/board-3430sdp.c          |  111 +---------------
 arch/arm/mach-omap2/board-zoom-peripherals.c |    6 +
 arch/arm/mach-omap2/pm.h                     |   18 ---
 arch/arm/mach-omap2/pm34xx.c                 |   26 +---
 arch/arm/mach-omap2/twl4030.c                |  185 ++++++++++++++++++++++++++
 arch/arm/mach-omap2/twl4030.h                |   15 ++
 arch/arm/mach-omap2/voltage.c                |  157 +++++++++++++++++-----
 arch/arm/mach-omap2/voltage.h                |   26 ++++
 drivers/mfd/twl4030-power.c                  |    5 +-
 include/linux/i2c/twl.h                      |    4 +
 11 files changed, 373 insertions(+), 192 deletions(-)
 create mode 100644 arch/arm/mach-omap2/twl4030.c
 create mode 100644 arch/arm/mach-omap2/twl4030.h


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

end of thread, other threads:[~2010-06-03 17:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <003501cafcd0$26f136e0$e08818ac@apr.dhcp.ti.com>
2010-06-03 17:51 ` [PATCH v6 0/7] omap3: pm: Update TRITON power scripts and making it generic Kevin Hilman
2010-05-18 12:31 Lesly A M

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.