From: Sekhar Nori Date: Mon, 16 Nov 2009 11:51:35 +0000 (+0530) Subject: davinci: move PSC register definitions from psc.c to psc.h X-Git-Tag: v2.6.34-rc1~234^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c94fa15ba2d736af786ac1e56686d41987b1aba0;p=pandora-kernel.git davinci: move PSC register definitions from psc.c to psc.h The motivation behind the change is to use the same definitions in the assembly code responsible for suspending the SoC, a part of which is to clock gate the DDR2 clock. Note that the assembly code cannot invoke the C function meant for this. The main reason being that stack in DDR2 cannot be accessed while DDR2 clock is being clock gated. Signed-off-by: Sekhar Nori Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed