All of lore.kernel.org
 help / color / mirror / Atom feed
* genpd multiple states v2
@ 2015-04-08 15:42 ahaslam
  2015-04-08 15:42 ` [PATCH 1/2] [RFC] PM / Domains: add multiple states ahaslam
  2015-04-08 15:42 ` [PATCH 2/2] [RFC] PM / Domains: select deepest state ahaslam
  0 siblings, 2 replies; 10+ messages in thread
From: ahaslam @ 2015-04-08 15:42 UTC (permalink / raw)
  To: khilman, rjw, linux-pm; +Cc: bcousson

Here is v2 of the multiple states patch for genpd.
The changes from v1 are:

        - split the changes so that the actual logic that
          selects the target state is a separate patch.

        - move the cached logic out of the state function and add
         it back to default_power_down_ok were it belongs.

        - use static arrays instead of dynamic for state declaration
	  since its not expected to have lots of intermediate states.
          That way we don't have to mess with allocations.

        - rename default_power_down_ok_state to power_down_ok_for_state


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

end of thread, other threads:[~2015-04-16 14:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 15:42 genpd multiple states v2 ahaslam
2015-04-08 15:42 ` [PATCH 1/2] [RFC] PM / Domains: add multiple states ahaslam
2015-04-10 10:24   ` Ulf Hansson
2015-04-13 10:34     ` Axel Haslam
2015-04-13 13:25       ` Ulf Hansson
2015-04-15 12:30         ` Axel Haslam
2015-04-16 13:05           ` Ulf Hansson
2015-04-16 13:32             ` Axel Haslam
2015-04-16 14:00               ` Ulf Hansson
2015-04-08 15:42 ` [PATCH 2/2] [RFC] PM / Domains: select deepest state ahaslam

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.