From patchwork Tue Oct 15 15:36:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter De Schrijver X-Patchwork-Id: 283712 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (unknown [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 8EF592C0344 for ; Wed, 16 Oct 2013 02:37:16 +1100 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VW6g0-00007n-VN; Tue, 15 Oct 2013 15:36:53 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VW6fy-0004G1-HX; Tue, 15 Oct 2013 15:36:50 +0000 Received: from hqemgate16.nvidia.com ([216.228.121.65]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VW6fv-0004Eq-LB for linux-arm-kernel@lists.infradead.org; Tue, 15 Oct 2013 15:36:48 +0000 Received: from hqnvupgp07.nvidia.com (Not Verified[216.228.121.13]) by hqemgate16.nvidia.com id ; Tue, 15 Oct 2013 08:36:28 -0700 Received: from hqemhub02.nvidia.com ([172.20.12.94]) by hqnvupgp07.nvidia.com (PGP Universal service); Tue, 15 Oct 2013 08:36:25 -0700 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Tue, 15 Oct 2013 08:36:25 -0700 Received: from deemhub01.nvidia.com (10.21.69.137) by hqemhub02.nvidia.com (172.20.150.31) with Microsoft SMTP Server (TLS) id 8.3.327.1; Tue, 15 Oct 2013 08:36:25 -0700 Received: from tbergstrom-lnx.Nvidia.com (10.21.65.27) by deemhub01.nvidia.com (10.21.69.137) with Microsoft SMTP Server id 8.3.327.1; Tue, 15 Oct 2013 17:36:23 +0200 Received: by tbergstrom-lnx.Nvidia.com (Postfix, from userid 1002) id 24EFA21D84; Tue, 15 Oct 2013 18:36:20 +0300 (EEST) Date: Tue, 15 Oct 2013 18:36:20 +0300 From: Peter De Schrijver To: Subject: pull request for tegra clocks (resend with some CCs added this time) Message-ID: <20131015153620.GA12721@tbergstrom-lnx.Nvidia.com> MIME-Version: 1.0 Content-Disposition: inline X-NVConfidentiality: public User-Agent: Mutt/1.5.20 (2009-06-14) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131015_113647_787459_06A4F932 X-CRM114-Status: UNSURE ( 7.23 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.4 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.4 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record -0.5 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: mark.rutland@arm.com, pgaikwad@nvidia.com, pawel.moll@arm.com, swarren@wwwdotorg.org, linux-kernel@vger.kernel.org, rob.herring@calxeda.com, thierry.reding@gmail.com, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org The following changes since commit a0cf1abc25ac197dd97b857c0f6341066a8cb1cf: Add linux-next specific files for 20130927 (2013-09-27 18:48:50 +1000) are available in the git repository at: git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git tegra-clk-patches-0 Andrew Chew (1): clk: tegra: Set the clk parent of host1x to pll_p Mark Zhang (3): clk: tegra: Correct sbc mux width & parent clk: tegra: Fix vde/2d/3d clock src offset clk: tegra: Set the clock parent of gr2d/gr3d to pll_c2 Peter De Schrijver (3): ARM: tegra114: add missing clocks to binding clk: tegra: replace enum tegra114_clk by binding header clk: tegra: PLLE spread spectrum control Thierry Reding (1): clk: tegra114: Rename gr_2d/gr_3d to gr2d/gr3d drivers/clk/tegra/clk-pll.c | 30 ++- drivers/clk/tegra/clk-tegra114.c | 442 ++++++++++++++---------------- include/dt-bindings/clock/tegra114-car.h | 8 +- 3 files changed, 235 insertions(+), 245 deletions(-)