Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1559130
| From | Kukjin Kim <kgene.kim@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/4] Drop drivers for Exynos4415 |
| Date | 2017-01-15 03:10 +0100 |
| Message-ID | <sZIqB-5be-1@gated-at.bofh.it> (permalink) |
| References | <sZvMJ-5WJ-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Krzk, 2017. 1. 14. PM 8:36 Krzysztof Kozlowski <krzk@kernel.org> wrote: > Hi, > > Support for Exynos4415 is being removed because: > 1. There are no upstream users, > 2. There are no known downstream users, > 3. Except compile testing, you cannot build working kernel > for Exynos4415 anymore. > > Patches are rebased on current next and are independent. > Please pick up as you wish. > > Best regards, > Krzysztof Agreed, Acked-by: Kukjin Kim <kgene@kernel.org> k-gene > > Krzysztof Kozlowski (4): > ARM: EXYNOS: Remove Exynos4415 driver (SoC not supported anymore) > clk: samsung: Remove Exynos4415 driver (SoC not supported anymore) > pinctrl: samsung: Remove support for Exynos4415 (SoC not supported > anymore) > drm: exynos: Remove support for Exynos4415 (SoC not supported anymore) > > .../devicetree/bindings/clock/exynos4415-clock.txt | 38 - > .../bindings/display/exynos/exynos_dsim.txt | 1 - > .../bindings/display/exynos/samsung-fimd.txt | 1 - > arch/arm/mach-exynos/Kconfig | 5 - > arch/arm/mach-exynos/exynos.c | 1 - > arch/arm/mach-exynos/suspend.c | 1 - > drivers/clk/samsung/Makefile | 1 - > drivers/clk/samsung/clk-exynos4415.c | 1022 -------------------- > drivers/gpu/drm/exynos/exynos_drm_dsi.c | 15 +- > drivers/gpu/drm/exynos/exynos_drm_fimd.c | 18 +- > drivers/pinctrl/samsung/pinctrl-exynos.c | 75 -- > drivers/pinctrl/samsung/pinctrl-samsung.c | 2 - > drivers/pinctrl/samsung/pinctrl-samsung.h | 1 - > include/dt-bindings/clock/exynos4415.h | 360 ------- > 14 files changed, 3 insertions(+), 1538 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/exynos4415-clock.txt > delete mode 100644 drivers/clk/samsung/clk-exynos4415.c > delete mode 100644 include/dt-bindings/clock/exynos4415.h > > -- > 2.9.3 >
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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