1. 7801c2d Remove old clock tree dump code by Daniel Lezcano · 13 years ago
  2. 9d5431c use the tree code to dump the clocks by Daniel Lezcano · 13 years ago
  3. 141c048 function helper to read the files by Daniel Lezcano · 13 years ago
  4. c193b60 tree structure abstraction for directory hierarchies by Daniel Lezcano · 13 years ago
  5. 1c25df9 refresh the windows instead of killing them and recreate by Daniel Lezcano · 13 years ago
  6. 95b0dac fix segfault when the default window is not the clock by Daniel Lezcano · 13 years ago
  7. 68500e8 remove unused variable by Daniel Lezcano · 13 years ago
  8. b2565a8 provide a clock allocator by Daniel Lezcano · 13 years ago
  9. 28b53cd reorganize code to prevent forward declaration by Daniel Lezcano · 13 years ago
  10. c45662b move clock_info structure definition by Daniel Lezcano · 13 years ago
  11. 2ef06e9 compute next and previous window with modulo arithmetic by Daniel Lezcano · 14 years ago
  12. 3b42b5e make the keyscan code human readable by Daniel Lezcano · 14 years ago
  13. df51b2f fix display when the default display is not the clock by Daniel Lezcano · 14 years ago
  14. 4b66907 nit : fix output hexadecimal format by Daniel Lezcano · 14 years ago
  15. 00af33e Remove pointless compiler flags by Daniel Lezcano · 14 years ago
  16. 6e48fa4 Don't exit when the regulator init fails by Daniel Lezcano · 14 years ago
  17. d3ffa81 Make some variable static by Daniel Lezcano · 14 years ago
  18. c08f1f2 create a specific function for display by Daniel Lezcano · 14 years ago
  19. ef32319 Remove pointless function definitions by Daniel Lezcano · 14 years ago
  20. f0e0665 simplify clock_init function by Daniel Lezcano · 14 years ago
  21. 934fc09 Cleanup the code by removing weird initialization by Daniel Lezcano · 14 years ago
  22. eeb1376 Replace colors definition by enum by Daniel Lezcano · 14 years ago
  23. ca17a72 Do more error check in display_init() by Daniel Lezcano · 14 years ago
  24. 3abd8b1 mindless - change function name for consistency by Daniel Lezcano · 14 years ago
  25. 192c1d2 Unify the init function name for display by Daniel Lezcano · 14 years ago
  26. ac5714b Remove unused variables and definitions by Daniel Lezcano · 14 years ago
  27. 6a0f6fb Return an error instead of exiting deeper in the code by Daniel Lezcano · 14 years ago
  28. c5a65bf Remove unused clk_name variable by Daniel Lezcano · 14 years ago
  29. c9c1462 Reduce dump usage by Daniel Lezcano · 14 years ago
  30. 2d19ae8 improve function to read the file by Daniel Lezcano · 14 years ago
  31. 9dc3fb3 change debugfs finder function by Daniel Lezcano · 14 years ago
  32. 6e0c9c8 Remove duplicate findparent variable by Daniel Lezcano · 14 years ago
  33. 897f733 Further reduce dump variable usage by Daniel Lezcano · 14 years ago
  34. b574671 Reduce the usage of the dump variable by Daniel Lezcano · 14 years ago
  35. 21c04d4 split dump and display by Daniel Lezcano · 14 years ago
  36. 20be678 Make highlighted_row variable static by Daniel Lezcano · 14 years ago
  37. 0819826 make regulators_info and numregulators local to main by Daniel Lezcano · 14 years ago
  38. a9fff86 make numregulators static in powerdebug.c by Daniel Lezcano · 14 years ago
  39. 833b63a Pass numregulators paramter to show_regulator_info by Daniel Lezcano · 14 years ago
  40. 408580e Pass numregulators paramter to regulator_read_info by Daniel Lezcano · 14 years ago
  41. fac6aea pass numregulators parameter to regulator_print_info by Daniel Lezcano · 14 years ago
  42. 691d556 make regulators_info static in powerdebug.c by Daniel Lezcano · 14 years ago
  43. 3bd64f0 pass regulators_info parameter to show_regulator_info by Daniel Lezcano · 14 years ago
  44. b846541 pass regulators_info parameter to regulator_read_info by Daniel Lezcano · 14 years ago
  45. 7d62f9f pass regulators_info parameter to read_info_from_dirent by Daniel Lezcano · 14 years ago
  46. 4aab2fe make regulator_init to return a regulators_info pointer by Daniel Lezcano · 14 years ago
  47. f45321e Pass regulators_info parameter to regulator_print_info by Daniel Lezcano · 14 years ago
  48. 2e6ecca browse /sys/class/regulator with a generic name by Daniel Lezcano · 14 years ago
  49. f28e488 change regulator functions name by Daniel Lezcano · 14 years ago
  50. cac52d9 change regulator init function by Daniel Lezcano · 14 years ago
  51. eab558a Option -p implies -c -d by Amit Kucheria · 14 years ago
  52. 558a6d5 make 'selectedwindow' variable static by Daniel Lezcano · 14 years ago
  53. a70d949 move the 'dump' variable to the options structure by Daniel Lezcano · 14 years ago
  54. c671833 make 'dump' variable static by Daniel Lezcano · 14 years ago
  55. d5a2c6d reduce scope and make win_names static by Daniel Lezcano · 14 years ago
  56. db8e9ec Remove pointless declarations by Daniel Lezcano · 14 years ago
  57. c5afe83 save some bytes by using the 'bool' type by Daniel Lezcano · 14 years ago
  58. 60a4102 encapsulate the keystroke callback by Daniel Lezcano · 14 years ago
  59. 0051f4f encapsulate the mainloop code by Daniel Lezcano · 14 years ago
  60. b1b9c3f check the return value of init_regulator_ds and fix prototype by Daniel Lezcano · 14 years ago
  61. 7f112da use an int instead of a double by Daniel Lezcano · 14 years ago
  62. 9420fde save some bytes by allocating dynamically the string option by Daniel Lezcano · 14 years ago
  63. 316bcae encapsulate the options code by Daniel Lezcano · 14 years ago
  64. 4ed2f98 Add a .gitignore file by Amit Kucheria · 14 years ago
  65. 4a7d2ca Fix upload package version by Amit Kucheria · 14 years ago
  66. 188c7c3 Bump package version by Amit Kucheria · 14 years ago
  67. 5bd36f8 Version 0.4.1 by Amit Kucheria · 14 years ago
  68. e66977a Add LICENSE file to sources by Amit Kucheria · 14 years ago
  69. 6980c64 Upload to natty by Amit Kucheria · 14 years ago
  70. 4c57ad5 Bump package version by Amit Kucheria · 14 years ago
  71. e8587a5 Merge branch 'master' into debian by Amit Kucheria · 14 years ago
  72. eea3487 Version 0.4 by Amit Kucheria · 14 years ago
  73. 1b7bb75 copyright: add EPL 1.0 text to copyright file by Amit Kucheria · 14 years ago
  74. c0e17fc copyright: remove IBM copyright by Amit Kucheria · 14 years ago
  75. 39d69a5 Change Maintainer to Linaro-dev by Amit Kucheria · 14 years ago
  76. 9babd1e use 3.0 (quilt) format; 3.0 (native) is only for native packages by Steve Langasek · 14 years ago
  77. 02db554 document git branch in debian/control by Steve Langasek · 14 years ago
  78. 515b657 drop empty debian/docs file by Steve Langasek · 14 years ago
  79. 827024b clean up the description grammar by Steve Langasek · 14 years ago
  80. 6a9ec67 Fix package version by Amit Kucheria · 14 years ago
  81. 048f829 changelog: added my work by Marcin Juszkiewicz · 14 years ago
  82. 972ce01 drop cdbs dependency by Marcin Juszkiewicz · 14 years ago
  83. 8fc4e6d switched packaging to '3.0 (native)' by Marcin Juszkiewicz · 14 years ago
  84. 18f94ae rules: switch to debhelper 7 by Marcin Juszkiewicz · 14 years ago
  85. cbd939b change maintainer by Marcin Juszkiewicz · 14 years ago
  86. cd11519 Update changelog for v0.3 by Amit Kucheria · 14 years ago
  87. edebfac Add debian packaging by Amit Kucheria · 14 years ago
  88. 91b7a6b Version 0.3 by Amit Kucheria · 14 years ago
  89. 807e4fa Makefile cleanup for debian packaging by Marcin Juszkiewicz · 14 years ago
  90. b85e5d5 Stick to Black and white by Amit Kucheria · 14 years ago
  91. a0adae4 Mass whitespace fixups by Amit Kucheria · 14 years ago
  92. ee851a1 Make the clock tab the first tab by Amit Kucheria · 14 years ago
  93. 0a4d019 Print a compact header by Amit Kucheria · 14 years ago
  94. e7bbf78 Move numregulators to regulator.h by Amit Arora · 14 years ago
  95. 422c52f By default show all data in dump mode by Amit Arora · 14 years ago
  96. a06a730 Re-read clock tree on "refresh" by Amit Arora · 14 years ago
  97. 1755278 Move around code to more logical destination by Amit Arora · 14 years ago
  98. 83ae6cb Show all relevant keys for the window by Amit Arora · 14 years ago
  99. 203f4d4 Fix argument passing for long options by Amit Arora · 14 years ago
  100. 3bd7916 Show parents for a given clock in ncurses mode too by Amit Arora · 14 years ago