Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752183AbbKPOqD (ORCPT ); Mon, 16 Nov 2015 09:46:03 -0500 Received: from fw-tnat.cambridge.arm.com ([217.140.96.140]:55767 "EHLO cam-smtp0.cambridge.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750921AbbKPOp7 (ORCPT ); Mon, 16 Nov 2015 09:45:59 -0500 From: Liviu Dudau To: Russell King , Mark Yao , Heiko Stuebner , Philipp Zabel , Daniel Vetter , David Airlie , Eric Anholt Cc: linux-rockchip , LAKML , dri-devel , LKML Subject: [PATCH 0/2] Improve drm_of_component_probe() and move rockchip to use it Date: Mon, 16 Nov 2015 14:44:51 +0000 Message-Id: <1447685093-26129-1-git-send-email-Liviu.Dudau@arm.com> X-Mailer: git-send-email 2.6.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1459 Lines: 36 Hello, When I have introduced the drm_of_component_probe() function I have managed to break rockchip's DRM driver as the compare_of() function had to match both local crtc ports and remote encoder ones. As suggested by Russell King, I have now enhanced the drm_of_component_probe() function to take two comparison functions, and converted (again) rockchip driver to use it. I would really like to get some Tested-By this time if possible from IMX, Armada and Rockchip developers as I lack hardware to do that myself. The only thing not implemented from Russell's suggestion list is the renaming of the function into drm_kms_component_probe(). Best regards, Liviu Liviu Dudau (2): drm: Improve drm_of_component_probe() to correctly handle ports and remote ports. drm/rockchip: Convert the probe function to the generic drm_of_component_probe() drivers/gpu/drm/armada/armada_drv.c | 3 +- drivers/gpu/drm/drm_of.c | 23 +++++-- drivers/gpu/drm/imx/imx-drm-core.c | 3 +- drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 98 ++++++----------------------- include/drm/drm_of.h | 6 +- 5 files changed, 44 insertions(+), 89 deletions(-) -- 2.6.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/