Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1640415 > unrolled thread

[PATCH 0/4] irqdomain: Improve irq_domain_mapping facility

Started byMarc Zyngier <marc.zyngier@arm.com>
First post2017-05-12 14:00 +0200
Last post2017-05-12 14:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/4] irqdomain: Improve irq_domain_mapping facility Marc Zyngier <marc.zyngier@arm.com> - 2017-05-12 14:00 +0200

#1640415 — [PATCH 0/4] irqdomain: Improve irq_domain_mapping facility

FromMarc Zyngier <marc.zyngier@arm.com>
Date2017-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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web