public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] irqchip/loongson-eiointc: Add simple irq routing method
@ 2023-07-19  6:35 Bibo Mao
  2023-07-19  6:35 ` [PATCH v5 1/2] irqchip/loongson-eiointc: Fix return value checking of eiointc_index Bibo Mao
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Bibo Mao @ 2023-07-19  6:35 UTC (permalink / raw)
  To: Huacai Chen, Jiaxun Yang, Marc Zyngier
  Cc: Jianmin Lv, linux-mips, linux-kernel, Philippe Mathieu-Daudé

Fix return value checking of eiointc_index where int type
is converted uint32_t and check smaller than 0.

Add simple irq route support on system with only one eiointc node,
rather than use anysend method.

---
Changes in v5:
  Modify typo issue.

Changes in v4:
  Modify some spell checking problems.
  Add Fixes tag.

Changes in v3:
  Modify some spell checking problems.

Changes in v2:
  Use the simple irq routing on embeded board like 2K0500 and 2K2000
board, since there is only one eio node.

---
Bibo Mao (2):
  irqchip/loongson-eiointc: Fix return value checking of eiointc_index
  irqchip/loongson-eiointc: Simplify irq routing on some platforms

 drivers/irqchip/irq-loongson-eiointc.c | 93 +++++++++++++++++++++++---
 1 file changed, 82 insertions(+), 11 deletions(-)

-- 
2.27.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-08-01  1:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-19  6:35 [PATCH v5 0/2] irqchip/loongson-eiointc: Add simple irq routing method Bibo Mao
2023-07-19  6:35 ` [PATCH v5 1/2] irqchip/loongson-eiointc: Fix return value checking of eiointc_index Bibo Mao
2023-07-19  6:35 ` [PATCH v5 2/2] irqchip/loongson-eiointc: Simplify irq routing on some platforms Bibo Mao
2023-07-26  9:45 ` [PATCH v5 0/2] irqchip/loongson-eiointc: Add simple irq routing method bibo mao
2023-07-26  9:53   ` Marc Zyngier
2023-07-26 10:08     ` bibo mao
2023-07-31 14:16       ` Huacai Chen
2023-08-01  1:42         ` bibo mao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox