]> Pileus Git - ~andy/linux/commit
irqdomain: Beef up debugfs output
authorGrant Likely <grant.likely@linaro.org>
Thu, 6 Jun 2013 21:20:44 +0000 (22:20 +0100)
committerGrant Likely <grant.likely@linaro.org>
Mon, 10 Jun 2013 10:52:09 +0000 (11:52 +0100)
commit1400ea86025a22862f97e7fe544433751b43ecec
treed7ce4026f1cfb9472631e286a176f9b5ae7ff6f6
parentfa40f377577752b83252b9d2b3165d4acee0eb7c
irqdomain: Beef up debugfs output

This patch increases the amount of output produced by the
irq_domain_mapping debugfs file by first listing all of the registered
irq domains at the beginning of the output, and then by including all
mapped IRQs in the output, not just the active ones. It is very useful
when debugging irqdomain issues to be able to see the entire list of
mapped irqs, not just the ones that happen to be connected to devices.

Signed-off-by: Grant Likely <grant.likely@linaro.org>
kernel/irq/irqdomain.c