Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1558962

[PATCH 1/4] ARM: EXYNOS: Remove Exynos4415 driver (SoC not supported anymore)

From Krzysztof Kozlowski <krzk@kernel.org>
Newsgroups linux.kernel
Subject [PATCH 1/4] ARM: EXYNOS: Remove Exynos4415 driver (SoC not supported anymore)
Date 2017-01-14 13:40 +0100
Message-ID <sZvMJ-5WJ-13@gated-at.bofh.it> (permalink)
References <sZvMJ-5WJ-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Support for Exynos4415 is going away because there are no internal nor
external users.

Since commit 46dcf0ff0de3 ("ARM: dts: exynos: Remove exynos4415.dtsi"),
the platform cannot be instantiated so remove also the mach code.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm/mach-exynos/Kconfig   | 5 -----
 arch/arm/mach-exynos/exynos.c  | 1 -
 arch/arm/mach-exynos/suspend.c | 1 -
 3 files changed, 7 deletions(-)

diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 0bb63b8d21e7..0a99140b6ba2 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -95,11 +95,6 @@ config SOC_EXYNOS4412
 	default y
 	depends on ARCH_EXYNOS4
 
-config SOC_EXYNOS4415
-	bool "SAMSUNG EXYNOS4415"
-	default y
-	depends on ARCH_EXYNOS4
-
 config SOC_EXYNOS5250
 	bool "SAMSUNG EXYNOS5250"
 	default y
diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c
index 35b832f4bc7e..c404c15ad07f 100644
--- a/arch/arm/mach-exynos/exynos.c
+++ b/arch/arm/mach-exynos/exynos.c
@@ -210,7 +210,6 @@ static char const *const exynos_dt_compat[] __initconst = {
 	"samsung,exynos4210",
 	"samsung,exynos4212",
 	"samsung,exynos4412",
-	"samsung,exynos4415",
 	"samsung,exynos5",
 	"samsung,exynos5250",
 	"samsung,exynos5260",
diff --git a/arch/arm/mach-exynos/suspend.c b/arch/arm/mach-exynos/suspend.c
index 518420241062..25e7c5326259 100644
--- a/arch/arm/mach-exynos/suspend.c
+++ b/arch/arm/mach-exynos/suspend.c
@@ -270,7 +270,6 @@ EXYNOS_PMU_IRQ(exynos3250_pmu_irq, "samsung,exynos3250-pmu");
 EXYNOS_PMU_IRQ(exynos4210_pmu_irq, "samsung,exynos4210-pmu");
 EXYNOS_PMU_IRQ(exynos4212_pmu_irq, "samsung,exynos4212-pmu");
 EXYNOS_PMU_IRQ(exynos4412_pmu_irq, "samsung,exynos4412-pmu");
-EXYNOS_PMU_IRQ(exynos4415_pmu_irq, "samsung,exynos4415-pmu");
 EXYNOS_PMU_IRQ(exynos5250_pmu_irq, "samsung,exynos5250-pmu");
 EXYNOS_PMU_IRQ(exynos5420_pmu_irq, "samsung,exynos5420-pmu");
 
-- 
2.9.3

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] Drop drivers for Exynos4415 Krzysztof Kozlowski <krzk@kernel.org> - 2017-01-14 13:40 +0100
  [PATCH 1/4] ARM: EXYNOS: Remove Exynos4415 driver (SoC not supported anymore) Krzysztof Kozlowski <krzk@kernel.org> - 2017-01-14 13:40 +0100
    Re: [PATCH 1/4] ARM: EXYNOS: Remove Exynos4415 driver (SoC not  supported anymore) Chanwoo Choi <cw00.choi@samsung.com> - 2017-01-16 05:00 +0100
  [PATCH 3/4] pinctrl: samsung: Remove support for Exynos4415 (SoC not supported anymore) Krzysztof Kozlowski <krzk@kernel.org> - 2017-01-14 13:40 +0100
    Re: [PATCH 3/4] pinctrl: samsung: Remove support for Exynos4415 (SoC  not supported anymore) Chanwoo Choi <cw00.choi@samsung.com> - 2017-01-16 05:00 +0100
  [PATCH 4/4] drm: exynos: Remove support for Exynos4415 (SoC not supported anymore) Krzysztof Kozlowski <krzk@kernel.org> - 2017-01-14 13:40 +0100
  Re: [PATCH 0/4] Drop drivers for Exynos4415 Kukjin Kim <kgene.kim@gmail.com> - 2017-01-15 03:10 +0100
  Re: [PATCH 2/4] clk: samsung: Remove Exynos4415 driver (SoC not  supported anymore) Chanwoo Choi <cw00.choi@samsung.com> - 2017-01-16 05:00 +0100
  Re: [PATCH 2/4] clk: samsung: Remove Exynos4415 driver (SoC not  supported anymore) Sylwester Nawrocki <s.nawrocki@samsung.com> - 2017-01-16 11:40 +0100

csiph-web