Re: [PATCH 1/4] MFD: Palmas: Add Interrupt feature

2013-06-18 Thread Mark Brown
On Tue, Jun 18, 2013 at 05:15:03AM +, J, KEERTHY wrote: I understand your point. The IRQ is passed from device tree node. Say if the chip for some reason is not connected to any valid IRQ line the driver might end up requesting for a wrong IRQ line. So should I be validating the irq

RE: [PATCH 1/4] MFD: Palmas: Add Interrupt feature

2013-06-18 Thread J, KEERTHY
; linux-...@vger.kernel.org; g...@slimlogic.co.uk Subject: Re: [PATCH 1/4] MFD: Palmas: Add Interrupt feature On Tue, Jun 18, 2013 at 05:15:03AM +, J, KEERTHY wrote: I understand your point. The IRQ is passed from device tree node. Say if the chip for some reason is not connected to any

Re: [PATCH 1/4] MFD: Palmas: Add Interrupt feature

2013-06-17 Thread Mark Brown
On Mon, Jun 17, 2013 at 05:39:11PM +0530, J Keerthy wrote: Palmas PMICs have an INT line. This line is one single Interrupt line to the application processor. The interrupt feature enables to selectively request irq for only those specific chips which have INT line connected to a valid IRQ

RE: [PATCH 1/4] MFD: Palmas: Add Interrupt feature

2013-06-17 Thread J, KEERTHY
...@vger.kernel.org; linux-...@vger.kernel.org; g...@slimlogic.co.uk Subject: Re: [PATCH 1/4] MFD: Palmas: Add Interrupt feature On Mon, Jun 17, 2013 at 05:39:11PM +0530, J Keerthy wrote: Palmas PMICs have an INT line. This line is one single Interrupt line to the application processor