aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-08remove unused parameterDaniel Lezcano
2011-06-08use 'find' tree functionDaniel Lezcano
2011-06-08add 'find' function for the treeDaniel Lezcano
2011-06-08Remove old clock tree dump codeDaniel Lezcano
2011-06-08use the tree code to dump the clocksDaniel Lezcano
2011-06-08function helper to read the filesDaniel Lezcano
2011-06-08tree structure abstraction for directory hierarchiesDaniel 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-06-08remove unused variableDaniel Lezcano
2011-06-08provide a clock allocatorDaniel Lezcano
2011-06-08reorganize code to prevent forward declarationDaniel Lezcano
2011-06-08move clock_info structure definitionDaniel 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-05-24nit : fix output hexadecimal formatDaniel Lezcano
2011-05-24Remove pointless compiler flagsDaniel Lezcano
2011-04-04Don't exit when the regulator init failsDaniel Lezcano
2011-04-04Make some variable staticDaniel Lezcano
2011-04-04create a specific function for displayDaniel Lezcano
2011-04-04Remove pointless function definitionsDaniel Lezcano
2011-04-04simplify clock_init functionDaniel Lezcano
2011-04-04Cleanup the code by removing weird initializationDaniel Lezcano
2011-04-04Replace colors definition by enumDaniel Lezcano
2011-04-04Do more error check in display_init()Daniel Lezcano
2011-04-04mindless - change function name for consistencyDaniel Lezcano
2011-04-04Unify the init function name for displayDaniel Lezcano
2011-04-04Remove unused variables and definitionsDaniel Lezcano
2011-04-04Return an error instead of exiting deeper in the codeDaniel Lezcano
2011-04-04Remove unused clk_name variableDaniel Lezcano
2011-04-04Reduce dump usageDaniel Lezcano
2011-04-04improve function to read the fileDaniel Lezcano
2011-04-04change debugfs finder functionDaniel 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
2011-04-04pass regulators_info parameter to regulator_read_infoDaniel Lezcano