1. 9cee8a5 Add support for Genpd. by Thara Gopinath · 8 years ago master
  2. e48aec7 Redefine the short option for findparents. by Thara Gopinath · 8 years ago
  3. 7dd9f3c Add gpio option in the usage. by Thara Gopinath · 8 years ago
  4. 3109e16 Move SIGWINCH setup in the display file by Daniel Lezcano · 9 years ago
  5. 88b3773 Reduce the default refresh rate by Daniel Lezcano · 9 years ago
  6. 5e659d7 Remove the selectedwindow options. by Daniel Lezcano · 9 years ago
  7. b4eec7e Pass options to init functions. by Daniel Lezcano · 9 years ago
  8. 30f0147 Consolidate the headers into a single one. by Daniel Lezcano · 9 years ago
  9. 7c15fad Fix license. Linaro switched years ago to GPL. by Daniel Lezcano · 9 years ago
  10. 188ff0f Prevent to init a subsystem if it is not selected. by Daniel Lezcano · 9 years ago
  11. 9db095c Change options to flag approach. by Daniel Lezcano · 9 years ago
  12. 5fef005 display proper error message by Sanjay Singh Rawat · 12 years ago
  13. 83b37c3 handle winch signal by Sanjay Singh Rawat · 12 years ago
  14. 9fe0c05 Version 0.6.2 by Sanjay Singh Rawat · 12 years ago
  15. 716b23e plug the gpio subsys with the main function by Daniel Lezcano · 14 years ago
  16. db14580 make use of the mainloop code by Daniel Lezcano · 14 years ago
  17. 176e69d Encapsulate the display (10) by Daniel Lezcano · 14 years ago
  18. 1562748 cleanup the headers by Daniel Lezcano · 14 years ago
  19. c44764a change the keystroke callback for less test by Daniel Lezcano · 14 years ago
  20. 271fd90 Encapsulate the display (9) by Daniel Lezcano · 14 years ago
  21. 40ba329 Encapsulate the display (8) by Daniel Lezcano · 14 years ago
  22. aff647a Remove unused variables by Daniel Lezcano · 14 years ago
  23. 2c3a9df Encapsulate the display (4) by Daniel Lezcano · 14 years ago
  24. 99bd0bc Encapsulate the display (3) by Daniel Lezcano · 14 years ago
  25. d96731a Encapsulate the display (2) by Daniel Lezcano · 14 years ago
  26. 7b3da50 Encapsulate the display (1) by Daniel Lezcano · 14 years ago
  27. 597892a make the functions name consistent by Daniel Lezcano · 14 years ago
  28. 2e9df76 add sensors display by Daniel Lezcano · 14 years ago
  29. 3d0aef4 Rewrite the sensor code with the tree by Daniel Lezcano · 14 years ago
  30. b25be4a Rewrite the regulator code based on the tree by Daniel Lezcano · 14 years ago
  31. b3e6e81 make all pm block own their display data by Daniel Lezcano · 14 years ago
  32. 05916f8 remove unused 'hrow' and 'selected' parameters by Daniel Lezcano · 14 years ago
  33. 2adc48d rewrite the powerdebug clock code by Daniel Lezcano · 14 years ago
  34. e8cf9b8 make the mainloop immune against the signals by Daniel Lezcano · 14 years ago
  35. 7b16b81 remove unused 'verbose' option by Daniel Lezcano · 14 years ago
  36. c789194 remove unused code and parameter for clock dump function by Daniel Lezcano · 14 years ago
  37. 49f7b2b remove unused parameter 'options->dump' by Daniel Lezcano · 14 years ago
  38. 1c25df9 refresh the windows instead of killing them and recreate by Daniel Lezcano · 14 years ago
  39. 95b0dac fix segfault when the default window is not the clock by Daniel Lezcano · 14 years ago
  40. 2ef06e9 compute next and previous window with modulo arithmetic by Daniel Lezcano · 14 years ago
  41. 3b42b5e make the keyscan code human readable by Daniel Lezcano · 14 years ago
  42. df51b2f fix display when the default display is not the clock by Daniel Lezcano · 14 years ago
  43. 6e48fa4 Don't exit when the regulator init fails by Daniel Lezcano · 14 years ago
  44. c08f1f2 create a specific function for display by Daniel Lezcano · 14 years ago
  45. f0e0665 simplify clock_init function by Daniel Lezcano · 14 years ago
  46. 934fc09 Cleanup the code by removing weird initialization by Daniel Lezcano · 14 years ago
  47. ca17a72 Do more error check in display_init() by Daniel Lezcano · 14 years ago
  48. 192c1d2 Unify the init function name for display by Daniel Lezcano · 14 years ago
  49. c9c1462 Reduce dump usage by Daniel Lezcano · 14 years ago
  50. 6e0c9c8 Remove duplicate findparent variable by Daniel Lezcano · 14 years ago
  51. 897f733 Further reduce dump variable usage by Daniel Lezcano · 14 years ago
  52. b574671 Reduce the usage of the dump variable by Daniel Lezcano · 14 years ago
  53. 21c04d4 split dump and display by Daniel Lezcano · 14 years ago
  54. 20be678 Make highlighted_row variable static by Daniel Lezcano · 14 years ago
  55. 0819826 make regulators_info and numregulators local to main by Daniel Lezcano · 14 years ago
  56. a9fff86 make numregulators static in powerdebug.c by Daniel Lezcano · 14 years ago
  57. 833b63a Pass numregulators paramter to show_regulator_info by Daniel Lezcano · 14 years ago
  58. 408580e Pass numregulators paramter to regulator_read_info by Daniel Lezcano · 14 years ago
  59. fac6aea pass numregulators parameter to regulator_print_info by Daniel Lezcano · 14 years ago
  60. 691d556 make regulators_info static in powerdebug.c by Daniel Lezcano · 14 years ago
  61. 3bd64f0 pass regulators_info parameter to show_regulator_info by Daniel Lezcano · 14 years ago
  62. b846541 pass regulators_info parameter to regulator_read_info by Daniel Lezcano · 14 years ago
  63. 4aab2fe make regulator_init to return a regulators_info pointer by Daniel Lezcano · 14 years ago
  64. f45321e Pass regulators_info parameter to regulator_print_info by Daniel Lezcano · 14 years ago
  65. f28e488 change regulator functions name by Daniel Lezcano · 14 years ago
  66. cac52d9 change regulator init function by Daniel Lezcano · 14 years ago
  67. eab558a Option -p implies -c -d by Amit Kucheria · 14 years ago
  68. 558a6d5 make 'selectedwindow' variable static by Daniel Lezcano · 14 years ago
  69. a70d949 move the 'dump' variable to the options structure by Daniel Lezcano · 14 years ago
  70. c671833 make 'dump' variable static by Daniel Lezcano · 14 years ago
  71. d5a2c6d reduce scope and make win_names static by Daniel Lezcano · 14 years ago
  72. c5afe83 save some bytes by using the 'bool' type by Daniel Lezcano · 14 years ago
  73. 60a4102 encapsulate the keystroke callback by Daniel Lezcano · 14 years ago
  74. 0051f4f encapsulate the mainloop code by Daniel Lezcano · 14 years ago
  75. b1b9c3f check the return value of init_regulator_ds and fix prototype by Daniel Lezcano · 14 years ago
  76. 7f112da use an int instead of a double by Daniel Lezcano · 14 years ago
  77. 9420fde save some bytes by allocating dynamically the string option by Daniel Lezcano · 14 years ago
  78. 316bcae encapsulate the options code by Daniel Lezcano · 14 years ago
  79. c0e17fc copyright: remove IBM copyright by Amit Kucheria · 15 years ago
  80. a0adae4 Mass whitespace fixups by Amit Kucheria · 15 years ago
  81. ee851a1 Make the clock tab the first tab by Amit Kucheria · 15 years ago
  82. e7bbf78 Move numregulators to regulator.h by Amit Arora · 15 years ago
  83. 422c52f By default show all data in dump mode by Amit Arora · 15 years ago
  84. a06a730 Re-read clock tree on "refresh" by Amit Arora · 15 years ago
  85. 1755278 Move around code to more logical destination by Amit Arora · 15 years ago
  86. 203f4d4 Fix argument passing for long options by Amit Arora · 15 years ago
  87. 3bd7916 Show parents for a given clock in ncurses mode too by Amit Arora · 15 years ago
  88. f4fb810 Show parents, when given a clock name in dump mode by Amit Arora · 15 years ago
  89. 04f9774 If unable to read clock tree, inform user by Amit Arora · 15 years ago
  90. ac4e865 expand/collapse clocks by Amit Arora · 15 years ago
  91. 97006e5 some cleanups by Amit Arora · 15 years ago
  92. 6e774cd Fix coding style by Amit Arora · 15 years ago
  93. c93e071 Add Tabs for various features by Amit Arora · 15 years ago
  94. 0e51272 Add dump option support for displaying clock tree (from debugfs) by Amit Arora · 15 years ago
  95. 24ed7d1 add multi-level support to clock info by Amit Arora · 15 years ago
  96. 728e0c9 Version 0.2 (add clock info) by Amit Arora · 15 years ago
  97. 39f2954 Version 0.1 by Amit Arora · 15 years ago
  98. 47fd918 Use ncurses to display by Amit Arora · 15 years ago
  99. 85fd495 Some cleanups by Amit Arora · 15 years ago
  100. 1c03789 If sensor information not present, tell user so (in verbose mode) by Amit Arora · 15 years ago