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,URIBL_BLOCKED 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 E114FC0650F for ; Thu, 8 Aug 2019 04:30:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B62D321880 for ; Thu, 8 Aug 2019 04:30:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565238649; bh=QyHfbYEnhKJ3NqYEHAW9BZnKWlTwMK7JB7cmCrL4ofI=; h=In-Reply-To:References:From:Cc:To:Subject:Date:List-ID:From; b=KxywSMziArQk5LL7C8uspyfG03wFpfoJcL2+FU+Xn34f6ZqbhY52mKw+oBD/HTckF CLZlzhMgwvBYY1k9uvsBhYJYEYctEbhaReMT4EDiXMM4g1nwu5qT2Cp3ZWzJdGL1qt OsRXCsspv15h7sM1lEBMbJv4keKGjanK48jRu8KY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730823AbfHHEap (ORCPT ); Thu, 8 Aug 2019 00:30:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:42672 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725868AbfHHEao (ORCPT ); Thu, 8 Aug 2019 00:30:44 -0400 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 EEBD321743; Thu, 8 Aug 2019 04:30:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565238644; bh=QyHfbYEnhKJ3NqYEHAW9BZnKWlTwMK7JB7cmCrL4ofI=; h=In-Reply-To:References:From:Cc:To:Subject:Date:From; b=QD+mR4yddqw7TASLyP9NF3ocHUQUE4/RUa49X0AwFtM5QPVN/mHMXT6ys5LZJz5Jp IJei0OZFrK2fXLfdoGZuqN2mjOo1FoZnu9srWYNctnvt2YZ/1QIblc+5vq5f2EjT+e LXtQWQcj3F5FH3sXZnjF7G06Nxypnl/l/7M7/gRo= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20190722074348.29582-6-vkoul@kernel.org> References: <20190722074348.29582-1-vkoul@kernel.org> <20190722074348.29582-6-vkoul@kernel.org> From: Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Deepak Katragadda , Andy Gross , Michael Turquette , Rob Herring , Mark Rutland , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Taniya Das , Vinod Koul To: Vinod Koul Subject: Re: [PATCH v4 5/5] clk: qcom: gcc: Add global clock controller driver for SM8150 User-Agent: alot/0.8.1 Date: Wed, 07 Aug 2019 21:30:43 -0700 Message-Id: <20190808043043.EEBD321743@mail.kernel.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Quoting Vinod Koul (2019-07-22 00:43:48) > From: Deepak Katragadda >=20 > Add the clocks supported in global clock controller which clock the > peripherals like BLSPs, SDCC, USB, MDSS etc. Register all the clocks > to the clock framework for the clients to be able to request for them. >=20 > Signed-off-by: Deepak Katragadda > Signed-off-by: Taniya Das > [vkoul: port to upstream and tidy-up > port to new parent scheme > Add comments for critical clocks]] > Signed-off-by: Vinod Koul > --- Applied to clk-next From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH v4 5/5] clk: qcom: gcc: Add global clock controller driver for SM8150 Date: Wed, 07 Aug 2019 21:30:43 -0700 Message-ID: <20190808043043.EEBD321743@mail.kernel.org> References: <20190722074348.29582-1-vkoul@kernel.org> <20190722074348.29582-6-vkoul@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20190722074348.29582-6-vkoul@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Deepak Katragadda , Andy Gross , Michael Turquette , Rob Herring , Mark Rutland , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Taniya Das , Vinod Koul List-Id: devicetree@vger.kernel.org Quoting Vinod Koul (2019-07-22 00:43:48) > From: Deepak Katragadda >=20 > Add the clocks supported in global clock controller which clock the > peripherals like BLSPs, SDCC, USB, MDSS etc. Register all the clocks > to the clock framework for the clients to be able to request for them. >=20 > Signed-off-by: Deepak Katragadda > Signed-off-by: Taniya Das > [vkoul: port to upstream and tidy-up > port to new parent scheme > Add comments for critical clocks]] > Signed-off-by: Vinod Koul > --- Applied to clk-next