From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753178AbbGPONT (ORCPT ); Thu, 16 Jul 2015 10:13:19 -0400 Received: from www.linutronix.de ([62.245.132.108]:42620 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751783AbbGPONS (ORCPT ); Thu, 16 Jul 2015 10:13:18 -0400 Date: Thu, 16 Jul 2015 16:13:06 +0200 (CEST) From: Thomas Gleixner To: Linus Walleij cc: LKML , Alexandre Courbot , "linux-gpio@vger.kernel.org" , Jiang Liu Subject: Re: [patch 00/19] gpio: Interrupt cleanups and API change preparation In-Reply-To: Message-ID: References: <20150712232317.244138485@linutronix.de> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001,URIBL_BLOCKED=0.001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 16 Jul 2015, Linus Walleij wrote: > On Mon, Jul 13, 2015 at 10:41 PM, Thomas Gleixner wrote: > > > The following patch series contains the following changes: > > > > - Consolidation of chained interrupt handler setup/removal > > > > - Switch to functions which avoid a redundant interrupt > > descriptor lookup > > > > - Preparation of interrupt flow handlers for the 'irq' argument > > removal > > > > The series has no dependencies and is also available as a git branch > > for your convenience: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/gpio > > Hmm..... > > git pull git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/gpio > fatal: Couldn't find remote ref irq/gpio > > Same with pinctrl, did you push it? > > Or am I a shitty git operator ... don't rule that out :/ No, I have moved the branches because they got accidentally pulled into next :) git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git queue/irq/gpio git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git queue/irq/pinctrl Both have the latest fixes included. Thanks, tglx