Author: nbd Date: 2015-01-20 17:41:46 +0100 (Tue, 20 Jan 2015) New Revision: 44065
Modified: branches/barrier_breaker/target/linux/ar71xx/patches-3.10/728-MIPS-ath79-fix-restart.patch Log: ar71xx: backport restart fix from r43777 (fixes #17839) Signed-off-by: Felix Fietkau <[email protected]> Modified: branches/barrier_breaker/target/linux/ar71xx/patches-3.10/728-MIPS-ath79-fix-restart.patch =================================================================== --- branches/barrier_breaker/target/linux/ar71xx/patches-3.10/728-MIPS-ath79-fix-restart.patch 2015-01-20 15:49:04 UTC (rev 44064) +++ branches/barrier_breaker/target/linux/ar71xx/patches-3.10/728-MIPS-ath79-fix-restart.patch 2015-01-20 16:41:46 UTC (rev 44065) @@ -8,3 +8,13 @@ ath79_device_reset_set(AR71XX_RESET_FULL_CHIP); for (;;) if (cpu_wait) +--- a/arch/mips/include/asm/mach-ath79/ath79.h ++++ b/arch/mips/include/asm/mach-ath79/ath79.h +@@ -144,6 +144,7 @@ static inline u32 ath79_pll_rr(unsigned + static inline void ath79_reset_wr(unsigned reg, u32 val) + { + __raw_writel(val, ath79_reset_base + reg); ++ (void) __raw_readl(ath79_reset_base + reg); /* flush */ + } + + static inline u32 ath79_reset_rr(unsigned reg) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
