From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 6/7 v2] gpio: dwapb: use a second irq chip Date: Fri, 9 May 2014 13:46:08 +0200 Message-ID: References: <1395505004-22650-1-git-send-email-bigeasy@linutronix.de> <1395505004-22650-7-git-send-email-bigeasy@linutronix.de> <5331F6D5.7070809@gmail.com> <53427718.30406@linutronix.de> <20140430111308.GA11829@linutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-oa0-f53.google.com ([209.85.219.53]:56247 "EHLO mail-oa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752858AbaEILqJ convert rfc822-to-8bit (ORCPT ); Fri, 9 May 2014 07:46:09 -0400 Received: by mail-oa0-f53.google.com with SMTP id m1so4721894oag.40 for ; Fri, 09 May 2014 04:46:08 -0700 (PDT) In-Reply-To: <20140430111308.GA11829@linutronix.de> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Sebastian Andrzej Siewior , Alan Tull , Jamie Iles Cc: Sebastian Hesselbarth , Alan Tull , Alexandre Courbot , "linux-gpio@vger.kernel.org" , linux-kernel , Dinh Nguyen On Wed, Apr 30, 2014 at 1:13 PM, Sebastian Andrzej Siewior wrote: > Right new have one irq chip running always in level mode. It would ni= cer > to have two irq chips where one is handling level type interrupts and > the other one is doing edge interrupts. So we can have at runtime two= users > where one is using edge and the other level. > > Signed-off-by: Sebastian Andrzej Siewior > --- > I am very sorry for the delay. I assumed that I've already fixed the > patch sent it out. Just realized that it was not the case. > > v1=E2=80=A6v2: > - using the lopp again but breaking the assignment of type and > handler out of the loop as suggested by delicious quinoa. Can I have an ACK from Jamie &&|| Alan on this patch so I can apply it? Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755891AbaEILqL (ORCPT ); Fri, 9 May 2014 07:46:11 -0400 Received: from mail-oa0-f42.google.com ([209.85.219.42]:37587 "EHLO mail-oa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751142AbaEILqJ convert rfc822-to-8bit (ORCPT ); Fri, 9 May 2014 07:46:09 -0400 MIME-Version: 1.0 In-Reply-To: <20140430111308.GA11829@linutronix.de> References: <1395505004-22650-1-git-send-email-bigeasy@linutronix.de> <1395505004-22650-7-git-send-email-bigeasy@linutronix.de> <5331F6D5.7070809@gmail.com> <53427718.30406@linutronix.de> <20140430111308.GA11829@linutronix.de> Date: Fri, 9 May 2014 13:46:08 +0200 Message-ID: Subject: Re: [PATCH 6/7 v2] gpio: dwapb: use a second irq chip From: Linus Walleij To: Sebastian Andrzej Siewior , Alan Tull , Jamie Iles Cc: Sebastian Hesselbarth , Alan Tull , Alexandre Courbot , "linux-gpio@vger.kernel.org" , linux-kernel , Dinh Nguyen Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 30, 2014 at 1:13 PM, Sebastian Andrzej Siewior wrote: > Right new have one irq chip running always in level mode. It would nicer > to have two irq chips where one is handling level type interrupts and > the other one is doing edge interrupts. So we can have at runtime two users > where one is using edge and the other level. > > Signed-off-by: Sebastian Andrzej Siewior > --- > I am very sorry for the delay. I assumed that I've already fixed the > patch sent it out. Just realized that it was not the case. > > v1…v2: > - using the lopp again but breaking the assignment of type and > handler out of the loop as suggested by delicious quinoa. Can I have an ACK from Jamie &&|| Alan on this patch so I can apply it? Yours, Linus Walleij