video: fbdev: exynos: Remove old non-working MIPI driver
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Fri, 16 Sep 2016 08:32:39 +0000 (10:32 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 27 Sep 2016 08:05:29 +0000 (11:05 +0300)
commita38719b3dce002b7decc29b17312b8ba4a738db9
treeaae59edfadcd2db87a047ac5211d0faf4c61958e
parent43da7575cdecaf5af2d6b3f3a9e4e6c9144be428
video: fbdev: exynos: Remove old non-working MIPI driver

The old non-DRM Exynos MIPI driver does not support DeviceTree and
requires board files.  Our platforms do not provide such so the driver
is not usable since a long time ago.  All features provided by the
driver (and associated s6e8ax0 panel driver) are already supported by
newer DRM version so the old code can be removed.

Cc: Inki Dae <inki.dae@samsung.com>
Cc: Donghwa Lee <dh09.lee@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
13 files changed:
MAINTAINERS
drivers/video/fbdev/Kconfig
drivers/video/fbdev/Makefile
drivers/video/fbdev/exynos/Kconfig [deleted file]
drivers/video/fbdev/exynos/Makefile [deleted file]
drivers/video/fbdev/exynos/exynos_mipi_dsi.c [deleted file]
drivers/video/fbdev/exynos/exynos_mipi_dsi_common.c [deleted file]
drivers/video/fbdev/exynos/exynos_mipi_dsi_common.h [deleted file]
drivers/video/fbdev/exynos/exynos_mipi_dsi_lowlevel.c [deleted file]
drivers/video/fbdev/exynos/exynos_mipi_dsi_lowlevel.h [deleted file]
drivers/video/fbdev/exynos/exynos_mipi_dsi_regs.h [deleted file]
drivers/video/fbdev/exynos/s6e8ax0.c [deleted file]
include/video/exynos_mipi_dsim.h [deleted file]