From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755027Ab1LXX0O (ORCPT ); Sat, 24 Dec 2011 18:26:14 -0500 Received: from mail-iy0-f174.google.com ([209.85.210.174]:41173 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754362Ab1LXX0K (ORCPT ); Sat, 24 Dec 2011 18:26:10 -0500 MIME-Version: 1.0 In-Reply-To: <1324327927-6886-1-git-send-email-robherring2@gmail.com> References: <1323876538-20406-8-git-send-email-robherring2@gmail.com> <1324327927-6886-1-git-send-email-robherring2@gmail.com> Date: Sun, 25 Dec 2011 00:26:09 +0100 Message-ID: Subject: Re: [PATCH v2] gpio: pl061: convert to use generic irq chip From: Linus Walleij To: Rob Herring Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org, Grant Likely , Rob Herring , Linus Walleij Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 19, 2011 at 9:52 PM, Rob Herring wrote: > From: Rob Herring > > Convert the pl061 irq_chip code to use the generic irq chip code. > > This has the side effect of using 32-bit accesses rather than 8-bit > accesses to interrupt registers. The h/w TRM and testing seem to indicate > this is fine. > > Signed-off-by: Rob Herring > Acked-by: Grant Likely > Cc: Linus Walleij > --- > v2: > - put struct irq_chip_generic pointer into struct pl061_gpio instead of domain > ptr. Looks good to me. Acked-by: Linus Walleij Thanks, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH v2] gpio: pl061: convert to use generic irq chip Date: Sun, 25 Dec 2011 00:26:09 +0100 Message-ID: References: <1323876538-20406-8-git-send-email-robherring2@gmail.com> <1324327927-6886-1-git-send-email-robherring2@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1324327927-6886-1-git-send-email-robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Rob Herring Cc: Linus Walleij , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Mon, Dec 19, 2011 at 9:52 PM, Rob Herring wrote: > From: Rob Herring > > Convert the pl061 irq_chip code to use the generic irq chip code. > > This has the side effect of using 32-bit accesses rather than 8-bit > accesses to interrupt registers. The h/w TRM and testing seem to indicate > this is fine. > > Signed-off-by: Rob Herring > Acked-by: Grant Likely > Cc: Linus Walleij > --- > v2: > - put struct irq_chip_generic pointer into struct pl061_gpio instead of domain > ptr. Looks good to me. Acked-by: Linus Walleij Thanks, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Sun, 25 Dec 2011 00:26:09 +0100 Subject: [PATCH v2] gpio: pl061: convert to use generic irq chip In-Reply-To: <1324327927-6886-1-git-send-email-robherring2@gmail.com> References: <1323876538-20406-8-git-send-email-robherring2@gmail.com> <1324327927-6886-1-git-send-email-robherring2@gmail.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Dec 19, 2011 at 9:52 PM, Rob Herring wrote: > From: Rob Herring > > Convert the pl061 irq_chip code to use the generic irq chip code. > > This has the side effect of using 32-bit accesses rather than 8-bit > accesses to interrupt registers. The h/w TRM and testing seem to indicate > this is fine. > > Signed-off-by: Rob Herring > Acked-by: Grant Likely > Cc: Linus Walleij > --- > v2: > - put struct irq_chip_generic pointer into struct pl061_gpio instead of domain > ptr. Looks good to me. Acked-by: Linus Walleij Thanks, Linus Walleij