From: Eric Miao Date: Tue, 16 Mar 2010 08:48:01 +0000 (+0800) Subject: [ARM] pxa: correct SSCR0_SCR to support multiple SoCs X-Git-Tag: v2.6.35-rc1~503^2~1^2~2^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9840daa70fbb8f6031fcd1f254a3da49a41ea7b;p=pandora-kernel.git [ARM] pxa: correct SSCR0_SCR to support multiple SoCs The previous definitions of SSCR0_SCR and SSCR0_SerClkDiv() prevented them being used simultaneously when supporting multiple PXA SoCs, esp. in drivers/spi/pxa2xx_spi.c, make them correct. The change from SSCR0_SerClkDiv(2) to SSCR0_SCR(2), will make the result a little bit different in pxa2xx_spi_probe(), however, since that's only used as a default initialization value, it's acceptable. Signed-off-by: Eric Miao --- Reading git-diff-tree failed