From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755509AbbGPNzm (ORCPT ); Thu, 16 Jul 2015 09:55:42 -0400 Received: from mail-oi0-f47.google.com ([209.85.218.47]:33641 "EHLO mail-oi0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753501AbbGPNzk (ORCPT ); Thu, 16 Jul 2015 09:55:40 -0400 MIME-Version: 1.0 In-Reply-To: <20150712232317.244138485@linutronix.de> References: <20150712232317.244138485@linutronix.de> Date: Thu, 16 Jul 2015 15:55:40 +0200 Message-ID: Subject: Re: [patch 00/19] gpio: Interrupt cleanups and API change preparation From: Linus Walleij To: Thomas Gleixner Cc: LKML , Alexandre Courbot , "linux-gpio@vger.kernel.org" , Jiang Liu Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 :/ Yours, Linus Walleij