[PATCH V2 1/2] regmap: irq: Add support for interrupt type

2013-02-21 Thread Laxman Dewangan
Add support of setting the irq_type of the interrupt which is registered through regmap irq framework. The client who register the interrupt can pass the supported irq type through irq chip data along with the type mask and type value of each type which is supported. Client also need to provide

[PATCH V2 1/2] regmap: irq: Add support for interrupt type

2013-02-21 Thread Laxman Dewangan
Add support of setting the irq_type of the interrupt which is registered through regmap irq framework. The client who register the interrupt can pass the supported irq type through irq chip data along with the type mask and type value of each type which is supported. Client also need to provide