]> git.karo-electronics.de Git - karo-tx-linux.git/commit
watchdog: orion: Remove unneeded atomic access
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Sat, 15 Mar 2014 18:17:58 +0000 (15:17 -0300)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 26 May 2014 20:51:57 +0000 (22:51 +0200)
commitea079af73a2471c8d98798208a018344a8c151a3
treeecdbb063eb8e85f23f13c5d717ee94f90d34795c
parent09b21284379136eaa0736b6ff50277a20c737512
watchdog: orion: Remove unneeded atomic access

The RSTOUT register on the Armada 370 SoC variant is a dedicated register
(not shared across orthogonal subsystems) and so it's not needed to write
it atomically.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Tested-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Tested-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/orion_wdt.c