aboutsummaryrefslogtreecommitdiff
path: root/powerdebug.c
AgeCommit message (Expand)Author
2013-04-17display proper error messageSanjay Singh Rawat
2013-04-17handle winch signalSanjay Singh Rawat
2013-02-25Version 0.6.2Sanjay Singh Rawat
2011-08-25plug the gpio subsys with the main functionDaniel Lezcano
2011-06-21make use of the mainloop codeDaniel Lezcano
2011-06-15Encapsulate the display (10)Daniel Lezcano
2011-06-15cleanup the headersDaniel Lezcano
2011-06-15change the keystroke callback for less testDaniel Lezcano
2011-06-15Encapsulate the display (9)Daniel Lezcano
2011-06-15Encapsulate the display (8)Daniel Lezcano
2011-06-15Remove unused variablesDaniel Lezcano
2011-06-15Encapsulate the display (4)Daniel Lezcano
2011-06-15Encapsulate the display (3)Daniel Lezcano
2011-06-15Encapsulate the display (2)Daniel Lezcano
2011-06-15Encapsulate the display (1)Daniel Lezcano
2011-06-15make the functions name consistentDaniel Lezcano
2011-06-15add sensors displayDaniel Lezcano
2011-06-15Rewrite the sensor code with the treeDaniel Lezcano
2011-06-15Rewrite the regulator code based on the treeDaniel Lezcano
2011-06-15make all pm block own their display dataDaniel Lezcano
2011-06-08remove unused 'hrow' and 'selected' parametersDaniel Lezcano
2011-06-08rewrite the powerdebug clock codeDaniel Lezcano
2011-06-08make the mainloop immune against the signalsDaniel Lezcano
2011-06-08remove unused 'verbose' optionDaniel Lezcano
2011-06-08remove unused code and parameter for clock dump functionDaniel Lezcano
2011-06-08remove unused parameter 'options->dump'Daniel Lezcano
2011-06-08refresh the windows instead of killing them and recreateDaniel Lezcano
2011-06-08fix segfault when the default window is not the clockDaniel Lezcano
2011-05-24compute next and previous window with modulo arithmeticDaniel Lezcano
2011-05-24make the keyscan code human readableDaniel Lezcano
2011-05-24fix display when the default display is not the clockDaniel Lezcano
2011-04-04Don't exit when the regulator init failsDaniel Lezcano
2011-04-04create a specific function for displayDaniel Lezcano
2011-04-04simplify clock_init functionDaniel Lezcano
2011-04-04Cleanup the code by removing weird initializationDaniel Lezcano
2011-04-04Do more error check in display_init()Daniel Lezcano
2011-04-04Unify the init function name for displayDaniel Lezcano
2011-04-04Reduce dump usageDaniel Lezcano
2011-04-04Remove duplicate findparent variableDaniel Lezcano
2011-04-04Further reduce dump variable usageDaniel Lezcano
2011-04-04Reduce the usage of the dump variableDaniel Lezcano
2011-04-04split dump and displayDaniel Lezcano
2011-04-04Make highlighted_row variable staticDaniel Lezcano
2011-04-04make regulators_info and numregulators local to mainDaniel Lezcano
2011-04-04make numregulators static in powerdebug.cDaniel Lezcano
2011-04-04Pass numregulators paramter to show_regulator_infoDaniel Lezcano
2011-04-04Pass numregulators paramter to regulator_read_infoDaniel Lezcano
2011-04-04pass numregulators parameter to regulator_print_infoDaniel Lezcano
2011-04-04make regulators_info static in powerdebug.cDaniel Lezcano
2011-04-04pass regulators_info parameter to show_regulator_infoDaniel Lezcano