Re: [patch v1 2/5] regulator: da9055 change irq state to default

2013-01-25 Thread Ashish Jangam
On Thu, 2013-01-24 at 00:03 +0800, Mark Brown wrote: > On Mon, Jan 21, 2013 at 02:05:12PM +0530, Ashish Jangam wrote: > > > > What makes you say that there is a dependency here? It's really not at > > > all obvious why a change to the primary IRQ signalling mechanism would > > > affect the intern

Re: [patch v1 2/5] regulator: da9055 change irq state to default

2013-01-23 Thread Mark Brown
On Mon, Jan 21, 2013 at 02:05:12PM +0530, Ashish Jangam wrote: > > What makes you say that there is a dependency here? It's really not at > > all obvious why a change to the primary IRQ signalling mechanism would > > affect the internal interrupts of the device. > Yes, functionally this dependen

Re: [patch v1 2/5] regulator: da9055 change irq state to default

2013-01-21 Thread Ashish Jangam
> -Original Message- > > > > This patch changes the irq state from high to the now default low > > > > state. > > > > > This patch is dependent on the DA9055 MFD. > > > > Why is this change required and why is there a dependency here? > > > It has been decided to have nIRQ therefore the

Re: [patch v1 2/5] regulator: da9055 change irq state to default

2013-01-21 Thread Mark Brown
On Mon, Jan 21, 2013 at 01:34:18PM +0530, Ashish Jangam wrote: > > On Fri, Jan 18, 2013 at 10:52:45AM +0530, Ashish Jangam wrote: > > > This patch changes the irq state from high to the now default low > > > state. > > > This patch is dependent on the DA9055 MFD. > > Why is this change required

Re: [patch v1 2/5] regulator: da9055 change irq state to default

2013-01-21 Thread Ashish Jangam
> -Original Message- > > On Fri, Jan 18, 2013 at 10:52:45AM +0530, Ashish Jangam wrote: > > This patch changes the irq state from high to the now default low > > state. > > > > This patch is dependent on the DA9055 MFD. > > Why is this change required and why is there a dependency here?

Re: [patch v1 2/5] regulator: da9055 change irq state to default

2013-01-17 Thread Mark Brown
On Fri, Jan 18, 2013 at 10:52:45AM +0530, Ashish Jangam wrote: > This patch changes the irq state from high to the now default low > state. > > This patch is dependent on the DA9055 MFD. Why is this change required and why is there a dependency here? -- To unsubscribe from this list: send the lin

[patch v1 2/5] regulator: da9055 change irq state to default

2013-01-17 Thread Ashish Jangam
This patch changes the irq state from high to the now default low state. This patch is dependent on the DA9055 MFD. This patch is tested on smdk6410 board. Signed-off-by: Ashish Jangam --- drivers/regulator/da9055-regulator.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --