linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] PM / QoS: unconditionally build the feature
@ 2012-02-07  8:34 Jean Pihet
  2012-02-07  8:34 ` [PATCH 1/2] " Jean Pihet
  2012-02-07  8:34 ` [PATCH 2/2] PM / QoS: unconditionally build the per-device constraints feature Jean Pihet
  0 siblings, 2 replies; 13+ messages in thread
From: Jean Pihet @ 2012-02-07  8:34 UTC (permalink / raw)
  To: Linux PM mailing list, linux-kernel, Rafael J. Wysocki,
	Mark Gross, Venkatesh Pallipadi
  Cc: Jean Pihet

The PM QoS features depend on CONFIG_PM which depends on
PM_SLEEP || PM_RUNTIME. This breaks CPU C-states with kernels
not having these CONFIGs.
    
Those patches allow the features in all cases.

Based on 3.3-rc1 from mainline.
Tested on OMAP3 Beagleboard, with CONFIG_PM.
Compile tested using the i386 defconfig, with and without CONFIG_PM.


Jean Pihet (2):
  PM / QoS: unconditionally build the feature
  PM / QoS: unconditionally build the per-device constraints feature

 drivers/base/power/Makefile |    3 +-
 include/linux/pm_qos.h      |   66 -------------------------------------------
 kernel/power/Makefile       |    3 +-
 3 files changed, 4 insertions(+), 68 deletions(-)

-- 
1.7.5.4

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

end of thread, other threads:[~2012-02-17 20:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-07  8:34 [PATCH 0/2] PM / QoS: unconditionally build the feature Jean Pihet
2012-02-07  8:34 ` [PATCH 1/2] " Jean Pihet
2012-02-12  2:06   ` mark gross
2012-02-12 21:37   ` Rafael J. Wysocki
2012-02-13 13:50   ` [PATCH] " Jean Pihet
2012-02-13 15:41     ` Rafael J. Wysocki
2012-02-13 15:40       ` Jean Pihet
2012-02-17 19:27       ` Pavel Machek
2012-02-17 20:48         ` Rafael J. Wysocki
2012-02-07  8:34 ` [PATCH 2/2] PM / QoS: unconditionally build the per-device constraints feature Jean Pihet
2012-02-12  2:07   ` mark gross
2012-02-12 21:27     ` Rafael J. Wysocki
2012-02-15 15:33       ` mark gross

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