commit | d3004bb43de180c2f6e965716a3abe9b43c8b861 | [log] [tgz] |
---|---|---|
author | Jon Hunter <jon-hunter@ti.com> | Fri Sep 28 16:09:03 2012 -0500 |
committer | Jon Hunter <jon-hunter@ti.com> | Mon Nov 12 16:23:53 2012 -0600 |
tree | 23e3a19d361a146b13f3b7a54153b20a063ad5ea | |
parent | ffc957bd83b623fa6ead068bf1a444decce2cc00 [diff] |
ARM: OMAP: Don't restore of DMTIMER TISTAT register The timer TISTAT register is a read-only register and therefore restoring the context is not needed. Furthermore, the context of TISTAT is never saved anywhere in the current code. The TISTAT register is read-only for all OMAP devices from OMAP1 to OMAP4. OMAP5 timers no longer have this register. Signed-off-by: Jon Hunter <jon-hunter@ti.com> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>