Re: [PATCH] genirq: Add IRQ 0 to domain debug file

2014-11-15 Thread Dmitry Eremin-Solenikov
Hello, 2014-11-15 16:01 GMT+03:00 Jiang Liu : > On 2014/11/15 19:27, Dmitry Eremin-Solenikov wrote: >> Currently irq_domain_mapping debugfs file dumps IRQ information starting >> from IRQ 1. IRQ 0 is missing from that file. Add it to have the complete >> picture of IRQ/domains mappings. > Hi Dmitr

Re: [PATCH] genirq: Add IRQ 0 to domain debug file

2014-11-15 Thread Jiang Liu
On 2014/11/15 19:27, Dmitry Eremin-Solenikov wrote: > Currently irq_domain_mapping debugfs file dumps IRQ information starting > from IRQ 1. IRQ 0 is missing from that file. Add it to have the complete > picture of IRQ/domains mappings. Hi Dmitry, For most irqdomain interfaces, they treat i

[PATCH] genirq: Add IRQ 0 to domain debug file

2014-11-15 Thread Dmitry Eremin-Solenikov
Currently irq_domain_mapping debugfs file dumps IRQ information starting from IRQ 1. IRQ 0 is missing from that file. Add it to have the complete picture of IRQ/domains mappings. Signed-off-by: Dmitry Eremin-Solenikov --- kernel/irq/irqdomain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(