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=-3.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,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 83B39C433E0 for ; Mon, 25 May 2020 09:47:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 599542073B for ; Mon, 25 May 2020 09:47:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="YOCI/MFa" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389475AbgEYJrI (ORCPT ); Mon, 25 May 2020 05:47:08 -0400 Received: from mail26.static.mailgun.info ([104.130.122.26]:37493 "EHLO mail26.static.mailgun.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389590AbgEYJrI (ORCPT ); Mon, 25 May 2020 05:47:08 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1590400028; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=nzc2bGnfZw3EYhLsT6vL//x7Kf1J15GGIKlmgweEp8c=; b=YOCI/MFacC/yvl3v/Qyn6JuZA2kPSxYOnlygybphYFEXhtT9G1U29T3//u8ejWKsGIWhPiYT mjezvCyLtfbWhXEFlf6d+pdz3LWPABdTco34hE7eh32OsPgsvFOVe52Sbjh4o9tecPZ/kPFV y6CCLHrn/lhK0JWIjoSa1CcdKno= X-Mailgun-Sending-Ip: 104.130.122.26 X-Mailgun-Sid: WyI1MzIzYiIsICJsaW51eC1hcm0tbXNtQHZnZXIua2VybmVsLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n03.prod.us-west-2.postgun.com with SMTP id 5ecb9416c60c306cc85162b1 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Mon, 25 May 2020 09:47:02 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 8BCA4C43391; Mon, 25 May 2020 09:47:02 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: saiprakash.ranjan) by smtp.codeaurora.org (Postfix) with ESMTPSA id 08818C433C9; Mon, 25 May 2020 09:47:02 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 25 May 2020 15:17:01 +0530 From: Sai Prakash Ranjan To: Jonathan Marek Cc: linux-arm-msm@vger.kernel.org, Andy Gross , Bjorn Andersson , Michael Turquette , Stephen Boyd , linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-msm-owner@vger.kernel.org Subject: Re: [PATCH 08/10] clk: qcom: Add graphics clock controller driver for SM8250 In-Reply-To: <20200524210615.17035-9-jonathan@marek.ca> References: <20200524210615.17035-1-jonathan@marek.ca> <20200524210615.17035-9-jonathan@marek.ca> Message-ID: X-Sender: saiprakash.ranjan@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hi Jonathan, On 2020-05-25 02:36, Jonathan Marek wrote: > Add support for the graphics clock controller found on SM8250 > based devices. This would allow graphics drivers to probe and > control their clocks. > > This is copied from the downstream kernel, adapted for upstream. > For example, GDSCs have been added. > > Signed-off-by: Jonathan Marek Since this is taken from downstream, maintain the original author's signed-off and add yourself as the co-developer if you have done any modifications. Same applies to all other patches. -Sai -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation