Re: [patch v1] mfd: da9055 change irq state to default

2013-04-09 Thread Samuel Ortiz
Hi Ashish, On Mon, Mar 18, 2013 at 02:42:38PM +0530, Ashish Jangam wrote: > This patch changes the irq state from high to the now default low. > Because the default PMIC irq state of DA9055 got changed from high to low. > This change should not affect any of the existing users since all of them >

Re: [patch v1] mfd: da9055 change irq state to default

2013-03-27 Thread Ashish Jangam
On Mon, 2013-03-18 at 14:42 +0530, Ashish Jangam wrote: > This patch changes the irq state from high to the now default low. > Because the default PMIC irq state of DA9055 got changed from high to low. > This change should not affect any of the existing users since all of them > use active low stat

[patch v1] mfd: da9055 change irq state to default

2013-03-18 Thread Ashish Jangam
This patch changes the irq state from high to the now default low. Because the default PMIC irq state of DA9055 got changed from high to low. This change should not affect any of the existing users since all of them use active low state. This patch has been tested on smdkv6410. Signed-off-by: Ash