Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2516120imm; Mon, 24 Sep 2018 05:47:12 -0700 (PDT) X-Google-Smtp-Source: ACcGV60oPNq5Cc5l7vxWxiOsmz0uc6uYBS+sIShqWoWYIhhE9Yu4vpWvd5Rgy7RMrmCZauEGyQYr X-Received: by 2002:a17:902:561:: with SMTP id 88-v6mr10529229plf.320.1537793232420; Mon, 24 Sep 2018 05:47:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537793232; cv=none; d=google.com; s=arc-20160816; b=Pi4vtLImsD/M3xoV4iuOCE03Mlr6EwFn6jjpgwADSsDy3B8i2vuo+qP9frHWmSUxbO VttyVar8O5FVqPVHhDdAbq9Qux9uUUoyTeZuX+2ij6ftljfc+DclsRekWeNO6VMHaoBB 7lQ8sBfDsMvVBReojDeUoYLJo5QSDVNomWA95kchhJNJdnKu5Hivwrojm6pRIjx1S82h MauARikgbXMvzP+0J+pz2MN2deiTyBKcxQxPo8Q+UuvSaqCvtj0Vg1QIM/kLvDgj76pp 9YkSufGMCAdwRpReDj9i9b05nNsDHt4ETYdJUo9AZ+NHZx50sImKVA8z5F8/lQMoUKJJ cHCA== 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:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=ivL7OA/d1AVjUSiH4wHOLIwRKm6Z6Gisv7tvydlo4Lw=; b=wdksyz3hlz74PGl+ijSjx3gqhxtUYS2uIl/FRhs4Amm9tZ4Eg9vVmq95JOWqCVG2Lk gxm8dvdJrqMYopg2fP13xZ494qIpEgMVy7Zlzv/9qFNUHx6C08GtqthXX8uJjFGlh2QS /jdXwALLstuJNW+e9uOrj5N0yJam++JafNbHGfLZIuRhNWRSvwh2KbMM6kU596kkCHq8 N6uo3L5as/8qUuJxIMWXCUk2pJQ5LN7jq1PTGHMtgsLAHtP8oNpaLHJdqg8Gri45FzCA KxZ56w6eppT0fwQq0Wmz/v2YQ1BEKc6LsYBctmcgd1qkgXST1KRc4/FFi2ZgTfjFGbVA yLCw== 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 34-v6si34404443plz.492.2018.09.24.05.46.56; Mon, 24 Sep 2018 05:47:12 -0700 (PDT) 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 S2389197AbeIXSqh (ORCPT + 99 others); Mon, 24 Sep 2018 14:46:37 -0400 Received: from gloria.sntech.de ([185.11.138.130]:52750 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388693AbeIXSqh (ORCPT ); Mon, 24 Sep 2018 14:46:37 -0400 Received: from wd0156.dip.tu-dresden.de ([141.76.108.156] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.0:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1g4QE5-0001Dp-TG; Mon, 24 Sep 2018 14:44:33 +0200 From: Heiko Stuebner To: Craig Tatlor Cc: Taniya Das , linux-arm-msm@vger.kernel.org, Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland , Andy Gross , David Brown , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-soc@vger.kernel.org Subject: Re: [PATCH] clk: qcom: Add Global Clock controller (GCC) driver for SDM660 Date: Mon, 24 Sep 2018 14:44:33 +0200 Message-ID: <9156720.4hgryJ20kK@phil> In-Reply-To: <63F4E7C0-6925-4EC0-84B9-75B31AC664E4@gmail.com> References: <20180407135934.26122-1-ctatlor97@gmail.com> <69cf26ba-5dae-e84c-2fa8-15699fdd9986@codeaurora.org> <63F4E7C0-6925-4EC0-84B9-75B31AC664E4@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Craig, Am Montag, 13. August 2018, 09:45:09 CEST schrieb Craig Tatlor: > On 13 August 2018 07:55:34 BST, Taniya Das wrote: > >Hello Craig, > > > >Could you please correct the authorship and also provide the reference > >to code where this is picked from? > Okay, > Got code from here https://github.com/sonyxperiadev/kernel/blob/aosp/LA.UM.6.4.r1/drivers/clk/qcom/gcc-sdm660.c > but changed it quite a bit for upstream, > Should I change the commit author and add your signed off by and say I did cleanups on my signed off by. yep, for something this huge it is really the correct way to keep the original authorship intact as Taniya did the initial big work, and just add you change-description, so something like ---- 8< ------ Add support for the global clock controller found on SDM660 based devices. This should allow most non-multimedia device drivers to probe and control their clocks. Based on CAF implementation. Signed-off-by: Taniya Das [ description of changes ... often seen in these brackets ] Signed-off-by: Craig Tatlor ---- 8< ------ Also, do you plan to continue working on this, as I would be interessted in the clock driver for a sdm660-based phone as well. Thanks Heiko