From patchwork Fri May 18 22:16:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 160157 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 7C7EFB6F6E for ; Sat, 19 May 2012 08:19:28 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SVVTr-0001me-KV; Fri, 18 May 2012 22:17:03 +0000 Received: from na3sys009aog101.obsmtp.com ([74.125.149.67]) by merlin.infradead.org with smtps (Exim 4.76 #1 (Red Hat Linux)) id 1SVVTn-0001mQ-BX for linux-arm-kernel@lists.infradead.org; Fri, 18 May 2012 22:17:00 +0000 Received: from mail-pb0-f50.google.com ([209.85.160.50]) (using TLSv1) by na3sys009aob101.postini.com ([74.125.148.12]) with SMTP ID DSNKT7bKWQYx+BWQeW11AvQ9NTeF8IN7Ta9Y@postini.com; Fri, 18 May 2012 15:16:59 PDT Received: by pbbrr4 with SMTP id rr4so5386457pbb.37 for ; Fri, 18 May 2012 15:16:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:organization:date:message-id:user-agent :mime-version:content-type:x-gm-message-state; bh=68rR29qJ4SoQ9sb92LjKmffmUd81hOpEWyBusjqSQlw=; b=UySF6C242YPtRSM51ytLQdUanW2JAP5pQYbDCptNiwl+pXlF65G4ZG/4NmgU4nQ29Q +a9Z/yMUR30VQgOdtns9ahCYIg3iA96Nb/66SxaU5S8YEXxVOIdfKt/XEtLESsqMQmRP aD2CUNieLlQp2mNisCc0CLlzXMk7qF7phswP5GOtX3l2//QNsQyX3fgN4ZWWar+Yhi0f z+JdDvPa3FfcMOXYAa1V0rYlCEsvOlBtS3THfSb27LA8KmYAiLh7f9FnO5A4wDn1RUar ByloSAu7LUKDs5V39uB/9f05mkQcVi/Wynu4Gb3fqcCZe4eoIQ6p8am3st8Sm5aXAqHr iJsA== Received: by 10.68.131.38 with SMTP id oj6mr43109769pbb.39.1337379416822; Fri, 18 May 2012 15:16:56 -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 ub8sm14095498pbc.44.2012.05.18.15.16.55 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 18 May 2012 15:16:56 -0700 (PDT) From: Kevin Hilman To: Grant Likely Subject: [GIT PULL] gpio/omap: fix fallout from last cleanup series Organization: Texas Instruments, Inc. Date: Fri, 18 May 2012 15:16:59 -0700 Message-ID: <87vcjtkuck.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 X-Gm-Message-State: ALoCoQlF4VyN8aBjnHZGrmQIfYcR2UlQ8cWWTyU/X3cjsUVwkDCVDPI/2sbVZlAyvSw0TgjYQeVx X-Spam-Note: CRM114 invocation failed X-Spam-Score: -4.2 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [74.125.149.67 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] Cc: linux-omap , 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 Hi Grant, Here's the promised branch that fixes the fallout from the last cleanup series which introduced a few new bugs in the cleanup. :( I collected the acks/tested-bys from the list. Thanks, Kevin The following changes since commit 1b1287032df3a69d3ef9a486b444f4ffcca50d01: gpio/omap: fix missing check in *_runtime_suspend() (2012-05-11 17:08:40 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.5/fixes/gpio-2 for you to fetch changes up to b3c64bc30af67ed328a8d919e41160942b870451: gpio/omap: (re)fix wakeups on level-triggered GPIOs (2012-05-18 07:05:06 -0700) ---------------------------------------------------------------- Kevin Hilman (2): gpio/omap: fix broken context restore for non-OFF mode transitions gpio/omap: (re)fix wakeups on level-triggered GPIOs drivers/gpio/gpio-omap.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)