diff options
author | Jon Hunter <jon-hunter@ti.com> | 2012-10-04 17:01:14 -0500 |
---|---|---|
committer | Jon Hunter <jon-hunter@ti.com> | 2012-11-12 16:23:54 -0600 |
commit | 1eaff71017d97ce2bc8e22b9a5cf11e5c6dd6c78 (patch) | |
tree | 3ef79ceb77fea31ebad95330c110ab07eec80dd5 /drivers/regulator/lp3971.c | |
parent | d3004bb43de180c2f6e965716a3abe9b43c8b861 (diff) | |
download | talos-obmc-linux-1eaff71017d97ce2bc8e22b9a5cf11e5c6dd6c78.tar.gz talos-obmc-linux-1eaff71017d97ce2bc8e22b9a5cf11e5c6dd6c78.zip |
ARM: OMAP: Don't restore DMTIMER interrupt status register
Restoring the timer interrupt status is not possible because writing a 1 to any
bit in the register clears that bit if set and writing a 0 has no affect.
Furthermore, if an interrupt is pending when someone attempts to disable a
timer, the timer will fail to transition to the idle state and hence it's
context will not be lost. Users should take care to service all interrupts
before disabling the timer.
Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'drivers/regulator/lp3971.c')
0 files changed, 0 insertions, 0 deletions