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

2013-06-18 Thread J, KEERTHY
om; > linux-kernel@vger.kernel.org; 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.

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 e

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

2013-06-17 Thread J, KEERTHY
swar...@nvidia.com; > linux-kernel@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 li

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 > I