* PGP Signed by an unknown key
On Sat, Feb 06, 2016 at 08:07:22PM +0530, Laxman Dewangan wrote:
Before removing irq domains, it is require to unmap allThis makes no sense to me. Why would you ever want to unmap the
mapped interrupt from that domain. Currently there is API
to map the interrupt on chip as regmap_irq_get_virq() for
creating mapping. Add equivalent API to dispose the mapped
irq in irq domains.
interrupts separately to destroying the domain
and why would you everThat's exactlly we are trying to do, unmap interrupt in client level before destroying domain.
want to destroy the domain without unmapping the interrupts?