From patchwork Wed Jun 26 13:05:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Grant Likely X-Patchwork-Id: 254877 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2079E2C0085 for ; Thu, 27 Jun 2013 07:51:25 +1000 (EST) Received: from merlin.infradead.org ([205.233.59.134]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UrsFZ-0003G8-Uw; Wed, 26 Jun 2013 16:07:20 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UrsBo-0006HQ-Tb; Wed, 26 Jun 2013 16:03:24 +0000 Received: from bombadil.infradead.org ([2001:1868:205::9]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Urs18-0005IC-TI for linux-arm-kernel@merlin.infradead.org; Wed, 26 Jun 2013 15:52:22 +0000 Received: from mail-ie0-x234.google.com ([2607:f8b0:4001:c03::234]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UrpQG-0007BP-Ry for linux-arm-kernel@lists.infradead.org; Wed, 26 Jun 2013 13:06:09 +0000 Received: by mail-ie0-f180.google.com with SMTP id f4so29593415iea.25 for ; Wed, 26 Jun 2013 06:05:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type:x-gm-message-state; bh=tE2HGapruG4lhcJT3webWkhpMo+nHhLNDuLLigH46VQ=; b=P7fEmQ6Hp4Eh2B2xBSHP1XT1U4fvWVovzaOVaP1yJgdjW8pfFjVpaJ+873ZaiESYyL f5N1o08a0qg1lruIAwr/MqDnw0bNBgmVtjp9NBRKfpQB5wFMWio/ct8UsuFsdamnxe6f 2Dw1VPhoNf3Gg1RwxNqWhdA9uaKFeOCSCzivMSZGuxrqVvagjqesmKQE49dnwd83wvRq /wMVRdGzKecu5kTGT/zvWEcp8aFGCZCBCvvdpfJy2wFv9QAr8kh5jtwLlNGFfHfOAAI4 40oVkE5q7sbXdtSLxAFQGzVu7c25o5+sP4eWix/I/hEVRazLGZLzq/4x1P/TlRhb+U1L jUyw== X-Received: by 10.43.171.10 with SMTP id ns10mr2045728icc.77.1372251924092; Wed, 26 Jun 2013 06:05:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.133.16 with HTTP; Wed, 26 Jun 2013 06:05:04 -0700 (PDT) From: Grant Likely Date: Wed, 26 Jun 2013 14:05:04 +0100 X-Google-Sender-Auth: 2YV51x320jbg2yXnSSYOoaruKro Message-ID: Subject: [GIT PULL] GPIO regression fix for omap1 for v3.10-rc To: Tony Lindgren , Linus Torvalds , Linux Kernel Mailing List X-Gm-Message-State: ALoCoQmSkQX5I5vTlbuB58qMEZekIgDk9CCow2cypO5VOo3zU5VlIeFNaigiWmwB8ba0NfuFw3h5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130626_060609_319431_F9A2A6F6 X-CRM114-Status: GOOD ( 11.69 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.3.2 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- Cc: "linux-omap@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Linus, It took a while to work out the correct solution to this regression. It is sorted now. This branch was constructed and tested by Tony. I've verified that it builds and signed the tag. Please pull into v3.10. g. The following changes since commit 9e895ace5d82df8929b16f58e9f515f6d54ab82d: Linux 3.10-rc7 (2013-06-22 09:47:31 -1000) are available in the git repository at: git://git.secretlab.ca/git/linux tags/gpio-for-linus for you to fetch changes up to 397eada946712b90e0620c378b366bcc6c98c9f6: gpio/omap: don't use linear domain mapping for OMAP1 (2013-06-25 23:13:40 -0700) ---------------------------------------------------------------- Fix for omap1 GPIO breaking regression ---------------------------------------------------------------- Javier Martinez Canillas (1): gpio/omap: don't use linear domain mapping for OMAP1 drivers/gpio/gpio-omap.c | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) On Wed, Jun 26, 2013 at 8:05 AM, Tony Lindgren wrote: > The following changes since commit 9e895ace5d82df8929b16f58e9f515f6d54ab82d: > > Linux 3.10-rc7 (2013-06-22 09:47:31 -1000) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.10/gpio-signed > > for you to fetch changes up to 397eada946712b90e0620c378b366bcc6c98c9f6: > > gpio/omap: don't use linear domain mapping for OMAP1 (2013-06-25 23:13:40 -0700) > > ---------------------------------------------------------------- > Fix for omap1 GPIO breaking regression. > > ---------------------------------------------------------------- > Javier Martinez Canillas (1): > gpio/omap: don't use linear domain mapping for OMAP1 > > drivers/gpio/gpio-omap.c | 22 +++++++++++++++++++++- > 1 file changed, 21 insertions(+), 1 deletion(-)