diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-09-16 10:32:39 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-09-27 11:05:29 +0300 |
commit | a38719b3dce002b7decc29b17312b8ba4a738db9 (patch) | |
tree | aae59edfadcd2db87a047ac5211d0faf4c61958e /MAINTAINERS | |
parent | 43da7575cdecaf5af2d6b3f3a9e4e6c9144be428 (diff) | |
download | linux-stable-a38719b3dce002b7decc29b17312b8ba4a738db9.tar.gz linux-stable-a38719b3dce002b7decc29b17312b8ba4a738db9.tar.bz2 linux-stable-a38719b3dce002b7decc29b17312b8ba4a738db9.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fbb78a8522da..f8d0312dc749 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4695,15 +4695,6 @@ L: iommu@lists.linux-foundation.org S: Maintained F: drivers/iommu/exynos-iommu.c -EXYNOS MIPI DISPLAY DRIVERS -M: Inki Dae <inki.dae@samsung.com> -M: Donghwa Lee <dh09.lee@samsung.com> -M: Kyungmin Park <kyungmin.park@samsung.com> -L: linux-fbdev@vger.kernel.org -S: Maintained -F: drivers/video/fbdev/exynos/exynos_mipi* -F: include/video/exynos_mipi* - EZchip NPS platform support M: Noam Camus <noamc@ezchip.com> S: Supported |