aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c/include/plat/devs.h
diff options
context:
space:
mode:
authorJassi Brar <jassi.brar@samsung.com>2010-01-18 17:32:02 +0900
committerBen Dooks <ben-linux@fluff.org>2010-01-18 18:27:52 +0900
commit6a2b4111643127a28944d673995810a82582c5a1 (patch)
tree167ea8d57d6a8d97edac64f8af744f38a8407a3e /arch/arm/plat-s3c/include/plat/devs.h
parentARM: S3C64XX: SPI: Header for passing platform data (diff)
downloadlinux-dev-6a2b4111643127a28944d673995810a82582c5a1.tar.xz
linux-dev-6a2b4111643127a28944d673995810a82582c5a1.zip
ARM: S3C64XX: SPI: Define SPI controller devices
Platform devices for SPI Controller of S3C64XX are defined and exported for machines to include. Also, controller setup helper functions are defined for machine code to set runtime configuration of the controller and the bus. Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to '')
-rw-r--r--arch/arm/plat-s3c/include/plat/devs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/include/plat/devs.h b/arch/arm/plat-s3c/include/plat/devs.h
index 8a4153b49f40..f4a7e57bab2b 100644
--- a/arch/arm/plat-s3c/include/plat/devs.h
+++ b/arch/arm/plat-s3c/include/plat/devs.h
@@ -29,6 +29,9 @@ extern struct platform_device s3c64xx_device_iis0;
extern struct platform_device s3c64xx_device_iis1;
extern struct platform_device s3c64xx_device_iisv4;
+extern struct platform_device s3c64xx_device_spi0;
+extern struct platform_device s3c64xx_device_spi1;
+
extern struct platform_device s3c64xx_device_pcm0;
extern struct platform_device s3c64xx_device_pcm1;