From patchwork Fri Nov 18 01:02:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Miao X-Patchwork-Id: 126336 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 AD01BB723B for ; Fri, 18 Nov 2011 12:06:54 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RRCqo-000897-JK; Fri, 18 Nov 2011 01:02:42 +0000 Received: from mail-vx0-f177.google.com ([209.85.220.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RRCql-00088s-85 for linux-arm-kernel@lists.infradead.org; Fri, 18 Nov 2011 01:02:39 +0000 Received: by vcbfo13 with SMTP id fo13so540763vcb.36 for ; Thu, 17 Nov 2011 17:02:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=aAWq5Kb+szvYZWGJ1itfFOoWQJf/DKFBsSFfNRKerT4=; b=vRFZ0DPqlGSKPY/m1Jv33rh3hBGU0e0BqUVfZ0QRcV9Em9ZqPbBrfpDC2VX50OMjk2 i5rSBfjCg1ke6K/Keb3pbRI8sElia/VjFqFbGzkoRlLSZKfA8lOPaXs8xG4Nk/yGEryh D+DVnH5rPzcKJZn2d1b6+1ryzRKHHoo/UpMnE= Received: by 10.52.37.165 with SMTP id z5mr977854vdj.117.1321578158071; Thu, 17 Nov 2011 17:02:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.112.131 with HTTP; Thu, 17 Nov 2011 17:02:17 -0800 (PST) From: Eric Miao Date: Fri, 18 Nov 2011 09:02:17 +0800 Message-ID: Subject: [GIT PULL v2] pxa: fixes for v3.2-rc1 To: Arnd Bergmann X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (eric.y.miao[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: linux-arm-kernel 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 The following changes since commit 1ea6b8f48918282bdca0b32a34095504ee65bab5: Linux 3.2-rc1 (2011-11-07 16:16:02 -0800) are available in the git repository at: git://github.com/ycmiao/pxa-linux.git fix Eric Miao (1): ARM: pxa168/gplugd: add the correct SSP device Haojian Zhuang (2): ARM: pxa: fix inconsistent CONFIG_USB_PXA27X ARM: mmp: fix build error on gpio arch/arm/configs/ezx_defconfig | 2 +- arch/arm/configs/imote2_defconfig | 2 +- arch/arm/configs/magician_defconfig | 2 +- arch/arm/configs/zeus_defconfig | 2 +- arch/arm/mach-mmp/gplugd.c | 2 +- arch/arm/mach-mmp/include/mach/gpio-pxa.h | 2 +- arch/arm/mach-pxa/balloon3.c | 2 +- arch/arm/mach-pxa/colibri-pxa320.c | 2 +- arch/arm/mach-pxa/gumstix.c | 2 +- arch/arm/mach-pxa/include/mach/palm27x.h | 4 ++-- arch/arm/mach-pxa/palm27x.c | 4 ++-- arch/arm/mach-pxa/palmtc.c | 2 +- arch/arm/mach-pxa/vpac270.c | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-)