From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AA351C3F68F for ; Wed, 12 Feb 2020 23:03:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 786462168B for ; Wed, 12 Feb 2020 23:03:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581548625; bh=jtcsh6nuPtS9l4I/p5Sx9pZFClK7PZ2JjApDIhkYods=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=eVjjhHj7wT3H5fzwK4hskIEi4mUV6ftAfbwUAR9N8RyZqamzRLZw3SZuASC+7bL+U hHBPIe3aPnVj7Vm/ztZ6rGK4R5SN4dzAlkJr2m0mktLyvtcQk4D99Xq8dhUXWP79HM A2WB+B5H8nuNt5IvATXxNObQIyV6EHJ10SCPlUtw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729321AbgBLXDp (ORCPT ); Wed, 12 Feb 2020 18:03:45 -0500 Received: from mail.kernel.org ([198.145.29.99]:46944 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728447AbgBLXDo (ORCPT ); Wed, 12 Feb 2020 18:03:44 -0500 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7AC042168B; Wed, 12 Feb 2020 23:03:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581548623; bh=jtcsh6nuPtS9l4I/p5Sx9pZFClK7PZ2JjApDIhkYods=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=O0wDswvxpSY8488QVLUWaxZUTRzUfV+S2ZmCvDy92Pddx59gFQf9WoebxAjJ5vWNR FD9ZSoO+xlj/OEUv5RO91tZKjjxCI5aNbZnIpxtLiidGNHaYJgqe64dTSJUFOVS9P+ Hgv9UTcMJpoABAynPDv/j2pZWIyWO62VLufIYBg4= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <1581423236-21341-2-git-send-email-tdas@codeaurora.org> References: <1581423236-21341-1-git-send-email-tdas@codeaurora.org> <1581423236-21341-2-git-send-email-tdas@codeaurora.org> Subject: Re: [PATCH v1 2/2] clk: qcom: dispcc: Remove support of disp_cc_mdss_rscc_ahb_clk From: Stephen Boyd Cc: David Brown , Rajendra Nayak , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Gross , devicetree@vger.kernel.org, robh+dt@kernel.org, Doug Anderson , Taniya Das To: Michael Turquette , Taniya Das , robh@kernel.org Date: Wed, 12 Feb 2020 15:03:42 -0800 Message-ID: <158154862279.184098.7085051280158509912@swboyd.mtv.corp.google.com> User-Agent: alot/0.9 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Taniya Das (2020-02-11 04:13:56) > The disp_cc_mdss_rscc_ahb_clk is default enabled from hardware and thus > does not require to be marked CRITICAL. This which would allow the RCG to > be turned OFF when the display turns OFF and not blocking XO. >=20 > Signed-off-by: Taniya Das > --- Applied to clk-fixes