]> git.karo-electronics.de Git - linux-beck.git/commit
irq/platform-MSI: Increase the maximum MSIs the MSI framework can support
authorMaJun <majun258@huawei.com>
Tue, 22 Dec 2015 02:47:22 +0000 (10:47 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 29 Dec 2015 10:58:53 +0000 (11:58 +0100)
commitaff5e06b0dda7704ff2fa45162cfc4dde316a6f1
tree8897e180e7a6db6db083223dd523c53b094427c5
parent5a1ff480f4ec40ace313c16b0543c7c6af09e227
irq/platform-MSI: Increase the maximum MSIs the MSI framework can support

The current MSI framework can only support 256 platform MSIs. But on Hisilicon
platform, some network related devices has about 500 wired interrupts.

To support these devices and align with MSI-X increase the maximum to 2048
devices.

Signed-off-by: Ma Jun <majun258@huawei.com>
Cc: <Catalin.Marinas@arm.com>
Cc: <linux-arm-kernel@lists.infradead.org>
Cc: <Will.Deacon@arm.com>
Cc: <mark.rutland@arm.com>
Cc: <marc.zyngier@arm.com>
Cc: <jason@lakedaemon.net>
Cc: <lizefan@huawei.com>
Cc: <huxinwei@huawei.com>
Cc: <dingtianhong@huawei.com>
Cc: <liguozhu@hisilicon.com>
Cc: <guohanjun@huawei.com>
Link: http://lkml.kernel.org/r/1450752442-9392-1-git-send-email-majun258@huawei.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/base/platform-msi.c