linux-stable/drivers/gpu/drm/armada
Liviu Dudau 7fc7e86d09 drm/armada: Convert the probe function to the generic drm_of_component_probe()
The armada DRM driver keeps some old platform data compatibility in the
probe function that makes moving to the generic drm_of_component_probe()
a bit more complicated that it should. Refactor the probe function to do
the platform_data processing after the generic probe (and only if that
fails). This way future cleanup can further remove support for it.

Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/1445332995-11212-5-git-send-email-Liviu.Dudau@arm.com
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2015-10-20 12:01:34 +02:00
..
Kconfig drm/armada: remove non-component support 2015-09-15 16:26:49 +01:00
Makefile drm/armada: remove non-component support 2015-09-15 16:26:49 +01:00
armada_510.c drm/armada: update Armada 510 (Dove) to use "ext_ref_clk1" as the clock 2014-07-11 15:40:14 +01:00
armada_crtc.c drm/armada: move frame wait wakeup into plane work 2015-10-01 14:33:29 +01:00
armada_crtc.h drm/armada: convert overlay plane vbl worker to a armada plane worker 2015-10-01 14:33:28 +01:00
armada_debugfs.c DRM: Armada: convert to use simple_open() 2013-11-06 12:02:36 +10:00
armada_drm.h drm/armada: move vbl code into armada_crtc 2015-09-15 16:26:49 +01:00
armada_drv.c drm/armada: Convert the probe function to the generic drm_of_component_probe() 2015-10-20 12:01:34 +02:00
armada_fb.c
armada_fb.h
armada_fbdev.c drm/armada: Use new drm_fb_helper functions 2015-08-06 14:12:56 +02:00
armada_gem.c drm/armada: fix gem object free after failed prime import 2015-07-15 16:45:29 +01:00
armada_gem.h drm: Extract <drm/drm_gem.h> 2014-09-24 11:43:41 +10:00
armada_hw.h
armada_ioctlP.h
armada_overlay.c drm/armada: convert overlay plane vbl worker to a armada plane worker 2015-10-01 14:33:28 +01:00