]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: EXYNOS: Remove legacy dev- and setup- files
authorTomasz Figa <t.figa@samsung.com>
Sat, 15 Jun 2013 00:04:50 +0000 (09:04 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Sat, 15 Jun 2013 00:33:04 +0000 (09:33 +0900)
commita6c8d8a1a4d26e88e462f4f871f330fd417422be
treef6b541cc04c139c7d273a1a1ab9462e7b431583a
parent1f72e4045d42d8cfe81c9c7527429affeae7a2a2
ARM: EXYNOS: Remove legacy dev- and setup- files

This patch removes now unused files containing old device and GPIO setup
code that was needed for ATAGS based boot, which is not supported on
Exynos any more.

The only exception is setup-i2c0.c that will be removed later, since it
has dependencies in plat-samsung/ directory.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
17 files changed:
arch/arm/mach-exynos/Makefile
arch/arm/mach-exynos/dev-audio.c [deleted file]
arch/arm/mach-exynos/dev-uart.c [deleted file]
arch/arm/mach-exynos/setup-fimc.c [deleted file]
arch/arm/mach-exynos/setup-fimd0.c [deleted file]
arch/arm/mach-exynos/setup-i2c0.c
arch/arm/mach-exynos/setup-i2c1.c [deleted file]
arch/arm/mach-exynos/setup-i2c2.c [deleted file]
arch/arm/mach-exynos/setup-i2c3.c [deleted file]
arch/arm/mach-exynos/setup-i2c4.c [deleted file]
arch/arm/mach-exynos/setup-i2c5.c [deleted file]
arch/arm/mach-exynos/setup-i2c6.c [deleted file]
arch/arm/mach-exynos/setup-i2c7.c [deleted file]
arch/arm/mach-exynos/setup-keypad.c [deleted file]
arch/arm/mach-exynos/setup-sdhci-gpio.c [deleted file]
arch/arm/mach-exynos/setup-spi.c [deleted file]
arch/arm/mach-exynos/setup-usb-phy.c [deleted file]