All of lore.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; 33+ 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] 33+ messages in thread

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

Thread overview: 33+ 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
2010-06-28 21:59   ` Rafael J. Wysocki
2010-06-28 21:59   ` [linux-pm] " Rafael J. Wysocki
2010-06-28 22:10     ` James Bottomley
2010-06-28 22:10     ` [linux-pm] " James Bottomley
2010-06-29  9:20       ` Rafael J. Wysocki
2010-06-29  9:20       ` Rafael J. Wysocki
2010-06-30 16:45       ` Daniel Walker
2010-06-29  4:39   ` mark gross
2010-06-29  4:39   ` mark gross
2010-07-01 22:23     ` Rafael J. Wysocki
2010-07-01 22:23     ` [linux-pm] " Rafael J. Wysocki
2010-07-01 22:30       ` James Bottomley
2010-07-01 22:38         ` Rafael J. Wysocki
2010-07-01 22:38         ` [linux-pm] " Rafael J. Wysocki
2010-07-01 22:30       ` James Bottomley
2010-07-05  6:41   ` Takashi Iwai
2010-07-05 14:02     ` James Bottomley
2010-07-05 19:16       ` mark gross
2010-07-05 19:16       ` mark gross
2010-07-05 21:07       ` Rafael J. Wysocki
2010-07-05 21:07       ` [linux-pm] " Rafael J. Wysocki
2010-07-06 16:12         ` James Bottomley
2010-07-06 16:12         ` James Bottomley
2010-07-05 14:02     ` James Bottomley
2010-07-05  6:41   ` Takashi Iwai
2010-06-28 17:44 ` James Bottomley

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.