aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorLee Jones <[email protected]>2016-08-16 10:35:03 +0100
committerThierry Reding <[email protected]>2016-09-08 10:55:09 +0200
commit3f0925b5a864abded423dcedf86ec118139aa047 (patch)
tree1801081ae35c990a81dfd4a46a672f91466a49bd /tools/perf/scripts/python/bin/export-to-postgresql-report
parentd66a928dc08f59b2c03bc22e910b058b4ea01f92 (diff)
pwm: sti: Initialise PWM capture device data
Each PWM capture device is allocated a structure to hold its own state. During a capture the device may be partaking in one of 3 phases. Initial (rising) phase change, a subsequent (falling) phase change indicating end of the duty-cycle phase and finally a final (rising) phase change indicating the end of the period. The timer value snapshot each event is held in a variable of the same name, and the phase number (0, 1, 2) is contained in the index variable. Other device specific information, such as GPIO pin, the IRQ wait queue and locking is also contained in the structure. This patch initialises this structure for each of the available devices. Signed-off-by: Lee Jones <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions