From: Shawn Guo Date: Thu, 31 Oct 2013 02:35:40 +0000 (+0800) Subject: ARM: imx: improve mxc_restart() on the SRC bit writes X-Git-Tag: v3.13-rc1~55^2~8^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c11b57a8a8d83ffa91aebb12c90488c8802e6f3;p=pandora-kernel.git ARM: imx: improve mxc_restart() on the SRC bit writes The current comment in the code does not make it clear why the double writes on SRC bit is needed. Let's quote the errata to get it clear. Also, to ensure there are at least 2 writes happen in the same one 32kHz period, we actually need 3 writes. Let's add the third one. Signed-off-by: Shawn Guo --- Reading git-diff-tree failed