From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752809AbaE0QaX (ORCPT ); Tue, 27 May 2014 12:30:23 -0400 Received: from www.linutronix.de ([62.245.132.108]:56246 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752688AbaE0QaT (ORCPT ); Tue, 27 May 2014 12:30:19 -0400 Message-ID: <5384BD93.6030502@linutronix.de> Date: Tue, 27 May 2014 18:30:11 +0200 From: Sebastian Andrzej Siewior User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 MIME-Version: 1.0 To: Linus Walleij CC: Jamie Iles , Sebastian Hesselbarth , Alan Tull , Alexandre Courbot , "linux-gpio@vger.kernel.org" , linux-kernel , Dinh Nguyen Subject: Re: [PATCH v3] gpio: dwapb: use a second irq chip References: <1401137894-6096-1-git-send-email-bigeasy@linutronix.de> In-Reply-To: X-Enigmail-Version: 1.6+git0.20140323 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/27/2014 04:21 PM, Linus Walleij wrote: > OK this version applied worked fine. Thank you. > Please check the result because I had to rebase it a little. Looks good. What remains in my queue is: * gpio: dwapb: use irq_linear_revmap() for the faster lookup * gpio: dwapb: use irq_gc_lock() for locking instead bc's lock * gpio: dwapb: use d->mask instead of BIT(bit) what do we do about those? > Yours, > Linus Walleij > Sebastian