From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754168AbcBVPwT (ORCPT ); Mon, 22 Feb 2016 10:52:19 -0500 Received: from pandora.arm.linux.org.uk ([78.32.30.218]:41391 "EHLO pandora.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753654AbcBVPwR (ORCPT ); Mon, 22 Feb 2016 10:52:17 -0500 Date: Mon, 22 Feb 2016 15:51:29 +0000 From: Russell King - ARM Linux To: Liviu Dudau Cc: Mark Yao , Heiko =?iso-8859-1?Q?St=FCbner?= , Philipp Zabel , Daniel Vetter , David Airlie , Eric Anholt , linux-rockchip , LAKML , dri-devel , LKML Subject: Re: [PATCH v2 1/2] drm: Improve drm_of_component_probe() to correctly handle ports and remote ports. Message-ID: <20160222155128.GE19428@n2100.arm.linux.org.uk> References: <1448029325-14602-1-git-send-email-Liviu.Dudau@arm.com> <1448029325-14602-2-git-send-email-Liviu.Dudau@arm.com> <20160222115147.GR1123@e106497-lin.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160222115147.GR1123@e106497-lin.cambridge.arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 22, 2016 at 11:51:47AM +0000, Liviu Dudau wrote: > On Fri, Nov 20, 2015 at 02:22:04PM +0000, Liviu Dudau wrote: > > Rockchip DRM driver cannot use the same compare_of() function to > > match ports and remote ports (aka encoders) as their OF sub-trees > > look different. Add a second compare function to be used when encoders > > are added to the component framework and patch the existing users of > > the function accordingly. > > > > Signed-off-by: Liviu Dudau > > Russell, > > Resurecting this old patch from around Christmas time (bad time for patch > review). > > Are you happy enough with this version to re-issue the Ack or do you think > I still need to work on it? What I'd like to see is the patch reworked, because: > > + component_match_add(dev, &match, compare_port, port); > > + /* > > + * component_match_add keeps a reference to the port > > + * variable, so we need to keep the reference count > > + * increment from of_parse_phandle() > > + */ ... > > + component_match_add(dev, &match, compare_encoder, remote); > > + /* > > + * component_match_add keeps a reference to the port > > + * variable, so we need to keep the reference count > > + * increment from of_graph_get_remote_port_parent() > > + */ This problem no longer exists. -- RMK's Patch system: http://www.arm.linux.org.uk/developer/patches/ FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up according to speedtest.net.