1. 8df301c Version 0.6.1 * Removed sensor unit and display a raw value by Daniel Lezcano · 13 years ago powerdebug-0.6.1
  2. e262b59 Remove sensor unit by Daniel Lezcano · 13 years ago
  3. a61f326 Version 0.6.0 * added gpio support * added android port by Daniel Lezcano · 13 years ago powerdebug-0.6.0
  4. ca27365 Add Android.mk file by Nishanth Menon · 13 years ago
  5. 962d1c4 display.h: show max string length by Nishanth Menon · 13 years ago
  6. a14971b clock.c: use standard kernel/debug location by Nishanth Menon · 13 years ago
  7. 960b4e9 display the gpio info by Daniel Lezcano · 13 years ago
  8. 716b23e plug the gpio subsys with the main function by Daniel Lezcano · 13 years ago
  9. 5e26728 dump the gpio informations by Daniel Lezcano · 13 years ago
  10. 9d8475b read the content of the files by Daniel Lezcano · 13 years ago
  11. 03fc66b read the gpio directory structure by Daniel Lezcano · 13 years ago
  12. 269de4f add GPIO definition by Daniel Lezcano · 13 years ago
  13. 25fc4a3 follow symlinks when browsing the directory tree by Daniel Lezcano · 13 years ago
  14. c80da02 Version 0.5.2 by Daniel Lezcano · 13 years ago powerdebug-0.5.2
  15. 856efcd Version 0.5.1 by Daniel Lezcano · 13 years ago powerdebug-0.5.1
  16. caafece fix segfault when no clock is available by Daniel Lezcano · 13 years ago
  17. 8f80507 Version 0.5.0 by Daniel Lezcano · 13 years ago powerdebug-0.5.0
  18. e78bc07 reset scrolling when selecting an item in the search list by Daniel Lezcano · 13 years ago
  19. 10c8645 handle the scrolling with the search result list by Daniel Lezcano · 13 years ago
  20. 528bb3f tree should not return a result when we pass an empty string by Daniel Lezcano · 13 years ago
  21. 96a64fb the find list has it's own cursor by Daniel Lezcano · 13 years ago
  22. d577aaa Optimize the code by Daniel Lezcano · 13 years ago
  23. 73b4002 add a select callback on a clock from the search result by Daniel Lezcano · 13 years ago
  24. a12163d find a clock with a clock name by Daniel Lezcano · 13 years ago
  25. 5000abd implement the find callback by Daniel Lezcano · 13 years ago
  26. 372ffba Optimize the display by Daniel Lezcano · 13 years ago
  27. 653cb4a split header and footer display by Daniel Lezcano · 13 years ago
  28. e64c48e Add the find callback by Daniel Lezcano · 13 years ago
  29. 75bd395 Cleanup the headers by Daniel Lezcano · 13 years ago
  30. fa45333 Factor out display code by Daniel Lezcano · 13 years ago
  31. 0a8cc58 remove maxx and maxy global variables by Daniel Lezcano · 13 years ago
  32. c757e6d remove useless definition by Daniel Lezcano · 13 years ago
  33. c196d43 simplify the windows by Daniel Lezcano · 13 years ago
  34. db14580 make use of the mainloop code by Daniel Lezcano · 13 years ago
  35. 8be5260 add a real mainloop by Daniel Lezcano · 13 years ago
  36. 28203df make some display functions static by Daniel Lezcano · 13 years ago
  37. 935d77a remove unselect line by Daniel Lezcano · 13 years ago
  38. 4120e26 Remove the useless define by Daniel Lezcano · 13 years ago
  39. 176e69d Encapsulate the display (10) by Daniel Lezcano · 13 years ago
  40. 1562748 cleanup the headers by Daniel Lezcano · 13 years ago
  41. c44764a change the keystroke callback for less test by Daniel Lezcano · 13 years ago
  42. 271fd90 Encapsulate the display (9) by Daniel Lezcano · 13 years ago
  43. 40ba329 Encapsulate the display (8) by Daniel Lezcano · 13 years ago
  44. 971515a Encapsulate the display (7) by Daniel Lezcano · 13 years ago
  45. b301b08 Encapsulate the display (6) by Daniel Lezcano · 13 years ago
  46. aff647a Remove unused variables by Daniel Lezcano · 13 years ago
  47. 2c3a9df Encapsulate the display (4) by Daniel Lezcano · 13 years ago
  48. 99bd0bc Encapsulate the display (3) by Daniel Lezcano · 13 years ago
  49. d96731a Encapsulate the display (2) by Daniel Lezcano · 13 years ago
  50. 7b3da50 Encapsulate the display (1) by Daniel Lezcano · 13 years ago
  51. 597892a make the functions name consistent by Daniel Lezcano · 13 years ago
  52. 2e9df76 add sensors display by Daniel Lezcano · 13 years ago
  53. f665682 assign a pad for each window by Daniel Lezcano · 13 years ago
  54. 3d0aef4 Rewrite the sensor code with the tree by Daniel Lezcano · 13 years ago
  55. b25be4a Rewrite the regulator code based on the tree by Daniel Lezcano · 13 years ago
  56. b3e6e81 make all pm block own their display data by Daniel Lezcano · 13 years ago
  57. 88b38e3 Add some helper functions in a specific utils file by Daniel Lezcano · 13 years ago
  58. 05916f8 remove unused 'hrow' and 'selected' parameters by Daniel Lezcano · 13 years ago
  59. 2adc48d rewrite the powerdebug clock code by Daniel Lezcano · 13 years ago
  60. 02f8f40 document the tree code by Daniel Lezcano · 13 years ago
  61. cb86e1d compute the number of children for a specific node by Daniel Lezcano · 13 years ago
  62. fabe20a add a tree function to return a list of elements by Daniel Lezcano · 13 years ago
  63. e8cf9b8 make the mainloop immune against the signals by Daniel Lezcano · 13 years ago
  64. 6d42e81 add a function to browse at reverse order the tree by Daniel Lezcano · 13 years ago
  65. 7b16b81 remove unused 'verbose' option by Daniel Lezcano · 13 years ago
  66. c789194 remove unused code and parameter for clock dump function by Daniel Lezcano · 13 years ago
  67. 49f7b2b remove unused parameter 'options->dump' by Daniel Lezcano · 13 years ago
  68. 3e38e0f remove unused parameter by Daniel Lezcano · 13 years ago
  69. afe6225 use 'find' tree function by Daniel Lezcano · 13 years ago
  70. 357dd8a add 'find' function for the tree by Daniel Lezcano · 13 years ago
  71. 7801c2d Remove old clock tree dump code by Daniel Lezcano · 13 years ago
  72. 9d5431c use the tree code to dump the clocks by Daniel Lezcano · 13 years ago
  73. 141c048 function helper to read the files by Daniel Lezcano · 13 years ago
  74. c193b60 tree structure abstraction for directory hierarchies by Daniel Lezcano · 13 years ago
  75. 1c25df9 refresh the windows instead of killing them and recreate by Daniel Lezcano · 13 years ago
  76. 95b0dac fix segfault when the default window is not the clock by Daniel Lezcano · 13 years ago
  77. 68500e8 remove unused variable by Daniel Lezcano · 13 years ago
  78. b2565a8 provide a clock allocator by Daniel Lezcano · 13 years ago
  79. 28b53cd reorganize code to prevent forward declaration by Daniel Lezcano · 13 years ago
  80. c45662b move clock_info structure definition by Daniel Lezcano · 13 years ago
  81. 2ef06e9 compute next and previous window with modulo arithmetic by Daniel Lezcano · 13 years ago
  82. 3b42b5e make the keyscan code human readable by Daniel Lezcano · 13 years ago
  83. df51b2f fix display when the default display is not the clock by Daniel Lezcano · 13 years ago
  84. 4b66907 nit : fix output hexadecimal format by Daniel Lezcano · 13 years ago
  85. 00af33e Remove pointless compiler flags by Daniel Lezcano · 13 years ago
  86. 6e48fa4 Don't exit when the regulator init fails by Daniel Lezcano · 13 years ago
  87. d3ffa81 Make some variable static by Daniel Lezcano · 13 years ago
  88. c08f1f2 create a specific function for display by Daniel Lezcano · 13 years ago
  89. ef32319 Remove pointless function definitions by Daniel Lezcano · 13 years ago
  90. f0e0665 simplify clock_init function by Daniel Lezcano · 13 years ago
  91. 934fc09 Cleanup the code by removing weird initialization by Daniel Lezcano · 13 years ago
  92. eeb1376 Replace colors definition by enum by Daniel Lezcano · 13 years ago
  93. ca17a72 Do more error check in display_init() by Daniel Lezcano · 13 years ago
  94. 3abd8b1 mindless - change function name for consistency by Daniel Lezcano · 13 years ago
  95. 192c1d2 Unify the init function name for display by Daniel Lezcano · 13 years ago
  96. ac5714b Remove unused variables and definitions by Daniel Lezcano · 13 years ago
  97. 6a0f6fb Return an error instead of exiting deeper in the code by Daniel Lezcano · 13 years ago
  98. c5a65bf Remove unused clk_name variable by Daniel Lezcano · 13 years ago
  99. c9c1462 Reduce dump usage by Daniel Lezcano · 13 years ago
  100. 2d19ae8 improve function to read the file by Daniel Lezcano · 13 years ago