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
path:
root
/
powerdebug.c
Age
Commit message (
Expand
)
Author
2011-06-21
make use of the mainloop code
Daniel Lezcano
2011-06-15
Encapsulate the display (10)
Daniel Lezcano
2011-06-15
cleanup the headers
Daniel Lezcano
2011-06-15
change the keystroke callback for less test
Daniel Lezcano
2011-06-15
Encapsulate the display (9)
Daniel Lezcano
2011-06-15
Encapsulate the display (8)
Daniel Lezcano
2011-06-15
Remove unused variables
Daniel Lezcano
2011-06-15
Encapsulate the display (4)
Daniel Lezcano
2011-06-15
Encapsulate the display (3)
Daniel Lezcano
2011-06-15
Encapsulate the display (2)
Daniel Lezcano
2011-06-15
Encapsulate the display (1)
Daniel Lezcano
2011-06-15
make the functions name consistent
Daniel Lezcano
2011-06-15
add sensors display
Daniel Lezcano
2011-06-15
Rewrite the sensor code with the tree
Daniel Lezcano
2011-06-15
Rewrite the regulator code based on the tree
Daniel Lezcano
2011-06-15
make all pm block own their display data
Daniel Lezcano
2011-06-08
remove unused 'hrow' and 'selected' parameters
Daniel Lezcano
2011-06-08
rewrite the powerdebug clock code
Daniel Lezcano
2011-06-08
make the mainloop immune against the signals
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
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-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-04-04
Don't exit when the regulator init fails
Daniel Lezcano
2011-04-04
create a specific function for display
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
Do more error check in display_init()
Daniel Lezcano
2011-04-04
Unify the init function name for display
Daniel Lezcano
2011-04-04
Reduce dump usage
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
2011-04-04
pass regulators_info parameter to show_regulator_info
Daniel Lezcano
2011-04-04
pass regulators_info parameter to regulator_read_info
Daniel Lezcano
2011-04-04
make regulator_init to return a regulators_info pointer
Daniel Lezcano
2011-04-04
Pass regulators_info parameter to regulator_print_info
Daniel Lezcano
2011-04-04
change regulator functions name
Daniel Lezcano
[next]