From: Paul Walmsley Date: Mon, 27 Feb 2012 22:23:56 +0000 (-0700) Subject: ARM: OMAP2+: hwmod: ensure that SYSCONFIG bits are reprogrammed after a reset X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dc9a6eefc1a52bd7937c3f0fd89a07fc73c2c46;p=pandora-kernel.git ARM: OMAP2+: hwmod: ensure that SYSCONFIG bits are reprogrammed after a reset Move the code that reprograms the OCP_SYSCONFIG bits into the _reset() function to ensure that it is called after every reset. The code was previously in the _setup() function. So, before this patch, if _reset() was called from another function, the SYSCONFIG register won't be reprogrammed. Signed-off-by: Paul Walmsley Cc: BenoƮt Cousson --- Reading git-diff-tree failed