projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09d3156
)
irqchip/qcom-pdc: Update max PDC interrupts
author
Lina Iyer
<ilina@codeaurora.org>
Fri, 15 Nov 2019 22:11:45 +0000
(15:11 -0700)
committer
Marc Zyngier
<maz@kernel.org>
Sat, 16 Nov 2019 10:20:40 +0000
(10:20 +0000)
Newer SoCs have increased the number of interrupts routed to the PDC
interrupt controller. Update the definition of max PDC interrupts.
Signed-off-by: Lina Iyer <ilina@codeaurora.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Link:
https://lore.kernel.org/r/1573855915-9841-3-git-send-email-ilina@codeaurora.org
drivers/irqchip/qcom-pdc.c
patch
|
blob
|
history
diff --git
a/drivers/irqchip/qcom-pdc.c
b/drivers/irqchip/qcom-pdc.c
index c175333bb646553470cda177496c007e9bf9078f..690cf108ce06756425cf90d1930b16bd835a1b43 100644
(file)
--- a/
drivers/irqchip/qcom-pdc.c
+++ b/
drivers/irqchip/qcom-pdc.c
@@
-1,6
+1,6
@@
// SPDX-License-Identifier: GPL-2.0
/*
- * Copyright (c) 2017-201
8
, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2017-201
9
, The Linux Foundation. All rights reserved.
*/
#include <linux/err.h>
@@
-18,7
+18,7
@@
#include <linux/slab.h>
#include <linux/types.h>
-#define PDC_MAX_IRQS 1
26
+#define PDC_MAX_IRQS 1
68
#define CLEAR_INTR(reg, intr) (reg & ~(1 << intr))
#define ENABLE_INTR(reg, intr) (reg | (1 << intr))