aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Arora <amit.arora@linaro.org>2010-11-16 16:42:37 +0530
committerAmit Arora <amit.arora@linaro.org>2010-11-16 16:42:37 +0530
commit96c952c48490b92282eb3303fc022331b5686874 (patch)
tree9c07ee9cbfdcde1536a98c3d3b545650e4ae0dc9
parent813507742ead365b9841df5ac32951c8bf953204 (diff)
Update debian packaging related files
-rw-r--r--ChangeLog16
-rw-r--r--README5
-rw-r--r--debian/README5
-rw-r--r--debian/changelog22
-rw-r--r--debian/control4
5 files changed, 45 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b4c1d4..6669f2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+0.5 -- Nov, 16th 2010
+ * Fix coding style issues and some more cleanups
+ * Discover debugfs mount point and remove hard coded path
+ * Display clock tree in ncurses mode using in-memory data structures
+
+0.4 -- Oct, 28th 2010
+ * Read clocks into memory and add dump support
+ * Show all regulators and clocks by default
+ * Discover debugfs mount point at runtime
+ * Show units for clock rate
+ * Display regulator num_users info
+
+0.3 -- Oct, 1st 2010
+ * Add multi-level support for clock tree
+ * Add dump option support for clock tree
+
0.2 -- Sep, 8th 2010
* Add support for clock tree
diff --git a/README b/README
index a87194c..fa997f6 100644
--- a/README
+++ b/README
@@ -4,8 +4,7 @@ powerdebug
This is a new tool which displays regulator, sensor and clock tree
information.
-Current version only displays regulator information properly. And shows
-first level of clock tree from debugfs (linux-pm branch kernel
-required). Support will be added for sensors and voltage domains, later.
+Current version only displays regulator information and clock tree from
+debugfs. Support will be added for sensors later.
-- Amit Arora <amit.arora@linaro.org> Fri, 08 Sep 2010
diff --git a/debian/README b/debian/README
index 3ce0dbb..04afd2e 100644
--- a/debian/README
+++ b/debian/README
@@ -2,7 +2,8 @@ The Debian Package powerdebug
----------------------------
This is a new tool which displays regulator and sensor information.
-Current version only displays regulator information properly. Support
-will be added for sensors, clock domains and voltage domains, later.
+Current version only displays regulator and clock tree information properly.
+Support will be added for displaying sensors and other power management
+related information of interest to users/developers.
-- Amit Arora <amit.arora@linaro.org> Fri, 03 Sep 2010 19:18:18 +0530
diff --git a/debian/changelog b/debian/changelog
index e5ae8e8..9b8774e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,25 @@
+powerdebug (0.5) maverick; urgency=low
+ * Fix coding style issues and some more cleanups
+ * Discover debugfs mount point and remove hard coded path
+ * Display clock tree in ncurses mode using in-memory data structures
+
+ -- Amit Arora <amit.arora@linaro.org> Tue, 16 Nov 2010 16:24:07 +0530
+
+powerdebug (0.4) maverick; urgency=low
+ * Read clocks into memory and add dump support
+ * Show all regulators and clocks by default
+ * Discover debugfs mount point at runtime
+ * Show units for clock rate
+
+ -- Amit Arora <amit.arora@linaro.org> Thu, 28 Oct 2010 12:11:37 +0530
+
+powerdebug (0.3) maverick; urgency=low
+
+ * Add multi-level support for clock tree information
+ * Add dump (-d) option support for displaying the clock tree (-c)
+
+ -- Amit Arora <amit.arora@linaro.org> Fri, 01 Oct 2010 13:38:21 +0530
+
powerdebug (0.2) maverick; urgency=low
* Add support for clock tree information
diff --git a/debian/control b/debian/control
index 3595bb1..311a527 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,6 @@ Homepage: <insert the upstream URL, if relevant>
Package: powerdebug
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: This tool displays regulator and sensor information.
- PowerDebug refreshes this information every three seconds. You can
+Description: This tool displays regulator, sensor and clock information.
+ PowerDebug refreshes this information every few seconds. You can
also use dump option to display the information just once.