aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-integrator
diff options
context:
space:
mode:
authorRichard Woodruff <r-woodruff2@ti.com>2008-07-03 12:24:30 +0300
committerTony Lindgren <tony@atomide.com>2008-07-03 12:24:30 +0300
commit0f0d0807093d2d72ee772a1b4ba1d0b088a79a2b (patch)
tree2f9708998b5102e0ac6cdc1cd98d6f71f67954c6 /arch/arm/mach-integrator
parent4621d588e0e8b5b11cd913fe706e35915c1b83a3 (diff)
ARM: OMAP: DMTimer: Use posted mode
This patch adds the use of write posting for the timer. Previously, every write could lock the requestor for almost 3x32KHz cycles. This patch only synchronizes before writes and reads instead of after them and it does it on per register basis. Doing it this way there is some chance to hide some of the sync latency. It also removes some needless reads when non-posted mode is there. With out this fix the read/writes take almost 2% CPU load @500MHz just waiting on tick timer registers. Also define new 34xx only registers. Signed-off-by: Richard Woodruff <r-woodruff2@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-integrator')
0 files changed, 0 insertions, 0 deletions