[PATCH v6 02/12] genirq: generic chip: support hierarchy domain

2015-05-09 Thread Stefan Agner
Use the new helper function irq_domain_set_info to make sure the function irq_domain_set_hwirq_and_chip is being called, which is crucial to save irqdomain specific data to irq_data. Signed-off-by: Stefan Agner --- kernel/irq/generic-chip.c | 5 ++--- 1 file changed, 2 insertions(+), 3

[PATCH v6 02/12] genirq: generic chip: support hierarchy domain

2015-05-09 Thread Stefan Agner
Use the new helper function irq_domain_set_info to make sure the function irq_domain_set_hwirq_and_chip is being called, which is crucial to save irqdomain specific data to irq_data. Signed-off-by: Stefan Agner ste...@agner.ch --- kernel/irq/generic-chip.c | 5 ++--- 1 file changed, 2