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