public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] pm_qos: redo as plist and remove allocations
@ 2010-06-28 17:33 James Bottomley
  2010-06-28 17:41 ` [PATCH 1/3] plist: add plist_last James Bottomley
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: James Bottomley @ 2010-06-28 17:33 UTC (permalink / raw)
  To: Linux PM; +Cc: markgross

I've done a bit more testing and sorted out some bugs (including several
in the plist patch where it wasn't firing the notifier correctly).

It looks OK to my test set up, but since I'm using artificial pm_qos
things, it would be good to have the real consumers test it out.

This is the patch layout:

James Bottomley (3):
  plist: add plist_last
  pm_qos: reimplement using plists
  pm_qos: get rid of the allocation in pm_qos_add_request()

 drivers/net/e1000e/netdev.c            |   17 +--
 drivers/net/igbvf/netdev.c             |    9 +-
 drivers/net/wireless/ipw2x00/ipw2100.c |   12 +-
 include/linux/netdevice.h              |    2 +-
 include/linux/plist.h                  |   29 +++++
 include/linux/pm_qos_params.h          |   13 ++-
 include/sound/pcm.h                    |    2 +-
 kernel/pm_qos_params.c                 |  211 +++++++++++++++++---------------
 sound/core/pcm_native.c                |   13 +--
 9 files changed, 175 insertions(+), 133 deletions(-)

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

end of thread, other threads:[~2010-07-06 16:12 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-28 17:33 [PATCH 0/3] pm_qos: redo as plist and remove allocations James Bottomley
2010-06-28 17:41 ` [PATCH 1/3] plist: add plist_last James Bottomley
2010-07-01 22:21   ` Rafael J. Wysocki
2010-06-28 17:42 ` [PATCH 2/3] pm_qos: reimplement using plists James Bottomley
2010-06-29  4:39   ` mark gross
2010-07-01 22:22     ` Rafael J. Wysocki
2010-06-28 17:44 ` [PATCH 3/3] pm_qos: get rid of the allocation in pm_qos_add_request() James Bottomley
     [not found] ` <1277747088.10879.201.camel@mulgrave.site>
2010-06-28 21:59   ` Rafael J. Wysocki
     [not found]   ` <201006282359.18045.rjw@sisk.pl>
2010-06-28 22:10     ` James Bottomley
     [not found]     ` <1277763049.10879.204.camel@mulgrave.site>
2010-06-29  9:20       ` Rafael J. Wysocki
2010-06-30 16:45       ` Daniel Walker
2010-06-29  4:39   ` mark gross
     [not found]   ` <20100629043954.GB6250@gvim.org>
2010-07-01 22:23     ` Rafael J. Wysocki
     [not found]     ` <201007020023.13815.rjw@sisk.pl>
2010-07-01 22:30       ` James Bottomley
     [not found]       ` <1278023439.2813.388.camel@mulgrave.site>
2010-07-01 22:38         ` Rafael J. Wysocki
2010-07-05  6:41   ` Takashi Iwai
     [not found]   ` <s5hvd8ubfcz.wl%tiwai@suse.de>
2010-07-05 14:02     ` James Bottomley
     [not found]     ` <1278338568.2850.1.camel@mulgrave.site>
2010-07-05 19:16       ` mark gross
2010-07-05 21:07       ` Rafael J. Wysocki
     [not found]       ` <201007052307.07655.rjw@sisk.pl>
2010-07-06 16:12         ` James Bottomley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox