Re: [PATCH RFC] imx-drm: convert imx-drm to use the generic DRM OF helper

2014-07-04 Thread Philipp Zabel
Hi Russell, Am Donnerstag, den 03.07.2014, 17:52 +0100 schrieb Russell King: > Use the generic DRM OF helper to locate the possible CRTCs for the > encoder, thereby shrinking the imx-drm driver some more. Great, I especially like that now we don't go -EPROBE_DEFER anymore as soon as a single crtc

[PATCH RFC] imx-drm: convert imx-drm to use the generic DRM OF helper

2014-07-03 Thread Russell King
Use the generic DRM OF helper to locate the possible CRTCs for the encoder, thereby shrinking the imx-drm driver some more. Signed-off-by: Russell King --- This patch builds upon "drm: add of_graph endpoint helper to find possible CRTCs", converting imx-drm to use this new helper. drivers/stagi