From patchwork Tue Jan 31 15:40:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 138795 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 78D0CB6EF7 for ; Wed, 1 Feb 2012 02:30:52 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RsFdP-0006Mo-Sb; Tue, 31 Jan 2012 15:28:39 +0000 Received: from mail-pw0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RsFdM-0006MM-Pl for linux-arm-kernel@lists.infradead.org; Tue, 31 Jan 2012 15:28:37 +0000 Received: by pbdx9 with SMTP id x9so290847pbd.36 for ; Tue, 31 Jan 2012 07:28:35 -0800 (PST) Received: by 10.68.225.4 with SMTP id rg4mr44863441pbc.111.1328023715265; Tue, 31 Jan 2012 07:28:35 -0800 (PST) Received: from S2101-09.ap.freescale.net ([114.216.145.56]) by mx.google.com with ESMTPS id j5sm56201916pbe.1.2012.01.31.07.28.31 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jan 2012 07:28:34 -0800 (PST) Date: Tue, 31 Jan 2012 23:40:53 +0800 From: Shawn Guo To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL] mxs/boards for v3.4 Message-ID: <20120131154051.GF26436@S2101-09.ap.freescale.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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 ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.49 listed in list.dnswl.org] Cc: 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 mxs board changes for v3.4. It has no conflict with rmk/for-armsoc branch. Regards, Shawn The following changes since commit dcd6c92267155e70a94b3927bce681ce74b80d1f: Linux 3.3-rc1 (2012-01-19 15:04:48 -0800) are available in the git repository at: git://git.linaro.org/people/shawnguo/linux-2.6.git mxs/boards Fabio Estevam (2): ARM: mx28: Remove duplicate OCOTP error message ARM: mx28evk: Simplify GPIO requests Shawn Guo (1): ARM: mxs: detect SoC by checking CHIPID register Wolfram Sang (1): ARM: mxs: read correct values when setting up MAC arch/arm/mach-mxs/include/mach/digctl.h | 1 + arch/arm/mach-mxs/include/mach/mxs.h | 29 +++++---- arch/arm/mach-mxs/include/mach/uncompress.h | 13 ++-- arch/arm/mach-mxs/mach-m28evk.c | 7 +-- arch/arm/mach-mxs/mach-mx28evk.c | 80 ++++++--------------------- 5 files changed, 43 insertions(+), 87 deletions(-)