* [PATCH] irq/platform-msi: Fix comment about maximal MSIs
@ 2017-01-16 18:48 Matthias Brugger
2017-01-17 8:55 ` [tip:irq/core] " tip-bot for Matthias Brugger
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Brugger @ 2017-01-16 18:48 UTC (permalink / raw)
To: gregkh; +Cc: tglx, majun258, linux-kernel, Matthias Brugger
Commit aff5e06b0dda ("irq/platform-MSI: Increase the maximum MSIs the MSI
framework can support") increases the maximum MSIs to 2048.
Fix the comment to reflect that.
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
---
drivers/base/platform-msi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/base/platform-msi.c b/drivers/base/platform-msi.c
index be6a599..0fc7c4d 100644
--- a/drivers/base/platform-msi.c
+++ b/drivers/base/platform-msi.c
@@ -206,7 +206,7 @@ platform_msi_alloc_priv_data(struct device *dev, unsigned int nvec,
{
struct platform_msi_priv_data *datap;
/*
- * Limit the number of interrupts to 256 per device. Should we
+ * Limit the number of interrupts to 2048 per device. Should we
* need to bump this up, DEV_ID_SHIFT should be adjusted
* accordingly (which would impact the max number of MSI
* capable devices).
--
2.6.6
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip:irq/core] irq/platform-msi: Fix comment about maximal MSIs
2017-01-16 18:48 [PATCH] irq/platform-msi: Fix comment about maximal MSIs Matthias Brugger
@ 2017-01-17 8:55 ` tip-bot for Matthias Brugger
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Matthias Brugger @ 2017-01-17 8:55 UTC (permalink / raw)
To: linux-tip-commits; +Cc: tglx, mingo, linux-kernel, mbrugger, hpa
Commit-ID: 788d23930a9724fc85cdf9999521a867d8748019
Gitweb: http://git.kernel.org/tip/788d23930a9724fc85cdf9999521a867d8748019
Author: Matthias Brugger <mbrugger@suse.com>
AuthorDate: Mon, 16 Jan 2017 19:48:20 +0100
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Tue, 17 Jan 2017 09:53:14 +0100
irq/platform-msi: Fix comment about maximal MSIs
Commit aff5e06b0dda ("irq/platform-MSI: Increase the maximum MSIs the MSI
framework can support") increased the maximum MSIs to 2048.
Fix the comment to reflect that.
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Cc: gregkh@linuxfoundation.org
Cc: majun258@huawei.com
Link: http://lkml.kernel.org/r/1484592500-15400-1-git-send-email-mbrugger@suse.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
drivers/base/platform-msi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/base/platform-msi.c b/drivers/base/platform-msi.c
index be6a599..0fc7c4d 100644
--- a/drivers/base/platform-msi.c
+++ b/drivers/base/platform-msi.c
@@ -206,7 +206,7 @@ platform_msi_alloc_priv_data(struct device *dev, unsigned int nvec,
{
struct platform_msi_priv_data *datap;
/*
- * Limit the number of interrupts to 256 per device. Should we
+ * Limit the number of interrupts to 2048 per device. Should we
* need to bump this up, DEV_ID_SHIFT should be adjusted
* accordingly (which would impact the max number of MSI
* capable devices).
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-17 9:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-16 18:48 [PATCH] irq/platform-msi: Fix comment about maximal MSIs Matthias Brugger
2017-01-17 8:55 ` [tip:irq/core] " tip-bot for Matthias Brugger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome