From patchwork Sun Nov 10 10:53:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 290039 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [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 BAFAC2C00A7 for ; Sun, 10 Nov 2013 21:55:55 +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 1VfSgC-0004V4-8C; Sun, 10 Nov 2013 10:55:44 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VfSg9-0002C1-Tv; Sun, 10 Nov 2013 10:55:41 +0000 Received: from casper.infradead.org ([2001:770:15f::2]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VfSg7-0002Bv-NQ for linux-arm-kernel@merlin.infradead.org; Sun, 10 Nov 2013 10:55:39 +0000 Received: from top.free-electrons.com ([176.31.233.9] helo=mail.free-electrons.com) by casper.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VfSg5-0004Pk-Ts for linux-arm-kernel@lists.infradead.org; Sun, 10 Nov 2013 10:55:38 +0000 Received: by mail.free-electrons.com (Postfix, from userid 106) id 40953868; Sun, 10 Nov 2013 11:55:03 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.3.2 Received: from localhost (189.58.26.109.rev.sfr.net [109.26.58.189]) by mail.free-electrons.com (Postfix) with ESMTPSA id F24257E8; Sun, 10 Nov 2013 11:55:02 +0100 (CET) Date: Sun, 10 Nov 2013 11:53:09 +0100 From: Maxime Ripard To: Mike Turquette Subject: [GIT PULL] Allwinner sunXi clock patches for 3.13 Message-ID: <20131110105309.GA16835@lukather> MIME-Version: 1.0 User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131110_105537_986416_A034B3F8 X-CRM114-Status: GOOD ( 16.86 ) X-Spam-Score: -1.2 (-) X-Spam-Report: SpamAssassin version 3.3.2 on casper.infradead.org summary: Content analysis details: (-1.2 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 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: Emilio Lopez , 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 Hi Mike, Emilio doesn't have time to send the pull request for this release cycle, so I'm doing the pull request for this merge window. The current plan is that he'll do the next ones. The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f: Linux 3.12-rc1 (2013-09-16 16:17:51 -0400) are available in the git repository at: https://github.com/mripard/linux.git tags/sunxi-clk-for-3.13 for you to fetch changes up to e71c69fc3362b88b09194d486dda6d721a8004f6: drivers: clk: sunxi: Fix memory leakage in clk-sunxi.c (2013-11-10 11:40:51 +0100) ---------------------------------------------------------------- Allwinner sunXi SoCs clock changes Those are mostly random fixes, except for one patch to the composite clock that adds support for automatic reparenting. ---------------------------------------------------------------- Emilio López (4): clk: composite: .determine_rate support clk: sunxi: factors: fix off-by-one masks clk: sunxi: factors: clear variables before using them clk: sunxi: protect core clocks from accidental shutdown Victor N. Ramos Mello (1): drivers: clk: sunxi: Fix memory leakage in clk-sunxi.c drivers/clk/clk-composite.c | 28 +++++++++++++++++++++ drivers/clk/sunxi/clk-factors.c | 4 +-- drivers/clk/sunxi/clk-sunxi.c | 56 +++++++++++++++++++++++++++++++++-------- 3 files changed, 75 insertions(+), 13 deletions(-)