From patchwork Wed Nov 16 14:53:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Miao X-Patchwork-Id: 125996 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 BEA21B6F9C for ; Thu, 17 Nov 2011 01:56:02 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RQgri-00006K-Ov; Wed, 16 Nov 2011 14:53:30 +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 1RQgrg-00005U-1C for linux-arm-kernel@lists.infradead.org; Wed, 16 Nov 2011 14:53:28 +0000 Received: by vcge1 with SMTP id e1so636728vcg.36 for ; Wed, 16 Nov 2011 06:53:26 -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=reXU6Itcv+Ya0QsJbjTanEVVvNQX+5rBaKdyaIQbYuA=; b=SNn2PCGadqqLwDcdp2kwNzuNVfF+a8FeTzeAcbCnRKPErfTjVaCTcs+pjFrq3asT3h 00ZpV8CSUNgInghjzw2KbvIIcF+vLmvrpREGFhSivXivNhGXRdN/GTG1Aj/19O6n8pcn zMDItv9LKDHNVSXrELNmiMFspWyzI1yhsxxyQ= Received: by 10.52.117.65 with SMTP id kc1mr51171291vdb.66.1321455205198; Wed, 16 Nov 2011 06:53:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.112.131 with HTTP; Wed, 16 Nov 2011 06:53:04 -0800 (PST) From: Eric Miao Date: Wed, 16 Nov 2011 22:53:04 +0800 Message-ID: Subject: [GIT PULL] 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.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (eric.y.miao[at]gmail.com) -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 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 Daniel Mack (1): ARM: pxa: fix missing linux/gpio.h include 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/pxa3xx.c | 1 + arch/arm/mach-pxa/vpac270.c | 2 +- 14 files changed, 16 insertions(+), 15 deletions(-)