All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Drop drivers for Exynos4415
@ 2017-01-14 12:36 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 47+ messages in thread
From: Krzysztof Kozlowski @ 2017-01-14 12:36 UTC (permalink / raw)
  To: Sylwester Nawrocki, Tomasz Figa, Chanwoo Choi, Michael Turquette,
	Stephen Boyd, Rob Herring, Mark Rutland, Kukjin Kim,
	Krzysztof Kozlowski, Javier Martinez Canillas, Inki Dae,
	Joonyoung Shim, Seung-Woo Kim, Kyungmin Park, Linus Walleij,
	linux-samsung-soc, linux-clk, devicetree, linux-arm-kernel,
	linux-kernel, dri-deve

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

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


^ permalink raw reply	[flat|nested] 47+ messages in thread

end of thread, other threads:[~2017-01-21  7:45 UTC | newest]

Thread overview: 47+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-14 12:36 [PATCH 0/4] Drop drivers for Exynos4415 Krzysztof Kozlowski
2017-01-14 12:36 ` Krzysztof Kozlowski
2017-01-14 12:36 ` Krzysztof Kozlowski
2017-01-14 12:36 ` [PATCH 1/4] ARM: EXYNOS: Remove Exynos4415 driver (SoC not supported anymore) Krzysztof Kozlowski
2017-01-14 12:36   ` Krzysztof Kozlowski
2017-01-14 12:36   ` Krzysztof Kozlowski
2017-01-16  3:56   ` Chanwoo Choi
2017-01-16  3:56     ` Chanwoo Choi
2017-01-16  3:56     ` Chanwoo Choi
2017-01-14 12:36 ` [PATCH 2/4] clk: samsung: " Krzysztof Kozlowski
2017-01-14 12:36   ` Krzysztof Kozlowski
2017-01-14 12:36   ` Krzysztof Kozlowski
2017-01-16  3:55   ` Chanwoo Choi
2017-01-16  3:55     ` Chanwoo Choi
2017-01-16  3:55     ` Chanwoo Choi
2017-01-16 10:32   ` Sylwester Nawrocki
2017-01-16 10:32     ` Sylwester Nawrocki
2017-01-16 10:32     ` Sylwester Nawrocki
2017-01-21  5:08     ` Chanwoo Choi
2017-01-21  5:08       ` Chanwoo Choi
2017-01-21  5:08       ` Chanwoo Choi
2017-01-21  5:08       ` Chanwoo Choi
2017-01-21  7:42       ` Sylwester Nawrocki
2017-01-21  7:42         ` Sylwester Nawrocki
2017-01-21  7:44         ` Chanwoo Choi
2017-01-21  7:44           ` Chanwoo Choi
2017-01-21  7:44           ` Chanwoo Choi
2017-01-14 12:36 ` [PATCH 3/4] pinctrl: samsung: Remove support for Exynos4415 " Krzysztof Kozlowski
2017-01-14 12:36   ` Krzysztof Kozlowski
2017-01-14 12:36   ` Krzysztof Kozlowski
2017-01-16  3:56   ` Chanwoo Choi
2017-01-16  3:56     ` Chanwoo Choi
2017-01-16  3:56     ` Chanwoo Choi
2017-01-18 10:37   ` Linus Walleij
2017-01-18 10:37     ` Linus Walleij
2017-01-18 10:37     ` Linus Walleij
2017-01-18 10:37     ` Linus Walleij
2017-01-14 12:36 ` [PATCH 4/4] drm: exynos: " Krzysztof Kozlowski
2017-01-14 12:36   ` Krzysztof Kozlowski
2017-01-14 12:36   ` Krzysztof Kozlowski
2017-01-18 23:14   ` Rob Herring
2017-01-18 23:14     ` Rob Herring
2017-01-18 23:14     ` Rob Herring
2017-01-15  2:00 ` [PATCH 0/4] Drop drivers for Exynos4415 Kukjin Kim
2017-01-15  2:00   ` Kukjin Kim
2017-01-15  2:00   ` Kukjin Kim
2017-01-15  2:00   ` Kukjin Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.