From: Anton Vorontsov Date: Fri, 26 Nov 2010 17:48:35 +0000 (+0300) Subject: ARM: cns3xxx: Make cns3xxx_pwr_soft_rst_force() to actually reset blocks X-Git-Tag: v2.6.38-rc1~471^2^2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df8f4d2f3ef9ca2154f7bd531492a83c4ab4558a;p=pandora-kernel.git ARM: cns3xxx: Make cns3xxx_pwr_soft_rst_force() to actually reset blocks commit 6eb5d146d4535 ("ARM: cns3xxx: Use IO memory accessors everywhere") breaks cns3xxx_pwr_soft_rst_force() function, so that it doesn't write cleared bit into the register. This patch fixes the issue by adding the necessary __raw_writel(). Signed-off-by: Anton Vorontsov --- Reading git-diff-tree failed