summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@linux.intel.com>2010-10-31 17:37:48 -0700
committerArjan van de Ven <arjan@linux.intel.com>2010-10-31 17:37:48 -0700
commitfdf2bbc72dfb2b828799474eab748d1f3485258a (patch)
tree7a0420f70c3ca4e470384dbcea023b891108b691 /TODO
parentc93f4660e0b941cb1af4c26364e2d5ed2df13e7a (diff)
Use Peter's pretty print code
Remove default parameters for the learn function
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODO b/TODO
index 258c9a2..7c0ba28 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,5 @@
-* Readable PCI names for runtime PM pci devices
* move the 2 data files somewhere sane
-* pretty print estimates to only show 2 significant places cleanly
+* pretty print estimate to only do 2 decimal places instead of 3
* have a "show me my process" page
* fix memory leaks
@@ -13,8 +12,6 @@
* deal with tasklets -- needs kernel patch
* check various tunables (see powertop 1.x) into a tunable checklist
-* debug why wakeups sometimes go to all 0's
- -looks like I fixed it, keep an eye on it
* audio calibration? Need appropriate sample
* "report" mode
@@ -51,3 +48,7 @@ done
* deal with the "no measurements" case better with default values
* add device runtime PM stats for pci, spi and i2c
* looks like events/sec keep adding up for processes
+* Readable PCI names for runtime PM pci devices
+* debug why wakeups sometimes go to all 0's
+ -looks like I fixed it, keep an eye on it
+* pretty print estimates to only show 2 significant places cleanly