From patchwork Fri Sep 14 20:06:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Warren X-Patchwork-Id: 184341 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2AE3B2C0082 for ; Mon, 17 Sep 2012 19:16:30 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TDXMQ-00044F-PR; Mon, 17 Sep 2012 09:11:23 +0000 Received: from avon.wwwdotorg.org ([2001:470:1f0f:bd7::2]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TCc9q-0003ka-S2 for linux-arm-kernel@lists.infradead.org; Fri, 14 Sep 2012 20:06:37 +0000 Received: from severn.wwwdotorg.org (unknown [192.168.65.5]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by avon.wwwdotorg.org (Postfix) with ESMTPS id E8A3A644E; Fri, 14 Sep 2012 14:06:50 -0600 (MDT) Received: from localhost.localdomain (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by severn.wwwdotorg.org (Postfix) with ESMTPSA id C013FE461D; Fri, 14 Sep 2012 14:06:32 -0600 (MDT) From: Stephen Warren To: arm@kernel.org Subject: [GIT PULL 04/10] ARM: tegra: switch to the common clock framework Date: Fri, 14 Sep 2012 14:06:15 -0600 Message-Id: <1347653181-19936-4-git-send-email-swarren@wwwdotorg.org> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1347653181-19936-1-git-send-email-swarren@wwwdotorg.org> References: <1347653181-19936-1-git-send-email-swarren@wwwdotorg.org> X-NVConfidentiality: public X-Virus-Scanned: clamav-milter 0.96.5 at avon.wwwdotorg.org X-Virus-Status: Clean X-Bad-Reply: References and In-Reply-To but no 'Re:' in Subject. X-Spam-Note: CRM114 invocation failed 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_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] X-Mailman-Approved-At: Mon, 17 Sep 2012 05:10:09 -0400 Cc: linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Stephen Warren X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org This branch contains a few bug-fixes, followed by a conversion of Tegra's clock driver to the common clock framework, followed by various bug fixes found after the conversion. This branch depends on v3.6-rc4. This branch is a dependency for a few later pull requests. ---------------------------------------------------------------- The following changes since commit 4cbe5a555fa58a79b6ecbb6c531b8bab0650778d: Linux 3.6-rc4 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.7-common-clk for you to fetch changes up to b4350f40f73b75efdceae3d9e04266979acabd8c: ARM: Tegra: Add smp_twd clock for Tegra20 ---------------------------------------------------------------- Joseph Lo (2): ARM: tegra: clocks: separate tegra_clk_32k_ops from Tegra20 and Tegra30 ARM: tegra30: clocks: fix the wrong tegra_audio_sync_clk_ops name Prashant Gaikwad (8): ARM: tegra30: Separate out clk ops and clk data ARM: tegra20: Separate out clk ops and clk data ARM: tegra: Rename tegra20 clock file ARM: tegra: Add clk_tegra structure and helper functions ARM: tegra: Port tegra to generic clock framework ARM: tegra: Remove duplicate code ARM: tegra: Fix data type for io address ARM: Tegra: Add smp_twd clock for Tegra20 Stephen Warren (5): ARM: tegra: turn on UART A clock at boot ARM: tegra: fix U16 divider range check ARM: tegra: remove tegra_timer from tegra_list_clks ARM: tegra: fix overflow in tegra20_pll_clk_round_rate() ARM: tegra: cpu-tegra: explicitly manage re-parenting arch/arm/Kconfig | 1 + arch/arm/mach-tegra/Makefile | 4 +- arch/arm/mach-tegra/board-dt-tegra20.c | 1 + arch/arm/mach-tegra/clock.c | 570 +----- arch/arm/mach-tegra/clock.h | 40 +- arch/arm/mach-tegra/common.c | 1 - arch/arm/mach-tegra/cpu-tegra.c | 48 +- arch/arm/mach-tegra/include/mach/clk.h | 3 + arch/arm/mach-tegra/tegra20_clocks.c | 1555 +++++++++++++++ arch/arm/mach-tegra/tegra20_clocks.h | 42 + arch/arm/mach-tegra/tegra20_clocks_data.c | 1142 +++++++++++ arch/arm/mach-tegra/tegra2_clocks.c | 2484 ------------------------ arch/arm/mach-tegra/tegra30_clocks.c | 2475 ++++++++---------------- arch/arm/mach-tegra/tegra30_clocks.h | 53 + arch/arm/mach-tegra/tegra30_clocks_data.c | 1369 +++++++++++++ 15 files changed, 5055 insertions(+), 4733 deletions(-) create mode 100644 arch/arm/mach-tegra/tegra20_clocks.c create mode 100644 arch/arm/mach-tegra/tegra20_clocks.h create mode 100644 arch/arm/mach-tegra/tegra20_clocks_data.c delete mode 100644 arch/arm/mach-tegra/tegra2_clocks.c create mode 100644 arch/arm/mach-tegra/tegra30_clocks.h create mode 100644 arch/arm/mach-tegra/tegra30_clocks_data.c