From: Grant Likely Date: Thu, 6 Jun 2013 21:20:44 +0000 (+0100) Subject: irqdomain: Beef up debugfs output X-Git-Tag: v3.11-rc1~81^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1400ea86025a22862f97e7fe544433751b43ecec;p=pandora-kernel.git 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 --- Reading git-diff-tree failed