ARM: S3C24XX: Add HSSPI setup callback for s3c64xx-spi driver
authorHeiko Stuebner <heiko@sntech.de>
Wed, 25 Apr 2012 01:07:10 +0000 (18:07 -0700)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 25 Apr 2012 01:07:10 +0000 (18:07 -0700)
commitf03eb25e223cf1fc9e807a479b776e8e2f1cc9e1
treedb2a10c2eeb2005e3f3ffdeac3a9f0418ecf658d
parent5c2f2917168e7a36c0fda0e7c2b0246c83eb7fe0
ARM: S3C24XX: Add HSSPI setup callback for s3c64xx-spi driver

This lets the s3c64xx-spi driver know the specifics of the controller-
variant and also setups the gpios and the misccr bit.

This setup is valid for all S3C24XX SoCs containing a HSSPI controller
(i.e. S3C2416/2450 and S3C2443)

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c24xx/Kconfig
arch/arm/mach-s3c24xx/Makefile
arch/arm/mach-s3c24xx/setup-spi.c [new file with mode: 0644]