]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
spi: s3c64xx: move controller information into driver data
authorThomas Abraham <thomas.abraham@linaro.org>
Thu, 12 Jul 2012 22:15:14 +0000 (07:15 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 13 Jul 2012 06:23:46 +0000 (15:23 +0900)
commita5238e360b715e9a1bb39d7d3537f78cc9e9e286
treeb6503a7429b93b7c15f90d5e3b0124a191215423
parent2b54be661191532ddf1628c3b151b81ae8743caa
spi: s3c64xx: move controller information into driver data

Platform data is used to specify controller hardware specific information
such as the tx/rx fifo level mask and bit offset of rx fifo level. Such
information is not suitable to be supplied from device tree. Instead,
it can be moved into the driver data and removed from platform data.

Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Acked-by: Jaswinder Singh <jaswinder.singh@linaro.org>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
17 files changed:
arch/arm/mach-exynos/clock-exynos4.c
arch/arm/mach-exynos/setup-spi.c
arch/arm/mach-s3c24xx/clock-s3c2416.c
arch/arm/mach-s3c24xx/clock-s3c2443.c
arch/arm/mach-s3c24xx/common-s3c2443.c
arch/arm/mach-s3c24xx/setup-spi.c
arch/arm/mach-s3c64xx/clock.c
arch/arm/mach-s3c64xx/setup-spi.c
arch/arm/mach-s5p64x0/clock-s5p6440.c
arch/arm/mach-s5p64x0/clock-s5p6450.c
arch/arm/mach-s5p64x0/setup-spi.c
arch/arm/mach-s5pc100/clock.c
arch/arm/mach-s5pc100/setup-spi.c
arch/arm/mach-s5pv210/clock.c
arch/arm/mach-s5pv210/setup-spi.c
arch/arm/plat-samsung/include/plat/s3c64xx-spi.h
drivers/spi/spi-s3c64xx.c