lp:linaro-powerdebug

Created by Linaro Power Management Working Group and last modified
Get this branch:
bzr branch lp:linaro-powerdebug

Branch merges

Related bugs

Related blueprints

Branch information

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://git.linaro.org/tools/powerdebug.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 4 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log

Recent revisions

233. By Thara Gopinath <email address hidden>

Add support for Genpd.

This patch adds support to dump/display the powerdomain statistics
in powerdebug.

Signed-off-by: Thara Gopinath <email address hidden>

232. By Thara Gopinath <email address hidden>

Define file operations.

This patch adds functions for file open, file read line and
file close.

Signed-off-by: Thara Gopinath <email address hidden>

231. By Thara Gopinath <email address hidden>

Redefine the short option for findparents.

This patch changes the short option for findparents from -p to
-f so that -p can be used for power domains.

Signed-off-by: Thara Gopinath <email address hidden>

230. By Thara Gopinath <email address hidden>

Add gpio option in the usage.

This patch adds info about -g/--gpio option in the usage section.

Signed-off-by: Thara Gopinath <email address hidden>

229. By Thara Gopinath <email address hidden>

Fix the numbering of display options.

The ordering of the display options was not matching with
the order of the windows defined in display.h causing GPIO and
CLOCK display to seg fault/not work. This patch fixes this issue.

Signed-off-by: Thara Gopinath <email address hidden>

228. By Thara Gopinath <email address hidden>

Correct the format type for reading in regulator data

Some of the regulator info were being read in as an integer
to a character buffer which was causing the info to be garbled and
wrong. This patch fixes the issue by reading in the info as a string
and then converting it into integer.

Signed-off-by: Thara Gopinath <email address hidden>

227. By Thara Gopinath <email address hidden>

Check if terminal supports changing color definitions.

This patch adds the check whether the terminal supports colors
and allows changing color definitions before actually attempting to
redifine the color definitions. Without this check, attempting to
change color definitions in a color not supported terminal
causes a hang.

Signed-off-by: Thara Gopinath <email address hidden>

226. By Thara Gopinath <email address hidden>

Initialize tree pointers in the dump only option

The regulator, gpio, sensor and clock tree pointers were
initialized only during the display option and not during the
dump only option. This meant the dump option was not printing
any info previously. This patch fixes it by initilaizing the
tree pointers during the dump only option.

Signed-off-by: Thara Gopinath <email address hidden>

225. By Daniel Lezcano

Fix display error on screen

The previous patch was reverted and is replaced by this one.

Instead of dancing around with global flag telling if a subsys succeed
or not and write a error, let's try to initialize the subsystem each
time a display is requested and output an error occurs.

That makes the code a bit nicer and give the opportunity to fix the
problem at the system level (eg. mount debugfs) without restarting
powerdebug.

Signed-off-by: Daniel Lezcano <email address hidden>

224. By Daniel Lezcano

Revert "display error on module window"

This reverts commit 96f6e050107da5d258280b785e5ed410d534a775.

Conflicts:
 gpio.c
 regulator.c
 sensor.c

Signed-off-by: Daniel Lezcano <email address hidden>

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.