From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.codeaurora.org ([198.145.29.96]:57798 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932073AbdKNXxf (ORCPT ); Tue, 14 Nov 2017 18:53:35 -0500 Date: Tue, 14 Nov 2017 15:53:32 -0800 From: Stephen Boyd To: Johan Hovold Cc: Andy Gross , David Brown , Michael Turquette , Tero Kristo , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, stable , Peter Ujfalusi Subject: Re: [PATCH 2/2] clk: ti: dra7-atl-clock: fix child-node lookups Message-ID: <20171114235332.GF11955@codeaurora.org> References: <20171111162929.11722-1-johan@kernel.org> <20171111162929.11722-2-johan@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171111162929.11722-2-johan@kernel.org> Sender: stable-owner@vger.kernel.org List-ID: On 11/11, Johan Hovold wrote: > Fix child node-lookup during probe, which ended up searching the whole > device tree depth-first starting at parent rather than just matching on > its children. > > Note that the original premature free of the parent node has already > been fixed separately, but that fix was apparently never backported to > stable. > > Fixes: 9ac33b0ce81f ("CLK: TI: Driver for DRA7 ATL (Audio Tracking Logic)") > Fixes: 660e15519399 ("clk: ti: dra7-atl-clock: Fix of_node reference counting") > Cc: stable # 3.16: 660e15519399 > Cc: Peter Ujfalusi > Signed-off-by: Johan Hovold > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project