Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162836AbbKTOXw (ORCPT ); Fri, 20 Nov 2015 09:23:52 -0500 Received: from fw-tnat.cambridge.arm.com ([217.140.96.140]:57704 "EHLO cam-smtp0.cambridge.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1759853AbbKTOXv (ORCPT ); Fri, 20 Nov 2015 09:23:51 -0500 From: Liviu Dudau To: Russell King , Mark Yao , =?UTF-8?q?Heiko=20St=C3=BCbner?= , Philipp Zabel , Daniel Vetter , David Airlie , Eric Anholt Cc: linux-rockchip , dri-devel , LAKML , LKML Subject: [PATCH v2 0/2] Improve drm_of_component_probe() and move rockchip to use it Date: Fri, 20 Nov 2015 14:22:03 +0000 Message-Id: <1448029325-14602-1-git-send-email-Liviu.Dudau@arm.com> X-Mailer: git-send-email 2.6.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1401 Lines: 32 Hello, This is v2 of the patchset trying to make drm_of_component_probe() cope with finding both local crtc ports and remote encoder ones. Heiko Stübner was nice enough to test an earlier version that was patched following Russell's suggestions on rk3288, but I haven't seen any reports from iMX or Armada users. Changelog: v2: Updated the drm_of_component_probe() comment to explain why the reference count is not dropped. Fixed the compare_port() function for rockchip as described by Russell. v1: Original submission. http://lists.freedesktop.org/archives/dri-devel/2015-November/094546.html 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 | 19 ++++-- 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, 40 insertions(+), 89 deletions(-) -- 2.6.2 -- 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/