Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1069267imu; Thu, 13 Dec 2018 08:55:12 -0800 (PST) X-Google-Smtp-Source: AFSGD/X5flb9gO0U8ky+5AhYLO2NIdkwZV4Hb9z4jnxftVWWjXED10Dat7yr0a3y+nhNymGlZY8q X-Received: by 2002:a62:ca05:: with SMTP id n5mr24756065pfg.154.1544720112884; Thu, 13 Dec 2018 08:55:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544720112; cv=none; d=google.com; s=arc-20160816; b=0izV4+67aynPlfan5d94fKyN3yMohiCWzotHoPtP/tcSUjxC2N+fdk/d0+ZEXhOlvL tsApNFZjtCRHtRi8zKIPkpWHI4q79zRIaXl5XEiNndrIHX5o3oq1W1QE0qqwjQXqFkEb ZtOacRxvLchHvmxaTopXxyy0BZ8sx379BbUPeOnngMrDP3JAdfzRKvSoe0KCiWMnaUWm aUmefqj8JfixSzXnYeBLSMXlHuiAQxCCigKRInBTcMMyUT8PYVgDSotZ3QUOwAc/YbH7 Lyog0ItfrzU1LblRUO4FtJWX+RjR+BQWcViAmyVNZvb8XEaYQFvHX7zKIXEW76LOE/v3 GhRQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=jeDbmVbA6t7hUpExnCyLTgkLKgPmFfi9+qFi40WeoN8=; b=CsxdKpiD7sxMNCVKxcEOpiU23Mcam2c3FEMU0nVpgEe56vzKBaqfdg2jamvWOaEKly MoLLiY6uVaWysRlzqkLHdSZMoAp9N+XdeWyBO6O/M54b3Y6/JSXdLcRIZPTBdUdLQw5F fkeCMrInyUikjZ3X3BUfgUfx3ear2YcG4U3AEMpvp/WEc56Wej5LeB2OifakxexJsQTO nobeM+xvqzfHN+SMlqJnUuluw+GuZTGeZc4nfRjVAjSlkfJ0UvfTE31PGQ67H8JxDyPY 5O9/rdtGsCl0ex2dLJsiEBH4TfSVMbGYs+EgCViYzkkJphVDh4xeLNykM4WB0xyZenLW XO1w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q16si1823025pgh.185.2018.12.13.08.54.55; Thu, 13 Dec 2018 08:55:12 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729499AbeLMQwa (ORCPT + 99 others); Thu, 13 Dec 2018 11:52:30 -0500 Received: from smtp3-g21.free.fr ([212.27.42.3]:21018 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727579AbeLMQwa (ORCPT ); Thu, 13 Dec 2018 11:52:30 -0500 Received: from [192.168.108.68] (unknown [213.36.7.13]) (Authenticated sender: marc.w.gonzalez) by smtp3-g21.free.fr (Postfix) with ESMTPSA id 8248A13F89C; Thu, 13 Dec 2018 17:52:09 +0100 (CET) Subject: Re: [PATCH] clk: qcom: Drop unused 8998 clock To: Jeffrey Hugo , Stephen Boyd , Andy Gross , David Brown , Michael Turquette Cc: Bjorn Andersson , MSM , linux-clk , LKML References: <1544719454-10638-1-git-send-email-jhugo@codeaurora.org> From: Marc Gonzalez Message-ID: Date: Thu, 13 Dec 2018 17:52:09 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <1544719454-10638-1-git-send-email-jhugo@codeaurora.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13/12/2018 17:44, Jeffrey Hugo wrote: > gcc_lpass_trig_clk is not used downstream, therefore there is no reason to > expect it to be needed for clients. Lets remove it because messing with "Let's" ;-p > the clock has been observed to cause Linux hangs when the qdss_clk is > initialized by rpmcc. > > Signed-off-by: Jeffrey Hugo > --- > drivers/clk/qcom/gcc-msm8998.c | 14 -------------- > 1 file changed, 14 deletions(-) Reviewed-by: Marc Gonzalez Regards.