summary refs log tree commit diff
path: root/lib/glob.c
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-05-20 19:49:27 +0300
committerMarc Zyngier <maz@kernel.org>2020-05-21 10:53:17 +0100
commit9ed78b05f998050784ae863bd5ba4aea2e2141ed (patch)
treef387004781495db2bd1ca6cbd2eba2aec6aee75a /lib/glob.c
parent87526603c89256e18ad2c23821fdaf376b072fc8 (diff)
downloadlinux-9ed78b05f998050784ae863bd5ba4aea2e2141ed.tar.gz
irqdomain: Allow software nodes for IRQ domain creation
In some cases we need to have an IRQ domain created out of software node.

One of such cases is DesignWare GPIO driver when it's instantiated from
half-baked ACPI table (alas, we can't fix it for devices which are few years
on market) and thus using software nodes to quirk this. But the driver
is using IRQ domains based on per GPIO port firmware nodes, which are in
the above case software ones. This brings a warning message to be printed

  [   73.957183] irq: Invalid fwnode type for irqdomain

and creates an anonymous IRQ domain without a debugfs entry.

Allowing software nodes to be valid for IRQ domains rids us of the warning
and debugs gets correctly populated.

  % ls -1 /sys/kernel/debug/irq/domains/
  ...
  intel-quark-dw-apb-gpio:portA

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
[maz: refactored commit message]
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200520164927.39090-3-andriy.shevchenko@linux.intel.com
Diffstat (limited to 'lib/glob.c')
0 files changed, 0 insertions, 0 deletions