aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-24Version 0.4.1powerdebug-0.4.1Amit Kucheria
- Add LICENSE file with EPL
2011-01-24Add LICENSE file to sourcesAmit Kucheria
Upload to ubuntu archive was rejected for lack of a LICENSE file
2011-01-17Version 0.4powerdebug-0.4Amit Kucheria
- fix copyright in source files
2011-01-17copyright: remove IBM copyrightAmit Kucheria
According to https://wiki.linaro.org/Copyright, all work done by assignees is copyrighted to Linaro.
2011-01-12Version 0.3Amit Kucheria
- whitespace cleanups - get rid of colors - make header display more compact - cleanup makefile for debian packaging
2011-01-12Makefile cleanup for debian packagingMarcin Juszkiewicz
- Use install rather than mkdir, cp, etc. - Install to /usr/sbin
2011-01-12Stick to Black and whiteAmit Kucheria
We'll run over serial consoles, lets stick to the basics for now.
2011-01-12Mass whitespace fixupsAmit Kucheria
Get rid of blank lines, add spaces around operators, etc.
2011-01-12Make the clock tab the first tabAmit Kucheria
Change the order of the tabs - Clock, regulator, sensors
2011-01-12Print a compact headerAmit Kucheria
Print the menu items in the header closer together
2010-12-05Move numregulators to regulator.hAmit Arora
2010-12-02By default show all data in dump modeAmit Arora
2010-12-02Re-read clock tree on "refresh"Amit Arora
2010-12-02Move around code to more logical destinationAmit Arora
2010-12-02Show all relevant keys for the windowAmit Arora
2010-12-01Fix argument passing for long optionsAmit Arora
2010-12-01Show parents for a given clock in ncurses mode tooAmit Arora
2010-11-30Show parents, when given a clock name in dump modeAmit Arora
2010-11-30Fix scrolling for first clock beyond screenAmit Arora
2010-11-16This branch will have only source and no debian packaging filesAmit Arora
2010-11-16Update debian packaging related filesAmit Arora
2010-11-16Bug: fix sigsegv for -cd optionsAmit Arora
2010-11-16comment out debug/test codeAmit Arora
2010-11-16If unable to read clock tree, inform userAmit Arora
2010-11-16Scroll when user selects clock beyond maxyAmit Arora
2010-11-09expand/collapse clocksAmit Arora
2010-11-09Use in-memory ds to display clocks in ncurses modeAmit Arora
2010-10-28some cleanupsAmit Arora
2010-10-28Fix coding styleAmit Arora
2010-10-27Discover debugfs mntpoint and split header filesAmit Arora
2010-10-25Read/Dump clock tree in/from memoryAmit Arora
2010-10-07Show units for clock rateAmit Arora
2010-10-07Show all regulators by defaultAmit Arora
2010-10-07Add Tabs for various featuresAmit Arora
2010-10-07Display regulator num_users infoAmit Arora
2010-10-05Print refresh rateAmit Arora
2010-10-05Display all clocks in non-verbose mode tooAmit Arora
Show clocks with > 0 usecount in "bold" text.
2010-10-04Display clocks with more than zero usecount, in non-verbose modeAmit Arora
2010-10-01Add dump option support for displaying clock tree (from debugfs)Amit Arora
2010-09-14add multi-level support to clock infoAmit Arora
2010-09-14Version 0.2 (add clock info)Amit Arora
2010-09-14Version 0.1Amit Arora
2010-08-24Use ncurses to displayAmit Arora
Use ncurses library and add option for "dump" mode.
2010-08-05Put newline char only when neededAmit Arora
2010-08-05Some cleanupsAmit Arora
2010-08-05If sensor information not present, tell user so (in verbose mode)Amit Arora
2010-08-05Add version string and long optionsAmit Arora
2010-08-05Add min,max for microamps,microvoltsAmit Arora
2010-08-03Fix regulator namesAmit Arora
Do not overwrite the name of regulator. Bring the default name outside the internal while loop!
2010-08-03Continue iterating over files, even if some fopen fails.Amit Arora