[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240122085716.2999875-1-dawei.li@shingroup.cn>
Date: Mon, 22 Jan 2024 16:57:11 +0800
From: Dawei Li <dawei.li@...ngroup.cn>
To: tglx@...utronix.de,
maz@...nel.org
Cc: sdonthineni@...dia.com,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
dawei.li@...ngroup.cn,
set_pte_at@...look.com
Subject: [PATCH v2 0/5] Minor cleanup on gic(v3) and genirq
Hi Thomas, Marc,
This is V2 of previous series[1] of minor cleanup on GIC(v3) and genirq.
Changelog:
v1 -> v2
- patch[1/5]: Address the issue by Marc
- 1000000 -> USEC_PER_SEC;
- Vertical alignment of parameters;
- Update commit message;
- patch[2/5]: Address the issue by Marc
- gic_irq -> irqd_to_hwirq replacement;
- Convert the type of struct irq_data::hwirq to irq_hw_number_t;
- Some coding style improvements;
- Add Suggested-by from Marc;
- patch[3/5]: No change
- patch[4/5]:
- Add Acked-by from Marc;
- patch[5/5]: New
- As suggested by Marc, implement a dedicated API for irq_desc init
Dawei Li (5):
irqchip/gic-v3: Implement read polling with dedicated API
irqchip/gic(v3): Replace gic_irq() with irqd_to_hwirq()
genirq: Remove unneeded forward declaration
genirq: Initialize resend_node hlist for all irq_desc
genirq: Introduce generic init_desc()
drivers/irqchip/irq-gic-v3.c | 55 ++++++++---------
drivers/irqchip/irq-gic.c | 27 ++++-----
include/linux/irq.h | 2 +-
include/linux/irqhandler.h | 2 +-
kernel/irq/irqdesc.c | 112 ++++++++++++++++++++---------------
5 files changed, 102 insertions(+), 96 deletions(-)
Thanks,
Dawei
[1] v1:
https://lore.kernel.org/all/20240118112739.2000497-1-dawei.li@shingroup.cn/
--
2.27.0
Powered by blists - more mailing lists