From patchwork Wed Jun 8 00:08:27 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 99350 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 6E54CB6FCA for ; Wed, 8 Jun 2011 10:08:41 +1000 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QU6K2-0004TU-Du; Wed, 08 Jun 2011 00:08:34 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QU6K1-00037F-Vr; Wed, 08 Jun 2011 00:08:34 +0000 Received: from na3sys009aob106.obsmtp.com ([74.125.149.76] helo=na3sys009aog106.obsmtp.com) by canuck.infradead.org with smtps (Exim 4.76 #1 (Red Hat Linux)) id 1QU6Jz-00036x-6Z for linux-arm-kernel@lists.infradead.org; Wed, 08 Jun 2011 00:08:31 +0000 Received: from mail-px0-f174.google.com ([209.85.212.174]) (using TLSv1) by na3sys009aob106.postini.com ([74.125.148.12]) with SMTP ID DSNKTe69fV6Hs2MeNbSU+spEELuYK3tNOZbx@postini.com; Tue, 07 Jun 2011 17:08:31 PDT Received: by mail-px0-f174.google.com with SMTP id 15so3976pxi.19 for ; Tue, 07 Jun 2011 17:08:28 -0700 (PDT) Received: by 10.143.68.18 with SMTP id v18mr188852wfk.340.1307491708889; Tue, 07 Jun 2011 17:08:28 -0700 (PDT) Received: from localhost (c-24-19-7-36.hsd1.wa.comcast.net [24.19.7.36]) by mx.google.com with ESMTPS id k9sm2003pbc.70.2011.06.07.17.08.27 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Jun 2011 17:08:28 -0700 (PDT) From: Kevin Hilman To: Grant Likely Subject: [GIT PULL] GPIO: OMAP fixes for v3.0-rc Organization: Texas Instruments, Inc. Date: Tue, 07 Jun 2011 17:08:27 -0700 Message-ID: <878vtdkww4.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110607_200831_510503_F0383CB5 X-CRM114-Status: GOOD ( 10.14 ) X-Spam-Score: -2.3 (--) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-2.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [74.125.149.76 listed in list.dnswl.org] Cc: "linux-omap@vger.kernel.org" , LKML , None X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 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 Grant, Here's a small set of OMAP GPIO fixes for v3.0-rc. Thanks, Kevin The following changes since commit 59c5f46fbe01a00eedf54a23789634438bb80603: Linux 3.0-rc2 (2011-06-06 18:06:33 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.0/gpio-fixes Colin Cross (2): GPIO: OMAP: fix setting IRQWAKEN bits for OMAP4 GPIO: OMAP: add locking around calls to _set_gpio_triggering Russell King (1): GPIO: OMAP: fix section mismatch warnings drivers/gpio/gpio-omap.c | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 deletions(-)