]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: SAMSUNG: Use local definitions of watchdog registers
authorTomasz Figa <tomasz.figa@gmail.com>
Mon, 17 Jun 2013 14:45:29 +0000 (23:45 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 18 Jun 2013 18:13:15 +0000 (03:13 +0900)
commit6063e5a872e5c3a116e477c1162ccc522f5f16d8
tree80b61a5666c9f6c00393e126ea0fec912a8bfe5e
parentd3f2395d6b82662cedf1c992544ee70844cd4385
ARM: SAMSUNG: Use local definitions of watchdog registers

This patch adds local definitions of required watchdog registers and
bitfields to the uncompress header, allowing to remove the dependency on
plat/regs-watchdog.h header and the ugly hack to replace virtual with
physical addresses.

In addition, it fixes reboot on decompression failure feature, due to
the mentioned ugly hack not working anymore (the macro being redefined
got renamed, without fixing this code).

Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
Tested-by: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-samsung/include/plat/uncompress.h