summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2008-07-14 22:38:33 +0200
committerJean Delvare <khali@mahadeva.delvare>2008-07-14 22:38:33 +0200
commitcf898dc5e9dfd1487b28ca0176b68722f05d4d48 (patch)
tree9369f5cc37f1013058187d79b370541e7ad8dc3e /tools/perf/scripts/python
parent2b73809d06649fe6c7f4294b051ca4934a34bb91 (diff)
downloadkernel-cf898dc5e9dfd1487b28ca0176b68722f05d4d48.tar.gz
i2c-i801: Fix handling of error conditions
Move the check of pre-transaction and post-transaction conditions to separate functions, and adjust them a bit. Having dedicated functions for that ensures that errors are handled in a consistent way. Bit HOST_BUSY of the status register is read-only, so writing to it is certainly not going to clear it. If this bit is set then we simply don't want to start the transaction, as it means that somebody else (ACPI, SMM?) is already using the controller. Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
symbol: C++ demanglingArnaldo Carvalho de Melo 2009-07-02perf_counter tools: Add infrastructure to support loading of kernel module sy...Mike Galbraith 2009-07-01perf_counter tools: Share list.h with the kernelArnaldo Carvalho de Melo 2009-07-01perf_counter tools: Share rbtree.with the kernelArnaldo Carvalho de Melo 2009-07-01perf_counter tools: Add more warnings and fix/annotate themIngo Molnar 2009-07-01perf_counter tools: Remove zlib dependencyAnton Blanchard 2009-07-01perf report: Add --dsos parameterArnaldo Carvalho de Melo 2009-06-26perf_counter tools: Prepare a small callchain frameworkFrederic Weisbecker 2009-06-25perf_counter tools: Rework the file formatPeter Zijlstra 2009-06-19perf_counter tools: Define and use our own u64, s64 etc. definitionsPaul Mackerras 2009-06-18perf report: Filter to parent set by defaultIngo Molnar 2009-06-18perf_counter: tools: Makefile tweaks for 64-bit powerpcPaul Mackerras 2009-06-13perf stat: Enable raw data to be printedIngo Molnar 2009-06-06perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/Ingo Molnar