From patchwork Thu Dec 8 07:22:39 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 130109 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 AF9A41007DF for ; Thu, 8 Dec 2011 18:24:30 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RYYJX-0001hJ-G3; Thu, 08 Dec 2011 07:22:43 +0000 Received: from mail-vw0-f49.google.com ([209.85.212.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RYYJU-0001ge-3J for linux-arm-kernel@lists.infradead.org; Thu, 08 Dec 2011 07:22:40 +0000 Received: by vbbfs19 with SMTP id fs19so1494179vbb.36 for ; Wed, 07 Dec 2011 23:22:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=efJE9H6fp8J1RpPNkv6SdNUzuOfS0GNod0HtTbili0U=; b=OgCOZ7I+bh9UzFFC0Z5YWGR/0R039Z7ZZQ/34mj1e81nFSk26MFDubGN1RBZX9Yoye 0jzBytJHnmCxbcZEe3yghz4fTpuJ3gPbowA1ReyLlKIO2ahCbMvXeUJLs7lQow1lyWgx KiBxNdoVYtz7IPL7qzMi7RDj6gUoi1PaHSAuI= MIME-Version: 1.0 Received: by 10.52.31.166 with SMTP id b6mr932841vdi.70.1323328959248; Wed, 07 Dec 2011 23:22:39 -0800 (PST) Received: by 10.52.91.3 with HTTP; Wed, 7 Dec 2011 23:22:39 -0800 (PST) Date: Thu, 8 Dec 2011 15:22:39 +0800 Message-ID: Subject: [GIT PULL] pxa changes for v3.3 From: Haojian Zhuang To: Arnd Bergmann , Eric Miao , Russell King - ARM Linux , linux-arm-kernel 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.212.49 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (haojian.zhuang[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 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, Please pull these for v3.3. The four patches in below are used to fix build issue while gpio-pxa is changed to platform driver. pcmcia: pxa: replace IRQ_GPIO() with gpio_to_irq() Input: zylonite-wm97xx - replace IRQ_GPIO() with gpio_to_irq() ARM: pxa: fix build error for GPIO_bit() ARM: pxa: fix the build error because of missing gpio-pxa.h The following changes since commit 1fc27d6c81c881a67fcd1ff983f23c06cdd2a93f: Merge branch 'fixes' into for-next (2011-12-06 14:24:24 +0000) are available in the git repository at: git://github.com/hzhuang1/linux.git for-next Axel Lin (2): pcmcia: pxa: replace IRQ_GPIO() with gpio_to_irq() Input: zylonite-wm97xx - replace IRQ_GPIO() with gpio_to_irq() Haojian Zhuang (2): ARM: pxa: fix build error for GPIO_bit() ARM: pxa: fix the build error because of missing gpio-pxa.h Jett.Zhou (5): RTC: sa1100: Clean out ost register RTC: sa1100: remove redundant code of setting alarm RTC: sa1100: support sa1100, pxa and mmp soc families ARM: pxa: add dummy clock for sa1100-rtc ARM: sa1100: clean up of the clock support arch/arm/Kconfig | 2 +- arch/arm/mach-pxa/corgi_pm.c | 1 + arch/arm/mach-pxa/devices.c | 20 ++ arch/arm/mach-pxa/pxa25x.c | 1 + arch/arm/mach-pxa/pxa27x.c | 1 + arch/arm/mach-pxa/pxa300.c | 1 + arch/arm/mach-pxa/pxa320.c | 1 + arch/arm/mach-pxa/pxa3xx.c | 1 + arch/arm/mach-pxa/pxa95x.c | 1 + arch/arm/mach-pxa/spitz_pm.c | 1 + arch/arm/mach-sa1100/clock.c | 91 ++++++--- arch/arm/mach-sa1100/generic.c | 20 ++ drivers/input/touchscreen/zylonite-wm97xx.c | 5 +- drivers/pcmcia/pxa2xx_e740.c | 11 +- drivers/pcmcia/pxa2xx_palmld.c | 2 +- drivers/pcmcia/pxa2xx_palmtc.c | 2 +- drivers/pcmcia/pxa2xx_stargate2.c | 6 +- drivers/pcmcia/pxa2xx_trizeps4.c | 5 +- drivers/pcmcia/pxa2xx_vpac270.c | 4 +- drivers/rtc/Kconfig | 2 +- drivers/rtc/rtc-sa1100.c | 300 ++++++++++++++++----------- 21 files changed, 320 insertions(+), 158 deletions(-)