From patchwork Wed Jan 4 05:52:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 134204 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 5E3361007DA for ; Wed, 4 Jan 2012 16:54:20 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RiJm8-00044C-FP; Wed, 04 Jan 2012 05:52:36 +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 1RiJm5-00043Z-7g for linux-arm-kernel@lists.infradead.org; Wed, 04 Jan 2012 05:52:33 +0000 Received: by vbbfs19 with SMTP id fs19so16813883vbb.36 for ; Tue, 03 Jan 2012 21:52:32 -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=R12+BqsIqmYQb2ms9ARo51KHxASa9ZrJNHBymvyDOas=; b=WMx1NlX2c99+hXuHQlmCWD0qcKBB8YthQIwIW1bs4lKTh3OpOCZXsBOJ5tUSIqHz8+ LQMAa6BVx1oImAGU1xrVmxRxs/Bcnu550UfWuhKZrhkUjQ7fPI/5aSTCbDogVnwalzt2 Ivymaw4MNONmgk7Hzq/UFdXMPct8eaNtx0Tx0= MIME-Version: 1.0 Received: by 10.52.94.148 with SMTP id dc20mr26049284vdb.109.1325656352119; Tue, 03 Jan 2012 21:52:32 -0800 (PST) Received: by 10.52.166.225 with HTTP; Tue, 3 Jan 2012 21:52:32 -0800 (PST) Date: Wed, 4 Jan 2012 13:52:32 +0800 Message-ID: Subject: [GIT PULL] pxa gpio for V3.3 From: Haojian Zhuang To: Bergmann Arnd , linux-arm-kernel@lists.infradead.org, Walleij Linus 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 patches from pxa gpio branch. The following changes since commit b5d798cc7a221aec50baf496c482280f1b809143: Input: zylonite-wm97xx - replace IRQ_GPIO() with gpio_to_irq() (2011-12-28 10:14:18 +0000) are available in the git repository at: http://github.com/hzhuang1/linux.git gpio Haojian Zhuang (2): gpio: pxa: request pinmux function for gpio ARM: mmp: fix missing gpio name in irq resource arch/arm/mach-mmp/mmp2.c | 1 + arch/arm/mach-mmp/pxa168.c | 1 + arch/arm/mach-mmp/pxa910.c | 1 + drivers/gpio/gpio-pxa.c | 13 +++++++++++++ 4 files changed, 16 insertions(+), 0 deletions(-) Best Regards Haojian