diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2014-07-01 18:51:50 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-07-12 18:35:11 -0400 |
commit | b8529ec1c1b0984d2baeda450c28eeb40efc87fe (patch) | |
tree | f05e326930e2870cecc408ff42b7fe717dd0a51e /Documentation/arm | |
parent | 8340417c666d7700e81ef72c863d8b3c0ca797fa (diff) |
ARM: S5PC100: no more support S5PC100 SoC
This patch removes supporting codes for s5pc100 because no more used
now.
[jason@lakedaemon.net: for drivers/irqchip/Kconfig]
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'Documentation/arm')
-rw-r--r-- | Documentation/arm/Samsung/Overview.txt | 9 | ||||
-rwxr-xr-x | Documentation/arm/Samsung/clksrc-change-registers.awk | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/arm/Samsung/Overview.txt b/Documentation/arm/Samsung/Overview.txt index 66edb1e8101a..8f7309bad460 100644 --- a/Documentation/arm/Samsung/Overview.txt +++ b/Documentation/arm/Samsung/Overview.txt | |||
@@ -13,7 +13,6 @@ Introduction | |||
13 | 13 | ||
14 | - S3C24XX: See Documentation/arm/Samsung-S3C24XX/Overview.txt for full list | 14 | - S3C24XX: See Documentation/arm/Samsung-S3C24XX/Overview.txt for full list |
15 | - S3C64XX: S3C6400 and S3C6410 | 15 | - S3C64XX: S3C6400 and S3C6410 |
16 | - S5PC100 | ||
17 | - S5PC110 / S5PV210 | 16 | - S5PC110 / S5PV210 |
18 | 17 | ||
19 | 18 | ||
@@ -33,7 +32,6 @@ Configuration | |||
33 | A number of configurations are supplied, as there is no current way of | 32 | A number of configurations are supplied, as there is no current way of |
34 | unifying all the SoCs into one kernel. | 33 | unifying all the SoCs into one kernel. |
35 | 34 | ||
36 | s5pc100_defconfig - S5PC100 specific default configuration | ||
37 | s5pc110_defconfig - S5PC110 specific default configuration | 35 | s5pc110_defconfig - S5PC110 specific default configuration |
38 | s5pv210_defconfig - S5PV210 specific default configuration | 36 | s5pv210_defconfig - S5PV210 specific default configuration |
39 | 37 | ||
@@ -65,13 +63,6 @@ Layout changes | |||
65 | where to simplify the include and dependency issues involved with having | 63 | where to simplify the include and dependency issues involved with having |
66 | so many different platform directories. | 64 | so many different platform directories. |
67 | 65 | ||
68 | It was decided to remove plat-s5pc1xx as some of the support was already | ||
69 | in plat-s5p or plat-samsung, with the S5PC110 support added with S5PV210 | ||
70 | the only user was the S5PC100. The S5PC100 specific items where moved to | ||
71 | arch/arm/mach-s5pc100. | ||
72 | |||
73 | |||
74 | |||
75 | 66 | ||
76 | Port Contributors | 67 | Port Contributors |
77 | ----------------- | 68 | ----------------- |
diff --git a/Documentation/arm/Samsung/clksrc-change-registers.awk b/Documentation/arm/Samsung/clksrc-change-registers.awk index 0c50220851fb..d9174fabe37e 100755 --- a/Documentation/arm/Samsung/clksrc-change-registers.awk +++ b/Documentation/arm/Samsung/clksrc-change-registers.awk | |||
@@ -68,7 +68,6 @@ BEGIN { | |||
68 | 68 | ||
69 | while (getline line < ARGV[1] > 0) { | 69 | while (getline line < ARGV[1] > 0) { |
70 | if (line ~ /\#define.*_MASK/ && | 70 | if (line ~ /\#define.*_MASK/ && |
71 | !(line ~ /S5PC100_EPLL_MASK/) && | ||
72 | !(line ~ /USB_SIG_MASK/)) { | 71 | !(line ~ /USB_SIG_MASK/)) { |
73 | splitdefine(line, fields) | 72 | splitdefine(line, fields) |
74 | name = fields[0] | 73 | name = fields[0] |