Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1640415 > unrolled thread
| Started by | Marc Zyngier <marc.zyngier@arm.com> |
|---|---|
| First post | 2017-05-12 14:00 +0200 |
| Last post | 2017-05-12 14:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/4] irqdomain: Improve irq_domain_mapping facility Marc Zyngier <marc.zyngier@arm.com> - 2017-05-12 14:00 +0200
| From | Marc Zyngier <marc.zyngier@arm.com> |
|---|---|
| Date | 2017-05-12 14:00 +0200 |
| Subject | [PATCH 0/4] irqdomain: Improve irq_domain_mapping facility |
| Message-ID | <tGhoJ-3ZF-11@gated-at.bofh.it> |
/sys/kernel/debug/irq_domain_mapping is a pretty useful tool to find out how irqdomains (and individual interrupts) are setup, but it lacks an understanding of hierarchical domains, and is not documented at all. Let's start to remedy this, as people seem incredibly puzzled by the whole stacked domain thing, wasting too much time reverse-engineering the core code while just peeking at a debugfs file could give them an insight on what's going on. Marc Zyngier (4): irqdomain: Let irq_domain_mapping display hierarchical domains irqdomain: Let irq_domain_mapping display ACPI fwnode attributes genirq/msi: Populate the domain name if provided by the irqchip Documentation: Update IRQ-domain.txt to document irq_domain_mapping Documentation/IRQ-domain.txt | 41 ++++++++++++++++++++-- kernel/irq/irqdomain.c | 81 ++++++++++++++++++++++++++++++-------------- kernel/irq/msi.c | 10 ++++-- 3 files changed, 102 insertions(+), 30 deletions(-) -- 2.11.0
Back to top | Article view | linux.kernel
csiph-web