Re: [OpenWrt-Devel] [PATCH 1/1] [kernel] ar71xx: reset problem fix

2014-12-05 Thread Michael Uray
FULL_CHIP_RESET gets set, the write to the reset register is done and waits then until the CPU reboots. There is also a ticket #17839 to this bug. https://dev.openwrt.org/ticket/17839 Signed-off-by: Michael Uray --- --- a/arch/mips/ath79/common.c +++ b/arch/mips/ath79/common.c @@ -83,6 +83,8 @@ void

Re: [OpenWrt-Devel] [PATCH 1/1] [kernel] ar71xx: reset problem fix

2014-10-21 Thread Michael Uray
mask for the FULL_CHIP_RESET gets set, the write to the reset register is done and waits then until the CPU reboots. There is also a ticket #17839 to this bug. https://dev.openwrt.org/ticket/17839 Signed-off-by: Michael Uray --- --- a/arch/mips/ath79/common.c +++ b/arch/mips/ath79/common.c

[OpenWrt-Devel] [PATCH 1/1] [kernel] ar71xx: reset problem fix

2014-10-17 Thread Michael Uray
required. This patch runs an endless loop after the interrupts get disabled and the FULL_CHIP_RESET gets set and waits then until the CPU reboots. There is also a ticket #17839 to this bug. https://dev.openwrt.org/ticket/17839 Signed-off-by: Michael Uray I am not subscribed to the mailing list, so