Received: by 10.192.165.148 with SMTP id m20csp5411572imm; Tue, 1 May 2018 14:41:44 -0700 (PDT) X-Google-Smtp-Source: AB8JxZqWjo8Q8Io/zaZ1rNTNXGBfnnfQUHrj6uiz2L3+XCEMzhH+IUGry5HY0LXtLnZCt9BvLINb X-Received: by 2002:a65:4c06:: with SMTP id u6-v6mr13903265pgq.388.1525210904849; Tue, 01 May 2018 14:41:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525210904; cv=none; d=google.com; s=arc-20160816; b=G5JDkM3G6szyikrqM7C0FfRwh1VC3bNUcsbe5mKPmEWwZ/4Hs2pfybtB1WvTH4C+8/ XELyp2CqNMT4b5EBn7lXUe2FxFEN4/L0AcFLieo9hG5LKSt4H+eAHxUp7OrR2BwlySg6 GUYVDxC4Sc0lQS9o/V2m4KoBpvEO9V/6vokGqn6WwCB604FAhR6cf+kAev0w1SNNv3yC Eprqf7APTD81HL4nQPk5r0i8pv+WBLV768mO8nlC6OK2l/qggdzJ1VHcHph1lNX3GsjP 4q4vZmagETrBQWcTAaY8WcKx4Z3jDvEttMZ4Vt2OPEnYWYPB/VEW7j+9qZlE5TgDaVsa ZtXw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:subject:user-agent:message-id :references:cc:in-reply-to:from:to:content-transfer-encoding :mime-version:arc-authentication-results; bh=i+jBwUW+7EDmUn/fVIKYCnaLsSDJwE8v+CQbnYe66Js=; b=ggo5Q4DIZZ3wQN1E8DrSwny5/r7ns22EEt51esIVLOG6ZFVfGuGQOa80fYjwOWqQZo SA7OB9lUaQ2VdO1UsUrFAhwVIs63wIqXmoX/oCUxrkqEGL6dockzj4rskHcMLJE+YFXx QJJm+9DV007gqM8zjEdoP57tCfAzFtGpWqEysbzsj/B4xYH04eS1K7ujggPrHlZ01/vS spo1wM0iHW/we3esMM3ghM5qm9ebIRIiN9a8B1N07PpKuIxX5qGtxuzOjEP5uCkd4V/0 SES7gZmjdF4SJf7RdilYVimhGWQlwzU73WYx9oGoX5faXGcYQB1KDVKXZKuS4Qj1s8+i zXeg== 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 y15-v6si8602186pgr.98.2018.05.01.14.41.29; Tue, 01 May 2018 14:41:44 -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 S1750945AbeEAVlV convert rfc822-to-8bit (ORCPT + 99 others); Tue, 1 May 2018 17:41:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:36896 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750743AbeEAVlT (ORCPT ); Tue, 1 May 2018 17:41:19 -0400 Received: from localhost (unknown [104.132.1.75]) (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 81C4C2367F; Tue, 1 May 2018 21:41:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Amit Nischal , Michael Turquette , Stephen Boyd From: Stephen Boyd In-Reply-To: <1524576771-31096-3-git-send-email-anischal@codeaurora.org> Cc: Andy Gross , David Brown , Rajendra Nayak , Odelu Kukatla , Taniya Das , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Amit Nischal References: <1524576771-31096-1-git-send-email-anischal@codeaurora.org> <1524576771-31096-3-git-send-email-anischal@codeaurora.org> Message-ID: <152521087780.138124.7623601052057968460@swboyd.mtv.corp.google.com> User-Agent: alot/0.7 Subject: Re: [PATCH 2/2] clk: qcom: Add video clock controller driver for SDM845 Date: Tue, 01 May 2018 14:41:17 -0700 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Amit Nischal (2018-04-24 06:32:51) > Add support for the video clock controller found on SDM845 > based devices. This would allow video drivers to probe and > control their clocks. > > Signed-off-by: Amit Nischal Driver looks small and good. Only concern is that there aren't resets defined, but the binding says there are resets. Will you add them? I'm going to wait for the respin on the dts binding anyway.