aboutsummaryrefslogtreecommitdiff
path: root/clocks.h
AgeCommit message (Collapse)Author
2011-06-21Cleanup the headersDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-06-15make the functions name consistentDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-06-08move clock_info structure definitionDaniel Lezcano
Let's make this structure private Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-04-04Remove pointless function definitionsDaniel Lezcano
By moving the functions in the right order in the file, we can get ride of their definitions and we can set them static. Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr> Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
2011-04-04simplify clock_init functionDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr> Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
2011-04-04change debugfs finder functionDaniel Lezcano
Change the debugfs_locate_mpoint function to be nicer and more efficient. Another effect is that fixes a segmentation fault when calling powerdebug --dump Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr> Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
2011-03-24make 'dump' variable staticDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr> Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
2011-03-24save some bytes by using the 'bool' typeDaniel Lezcano
sizeof(int) : 4 sizeof(bool): 1 Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr> Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
2011-01-17copyright: remove IBM copyrightAmit Kucheria
According to https://wiki.linaro.org/Copyright, all work done by assignees is copyrighted to Linaro.
2010-11-30Show parents, when given a clock name in dump modeAmit Arora
2010-11-16Bug: fix sigsegv for -cd optionsAmit 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-28Fix coding styleAmit Arora
2010-10-27Discover debugfs mntpoint and split header filesAmit Arora