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