blob: 3bf16596062ca0f206c7ac4220b2005d9c1711b0 [file] [log] [blame]
Amit Arora39f29542010-09-14 12:03:22 +05301powerdebug
2----------
3
Amit Arora728e0c92010-09-14 12:06:09 +05304This is a new tool which displays regulator, sensor and clock tree
5information.
Amit Arora39f29542010-09-14 12:03:22 +05306
Amit Arora96c952c2010-11-16 16:42:37 +05307Current version only displays regulator information and clock tree from
8debugfs. Support will be added for sensors later.
Amit Arora728e0c92010-09-14 12:06:09 +05309
Shaojie Sun8ac4a2e2013-07-29 20:11:46 +080010 -- Amit Arora <amit.arora@linaro.org> Fri, 08 Sep 2010
11
12Now we add gpio-change function for power consumption need.
13When gpio is not in interrupt mode. use 'D' key to change gpio direction.
14And when gpio direction is "out", use 'V' key to change gpio value.
15
16 -- Shaojie Sun <shaojie.sun@linaro.org> Mon, 29 Jul 2013