index
:
dlezcano/powerdebug.git
android
debian
master
pristine-tar
release
Tool to show power information on the system. Mostly used for debugging and tuning the system for power management.
Grokmirror User
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-06-08
make the mainloop immune against the signals
Daniel Lezcano
2011-06-08
add a function to browse at reverse order the tree
Daniel Lezcano
2011-06-08
remove unused 'verbose' option
Daniel Lezcano
2011-06-08
remove unused code and parameter for clock dump function
Daniel Lezcano
2011-06-08
remove unused parameter 'options->dump'
Daniel Lezcano
2011-06-08
remove unused parameter
Daniel Lezcano
2011-06-08
use 'find' tree function
Daniel Lezcano
2011-06-08
add 'find' function for the tree
Daniel Lezcano
2011-06-08
Remove old clock tree dump code
Daniel Lezcano
2011-06-08
use the tree code to dump the clocks
Daniel Lezcano
2011-06-08
function helper to read the files
Daniel Lezcano
2011-06-08
tree structure abstraction for directory hierarchies
Daniel Lezcano
2011-06-08
refresh the windows instead of killing them and recreate
Daniel Lezcano
2011-06-08
fix segfault when the default window is not the clock
Daniel Lezcano
2011-06-08
remove unused variable
Daniel Lezcano
2011-06-08
provide a clock allocator
Daniel Lezcano
2011-06-08
reorganize code to prevent forward declaration
Daniel Lezcano
2011-06-08
move clock_info structure definition
Daniel Lezcano
2011-05-24
compute next and previous window with modulo arithmetic
Daniel Lezcano
2011-05-24
make the keyscan code human readable
Daniel Lezcano
2011-05-24
fix display when the default display is not the clock
Daniel Lezcano
2011-05-24
nit : fix output hexadecimal format
Daniel Lezcano
2011-05-24
Remove pointless compiler flags
Daniel Lezcano
2011-04-04
Don't exit when the regulator init fails
Daniel Lezcano
2011-04-04
Make some variable static
Daniel Lezcano
2011-04-04
create a specific function for display
Daniel Lezcano
2011-04-04
Remove pointless function definitions
Daniel Lezcano
2011-04-04
simplify clock_init function
Daniel Lezcano
2011-04-04
Cleanup the code by removing weird initialization
Daniel Lezcano
2011-04-04
Replace colors definition by enum
Daniel Lezcano
2011-04-04
Do more error check in display_init()
Daniel Lezcano
2011-04-04
mindless - change function name for consistency
Daniel Lezcano
2011-04-04
Unify the init function name for display
Daniel Lezcano
2011-04-04
Remove unused variables and definitions
Daniel Lezcano
2011-04-04
Return an error instead of exiting deeper in the code
Daniel Lezcano
2011-04-04
Remove unused clk_name variable
Daniel Lezcano
2011-04-04
Reduce dump usage
Daniel Lezcano
2011-04-04
improve function to read the file
Daniel Lezcano
2011-04-04
change debugfs finder function
Daniel Lezcano
2011-04-04
Remove duplicate findparent variable
Daniel Lezcano
2011-04-04
Further reduce dump variable usage
Daniel Lezcano
2011-04-04
Reduce the usage of the dump variable
Daniel Lezcano
2011-04-04
split dump and display
Daniel Lezcano
2011-04-04
Make highlighted_row variable static
Daniel Lezcano
2011-04-04
make regulators_info and numregulators local to main
Daniel Lezcano
2011-04-04
make numregulators static in powerdebug.c
Daniel Lezcano
2011-04-04
Pass numregulators paramter to show_regulator_info
Daniel Lezcano
2011-04-04
Pass numregulators paramter to regulator_read_info
Daniel Lezcano
2011-04-04
pass numregulators parameter to regulator_print_info
Daniel Lezcano
2011-04-04
make regulators_info static in powerdebug.c
Daniel Lezcano
[next]