From patchwork Fri Jun 22 05:14:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 166499 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [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 14BB1B6F77 for ; Fri, 22 Jun 2012 15:18:54 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1ShwCw-0002wm-Pv; Fri, 22 Jun 2012 05:14:58 +0000 Received: from ch1ehsobe003.messaging.microsoft.com ([216.32.181.183] helo=ch1outboundpool.messaging.microsoft.com) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1ShwCt-0002wW-EC for linux-arm-kernel@lists.infradead.org; Fri, 22 Jun 2012 05:14:56 +0000 Received: from mail54-ch1-R.bigfish.com (10.43.68.240) by CH1EHSOBE015.bigfish.com (10.43.70.65) with Microsoft SMTP Server id 14.1.225.23; Fri, 22 Jun 2012 05:13:24 +0000 Received: from mail54-ch1 (localhost [127.0.0.1]) by mail54-ch1-R.bigfish.com (Postfix) with ESMTP id 98C1E34040C; Fri, 22 Jun 2012 05:13:23 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -2 X-BigFish: VS-2(zz98dI936eIzz1202hzz8275dhz2dh87h2a8h668h839h944hd25he96hf0ah) X-FB-DOMAIN-IP-MATCH: fail Received: from mail54-ch1 (localhost.localdomain [127.0.0.1]) by mail54-ch1 (MessageSwitch) id 1340342000651863_31452; Fri, 22 Jun 2012 05:13:20 +0000 (UTC) Received: from CH1EHSMHS011.bigfish.com (snatpool1.int.messaging.microsoft.com [10.43.68.241]) by mail54-ch1.bigfish.com (Postfix) with ESMTP id 9CE7F300048; Fri, 22 Jun 2012 05:13:20 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CH1EHSMHS011.bigfish.com (10.43.70.11) with Microsoft SMTP Server (TLS) id 14.1.225.23; Fri, 22 Jun 2012 05:13:20 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server (TLS) id 14.2.298.5; Fri, 22 Jun 2012 00:14:47 -0500 Received: from S2101-09.ap.freescale.net ([10.192.185.177]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id q5M5EbEA031186; Thu, 21 Jun 2012 22:14:38 -0700 Date: Fri, 22 Jun 2012 13:14:45 +0800 From: Shawn Guo To: "Turquette, Mike" Subject: Re: [PATCH] clk: mxs: mx23, mx28: fix clock lookup after freeing init memory Message-ID: <20120622051443.GE21418@S2101-09.ap.freescale.net> References: <1340301865-15815-1-git-send-email-mkl@pengutronix.de> <20120622020726.GC21418@S2101-09.ap.freescale.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-OriginatorOrg: sigmatel.com X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [216.32.181.183 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: arnd@arndb.de, s.hauer@pengutronix.de, Marc Kleine-Budde , kernel@pengutronix.de, olof@lixom.net, linux-arm-kernel@lists.infradead.org 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: , 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 On Thu, Jun 21, 2012 at 07:52:30PM -0700, Turquette, Mike wrote: > Looks like a clk-fixes branch is in order. There are at least three > fixes that need to into the 3.5 bugfix window. I'll push such a > branch to my linaro git tree tomorrow. > To ease your life a little bit, here are the fixes for clk/mxs. Regards, Shawn --- The following changes since commit cfaf025112d3856637ff34a767ef785ef5cf2ca9: Linux 3.5-rc2 (2012-06-08 18:40:09 -0700) are available in the git repository at: git://git.linaro.org/people/shawnguo/linux-2.6.git clk/mxs/fixes-for-3.5 Marc Kleine-Budde (1): clk: mxs: fix clock lookup after freeing init memory Shawn Guo (1): clk: mxs: fix ref_io clock definition drivers/clk/mxs/clk-imx23.c | 12 ++++++------ drivers/clk/mxs/clk-imx28.c | 32 ++++++++++++++++---------------- 2 files changed, 22 insertions(+), 22 deletions(-)