From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752138Ab2FKVld (ORCPT ); Mon, 11 Jun 2012 17:41:33 -0400 Received: from mail-qc0-f174.google.com ([209.85.216.174]:44801 "EHLO mail-qc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751424Ab2FKVlc (ORCPT ); Mon, 11 Jun 2012 17:41:32 -0400 MIME-Version: 1.0 In-Reply-To: <1339428307-3850-13-git-send-email-lee.jones@linaro.org> References: <1339428307-3850-1-git-send-email-lee.jones@linaro.org> <1339428307-3850-13-git-send-email-lee.jones@linaro.org> Date: Mon, 11 Jun 2012 23:41:31 +0200 Message-ID: Subject: Re: [PATCH 12/14] ARM: ux500: Correctly reference IRQs supplied by the AB8500 from Device Tree From: Linus Walleij To: Lee Jones Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linus.walleij@stericsson.com, arnd@arndb.de, grant.likely@secretlab.ca 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, Jun 11, 2012 at 5:25 PM, Lee Jones wrote: > The AB8500 driver has now been provided with IRQ domain support. This > means we can request IRQs from any of it's uses via Device Tree. This > patch advertises the AB8500 as an Interrupt Controller and provides the > correct calls in the format the driver expects. > > Signed-off-by: Lee Jones Looks good to me, Acked-by: Linus Walleij Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Mon, 11 Jun 2012 23:41:31 +0200 Subject: [PATCH 12/14] ARM: ux500: Correctly reference IRQs supplied by the AB8500 from Device Tree In-Reply-To: <1339428307-3850-13-git-send-email-lee.jones@linaro.org> References: <1339428307-3850-1-git-send-email-lee.jones@linaro.org> <1339428307-3850-13-git-send-email-lee.jones@linaro.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Jun 11, 2012 at 5:25 PM, Lee Jones wrote: > The AB8500 driver has now been provided with IRQ domain support. This > means we can request IRQs from any of it's uses via Device Tree. This > patch advertises the AB8500 as an Interrupt Controller and provides the > correct calls in the format the driver expects. > > Signed-off-by: Lee Jones Looks good to me, Acked-by: Linus Walleij Yours, Linus Walleij