From patchwork Tue Feb 28 02:28:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 143312 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 EBFB9B6FA4 for ; Tue, 28 Feb 2012 13:16:38 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1S2CaF-0000U7-75; Tue, 28 Feb 2012 02:14:31 +0000 Received: from mail-pz0-f49.google.com ([209.85.210.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1S2CaB-0000T9-8p for linux-arm-kernel@lists.infradead.org; Tue, 28 Feb 2012 02:14:27 +0000 Received: by dakp5 with SMTP id p5so4339383dak.36 for ; Mon, 27 Feb 2012 18:14:25 -0800 (PST) Received-SPF: pass (google.com: domain of shawn.guo@linaro.org designates 10.68.219.130 as permitted sender) client-ip=10.68.219.130; Authentication-Results: mr.google.com; spf=pass (google.com: domain of shawn.guo@linaro.org designates 10.68.219.130 as permitted sender) smtp.mail=shawn.guo@linaro.org Received: from mr.google.com ([10.68.219.130]) by 10.68.219.130 with SMTP id po2mr47436406pbc.140.1330395265763 (num_hops = 1); Mon, 27 Feb 2012 18:14:25 -0800 (PST) Received: by 10.68.219.130 with SMTP id po2mr40036496pbc.140.1330395265626; Mon, 27 Feb 2012 18:14:25 -0800 (PST) Received: from S2101-09.ap.freescale.net ([114.216.150.194]) by mx.google.com with ESMTPS id x1sm14248091pbp.50.2012.02.27.18.14.21 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 27 Feb 2012 18:14:24 -0800 (PST) Date: Tue, 28 Feb 2012 10:28:24 +0800 From: Shawn Guo To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL] imx driver for v3.4 Message-ID: <20120228022822.GE13886@S2101-09.ap.freescale.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQnSdXIfMCUH66iJ2lHFDq0+dP2iPa9AvcoOS0LsK3xs/VxPKnu3Xjw4Y6jSykE5WoFbfsg2 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 [209.85.210.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Sascha Hauer , 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 Hi Arnd, Olof, Please pull the following imx driver changes for v3.4. Regards, Shawn The following changes since commit 6b21d18ed50c7d145220b0724ea7f2613abf0f95: Linux 3.3-rc5 (2012-02-25 12:18:16 -0800) are available in the git repository at: git://git.linaro.org/people/shawnguo/linux-2.6.git imx/driver Dirk Behme (1): ARM: imx6: Rename DEBUG_IMX6Q_UART to UART4 Richard Zhao (2): ARM: mxc: make imx_dma_is_general_purpose more generic for sdma ARM: imx6q: add cko1 clock arch/arm/Kconfig.debug | 6 +- arch/arm/mach-imx/clock-imx6q.c | 74 +++++++++++++++++++++++++- arch/arm/mach-imx/lluart.c | 2 +- arch/arm/plat-mxc/include/mach/debug-macro.S | 2 +- arch/arm/plat-mxc/include/mach/dma.h | 3 +- 5 files changed, 79 insertions(+), 8 deletions(-)