From mboxrd@z Thu Jan 1 00:00:00 1970 From: Georgi Djakov Subject: Re: [PATCH 1/3] clk: qcom: Add MSM8916 iommu clocks Date: Wed, 13 May 2015 19:45:07 +0300 Message-ID: <55537F93.2000101@linaro.org> References: <1431428438-8171-1-git-send-email-georgi.djakov@linaro.org> <20150513073601.GB15988@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wg0-f47.google.com ([74.125.82.47]:35645 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752111AbbEMQos (ORCPT ); Wed, 13 May 2015 12:44:48 -0400 Received: by wgnd10 with SMTP id d10so47301491wgn.2 for ; Wed, 13 May 2015 09:44:46 -0700 (PDT) In-Reply-To: <20150513073601.GB15988@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: mturquette@linaro.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org On 05/13/2015 10:36 AM, Stephen Boyd wrote: > On 05/12, Georgi Djakov wrote: >> Add support for the msm8916 TCU clocks that are needed for IOMMU. >> >> Signed-off-by: Georgi Djakov >> --- > > Applied to clk-next > Hi Stephen, Just got a report that this patch has some issues - gcc_bimc_clk may get disabled by the CCF, which turns out to be not good. So I am going to remove it from the chain leaving only the bimc_ddr_clk_src as the parent of apss_tcu and gfx_tcu clocks. Will re-send this series soon. Apologies for the extra work. Thanks, Georgi