public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@deeprootsystems.com>
To: Koen Kooi <k.kooi@student.utwente.nl>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH 0/29] PM: proposed branch for PM collaboration
Date: Wed, 17 Sep 2008 16:18:06 +0300	[thread overview]
Message-ID: <87prn29ai9.fsf@deeprootsystems.com> (raw)
In-Reply-To: <2392409E-3902-40A5-BF17-194FE710C2D2@student.utwente.nl> (Koen Kooi's message of "Tue\, 16 Sep 2008 20\:17\:41 +0200")

Koen Kooi <k.kooi@student.utwente.nl> writes:

> Op 16 sep 2008, om 15:14 heeft Kevin Hilman het volgende geschreven:
>
>> Kevin Hilman wrote:
>>> Hello,
>>> The following patchset is an attempt to collect the various PM
>>> patches
>>> that have been flowing around, and organize them into one branch to
>>> be
>>> used for further collaboration on PM development, in particular
>>> OFF-mode support.
>>
>> This series has been rebased onto today's OMAP git, and pushed as
>> branch pm-0.
>>
>> I will now start collecting more recent versions of these patches
>> and newer patches sent to the list for the next version of the
>> branch.
>
> What are your plans for including the omap3 cpufreq patchset?
>

The current CPUfreq patcheset has dependencies TI's shared resource
framework (SRF), which in turn depends on the new OMAP PM layer.
Neither of which are included in the current PM branch.

My current plan is to get off-mode in suspend and dynamic idle
stabilized along with CPUidle before integrating the new PM layer and
SRF.

Kevin


>
>>
>>
>> Kevin
>>
>>> It is currently a collection of proposed patches[1] from TI and
>>> various other patches from Nokia and others to get retention,
>>> OFF-mode, CPUidle etc. working in the linux-omap tree.
>>> This series is nowhere near ready for merging into linux-omap, but
>>> will be useful for discussion and collaboration on getting the
>>> various
>>> PM features working at the head of the linux-omap tree, and a place
>>> where cleanup and rework efforts can be focused.  If there are no
>>> major objections, I will create a branch in linux-omap
>>> git and commit this series there.  As collaboration continues, I will
>>> continue to collect and update patches, fix problems and rebase onto
>>> the HEAD of linux-omap.  The goal of this branch is only to
>>> facilitate the rework and cleanup
>>> of the PM code so it can be merged into linux-omap.  Then, the branch
>>> will disappear and work can be focused again on the HEAD of
>>> linux-omap.
>>> It has currently been tested with a minimal config on 3430SDP, and
>>> OFF-mode is hit in suspend.  In order to hit suspend:
>>>  echo 1 > /sys/power/voltage_off_while_idle
>>> echo 1 > /sys/power/gpio_clocks_off_while_idle                 echo
>>> 1 > /sys/power/uart_clocks_off_while_idle   echo mem > /sys/power/
>>> state
>>> Kevin
>>> [1] This series is roughly based on the following:
>>> Jouni Hogander, Tero Kristo
>>> [PATCH 0/4] Refreshed PM workaround patches 2 -- 15 Aug
>>> Rajendra Nayak:
>>> [PATCH 00/11] OMAP3 CPUidle patches - ver 2 -- 18 July
>>> As well as several patches/hacks/cleanups that have not yet been
>>> posted to the list.
>>> Also, there have been newer versions of the CPUidle patches that have
>>> been reviewed on the list, but do not apply for various reasons.  As
>>> soon as they are rebased and updated versions of those are available,
>>> I will integrate them.
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux- 
>> omap" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>

      reply	other threads:[~2008-09-17 13:18 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-11 12:31 [PATCH 0/29] PM: proposed branch for PM collaboration Kevin Hilman
2008-09-11 12:33 ` [PATCH 01/29] PM: Dynamic GPIO clock handling Kevin Hilman
2008-09-11 12:33   ` [PATCH 02/29] Added sleep support to UART Kevin Hilman
2008-09-11 12:33     ` [PATCH 03/29] PM debug support for 34xx Kevin Hilman
2008-09-11 12:33       ` [PATCH 04/29] Sysfs interface for controlling suspend states + set_pwrdm_state fix Kevin Hilman
2008-09-11 12:33         ` [PATCH 05/29] Basic cpuidle driver Kevin Hilman
2008-09-11 12:33           ` [PATCH 06/29] per/neon and core handling in idle Kevin Hilman
2008-09-11 12:33             ` [PATCH 07/29] menuconfig updates for cpuidle Kevin Hilman
2008-09-11 12:33               ` [PATCH 08/29] scratchpad contents Kevin Hilman
2008-09-11 12:33                 ` [PATCH 09/29] mpu off state enabled Kevin Hilman
2008-09-11 12:33                   ` [PATCH 10/29] gpmc context save/restore Kevin Hilman
2008-09-11 12:33                     ` [PATCH 11/29] serial " Kevin Hilman
2008-09-11 12:33                       ` [PATCH 12/29] gpio " Kevin Hilman
2008-09-11 12:33                         ` [PATCH 13/29] i2c " Kevin Hilman
2008-09-11 12:33                           ` [PATCH 14/29] CORE " Kevin Hilman
2008-09-11 12:33                             ` [PATCH 15/29] OMAP3: PM: Move serial console check from omap3_can_sleep to idle loop Kevin Hilman
2008-09-11 12:34                               ` [PATCH 16/29] OMAP3: PM: Remove static keyword from _omap_sram_idle declaration Kevin Hilman
2008-09-11 12:34                                 ` [PATCH 17/29] OMAP3: PM: Remove unneeded code from traditional pm_idle loop Kevin Hilman
2008-09-11 12:34                                   ` [PATCH 18/29] OMAP3: PM: Do not build pm_idle loop if cpuidle is used Kevin Hilman
2008-09-11 12:34                                     ` [PATCH 19/29] OMAP3: Do not set mpu, core, neon states " Kevin Hilman
2008-09-11 12:34                                       ` [PATCH 20/29] OMAP3: PM: Fixed header paths in include statements Kevin Hilman
2008-09-11 12:34                                         ` [PATCH 21/29] OMAP3: PM: Remove unneeded code from suspend Kevin Hilman
2008-09-11 12:34                                           ` [PATCH 22/29] DMA context save / restore Kevin Hilman
2008-09-11 12:34                                             ` [PATCH 23/29] OMAP3: PM: Add new Kconfig option to enable/disable off mode Kevin Hilman
2008-09-11 12:34                                               ` [PATCH 24/29] OMAP3SDP: Add new config for off mode testing Kevin Hilman
2008-09-11 12:34                                                 ` [PATCH 25/29] OMAP3: Remove CONFIG_OMAP_SYSOFFMODE flag Kevin Hilman
2008-09-11 12:34                                                   ` [PATCH 26/29] OMAP: Sysfs interface for enabling voltage off in idle Kevin Hilman
2008-09-11 12:34                                                     ` [PATCH 27/29] OMAP3: OFF command integration Kevin Hilman
2008-09-11 12:34                                                       ` [PATCH 28/29] PM FIX: convert TI io_p2v() usage to OMAP2_IO_ADDRESS() Kevin Hilman
2008-09-11 12:34                                                         ` [PATCH 29/29] PM: serial: ensure padconf wake-enable bits are set for UARTs Kevin Hilman
2008-09-11 13:05                                                         ` [PATCH 28/29] PM FIX: convert TI io_p2v() usage to OMAP2_IO_ADDRESS() Russell King - ARM Linux
2008-09-11 14:38                               ` [PATCH 15/29] OMAP3: PM: Move serial console check from omap3_can_sleep to idle loop Daniel Stone
2008-09-11 17:40 ` [PATCH 0/29] PM: proposed branch for PM collaboration Tony Lindgren
2008-09-12  3:44 ` Rajendra Nayak
2008-09-16 13:14 ` Kevin Hilman
2008-09-16 18:17   ` Koen Kooi
2008-09-17 13:18     ` Kevin Hilman [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87prn29ai9.fsf@deeprootsystems.com \
    --to=khilman@deeprootsystems.com \
    --cc=k.kooi@student.utwente.nl \
    --cc=linux-omap@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox