From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752776AbbJEKKF (ORCPT ); Mon, 5 Oct 2015 06:10:05 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:34829 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752447AbbJEKKD (ORCPT ); Mon, 5 Oct 2015 06:10:03 -0400 Date: Mon, 5 Oct 2015 11:09:57 +0100 From: Ludovic Desroches To: Nicolas Ferre CC: Ludovic Desroches , , , Stephen Rothwell , , , , , Thomas Gleixner Subject: Re: [PATCH 1/2] pinctrl: at91-pio4: Use irq_set_handler_locked() Message-ID: <20151005100957.GA2992@odux.rfo.atmel.com> Mail-Followup-To: Nicolas Ferre , linus.walleij@linaro.org, linux-arm-kernel@lists.infradead.org, Stephen Rothwell , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, s.hauer@pengutronix.de, alexandre.belloni@free-electrons.com, Thomas Gleixner References: <560E8D4C.1000400@atmel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <560E8D4C.1000400@atmel.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Nicolas, On Fri, Oct 02, 2015 at 03:57:32PM +0200, Nicolas Ferre wrote: > Hi all, > > Well it seems my cover letter is missing. So, here it is: > > ---8<---- > pinctrl: at91-pio4: fixes for current linux-next (irq) > > While testing the sama5d2 on today's linux-next I discovered that some > adaptations were missing. So, I don't know if you were aware but here > are my fixes in case you don't have them already. > > +Cc: Thomas and Stephen in case these errors happen while building > linux-next... Yes it happens, fixes sent and taken by Linus. > > Bye, Ludovic