diff options
author | 2012-10-06 09:08:20 +0100 | |
---|---|---|
committer | 2012-11-04 12:29:33 +0000 | |
commit | 18f360f865cffde44b112577fed1a6a0dd2740dc (patch) | |
tree | 6253fe3261bb0e4814e8d03ba350c76b3fdcda86 /tools/perf/scripts/python | |
parent | SERIAL: omap: don't read back LCR/MCR/EFR (diff) | |
download | linux-dev-18f360f865cffde44b112577fed1a6a0dd2740dc.tar.xz linux-dev-18f360f865cffde44b112577fed1a6a0dd2740dc.zip |
SERIAL: omap: simplify
We have the sequence:
- LCR mode B
- write EFR with ECB clear
- LCR mode normal
- if s/w flow
- LCR mode B
- write EFR with ECB clear
...
- LCR mode B
- write EFR with ECB clear
- LCR mode normal
This can be simplified to:
- if s/w flow
- LCR mode B
- write EFR with ECB clear
...
- LCR mode B
- write EFR with ECB clear
- LCR mode normal
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions