From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935133AbbCPVSk (ORCPT ); Mon, 16 Mar 2015 17:18:40 -0400 Received: from mail-gw1-out.broadcom.com ([216.31.210.62]:35099 "EHLO mail-gw1-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932861AbbCPVSh (ORCPT ); Mon, 16 Mar 2015 17:18:37 -0400 X-IronPort-AV: E=Sophos;i="5.11,411,1422950400"; d="scan'208";a="59748531" Message-ID: <550748A3.7030900@broadcom.com> Date: Mon, 16 Mar 2015 14:18:27 -0700 From: Scott Branden User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Russell King - ARM Linux CC: , , , "Ray Jui" Subject: Re: [PATCH] ARM: amba: Increase number of IRQs References: <1426529962-2204-1-git-send-email-sbranden@broadcom.com> <20150316210817.GQ8656@n2100.arm.linux.org.uk> In-Reply-To: <20150316210817.GQ8656@n2100.arm.linux.org.uk> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Russell, On 15-03-16 02:08 PM, Russell King - ARM Linux wrote: > On Mon, Mar 16, 2015 at 11:19:22AM -0700, Scott Branden wrote: >> The current AMBA bus only allows up to 9 IRQs per device. This is >> incorrect, as in peripherals like PL330 can have up to 32 IRQs. >> Increase AMBA_NR_IRQS from 9 to 32. > > I'm quite certain that 32 will also be "incorrect" at some point in the > future, so let's not use such language. Let's make this more neutral > and say "This does not suit peripherals like the PL330 which can have > up to 32 IRQs." OK, I sent out a new patch with update commit message. Thanks, Scott > > Thanks. >