Re: [PATCH v4 1/2] mfd: add irq domain support for max8997 interrupts

2012-04-17 Thread Thomas Abraham
On 31 March 2012 03:36, Grant Likely grant.lik...@secretlab.ca wrote: On Sat, 24 Mar 2012 15:19:49 +0530, Thomas Abraham thomas.abra...@linaro.org wrote: Add irq domain support for max8997 interrupts. The reverse mapping method used is linear mapping since the sub-drivers of max8997 such as

Re: [PATCH v4 1/2] mfd: add irq domain support for max8997 interrupts

2012-04-16 Thread Samuel Ortiz
Hi Mark, On Wed, Apr 04, 2012 at 10:22:57PM +0100, Mark Brown wrote: On Sat, Mar 24, 2012 at 03:19:49PM +0530, Thomas Abraham wrote: Add irq domain support for max8997 interrupts. The reverse mapping method used is linear mapping since the sub-drivers of max8997 such as regulator and

Re: [PATCH v4 1/2] mfd: add irq domain support for max8997 interrupts

2012-04-16 Thread Mark Brown
On Sat, Mar 24, 2012 at 03:19:49PM +0530, Thomas Abraham wrote: Add irq domain support for max8997 interrupts. The reverse mapping method used is linear mapping since the sub-drivers of max8997 such as regulator and charger drivers can use the max8997 irq_domain to get the linux irq number for

Re: [PATCH v4 1/2] mfd: add irq domain support for max8997 interrupts

2012-04-04 Thread Mark Brown
On Sat, Mar 24, 2012 at 03:19:49PM +0530, Thomas Abraham wrote: Add irq domain support for max8997 interrupts. The reverse mapping method used is linear mapping since the sub-drivers of max8997 such as regulator and charger drivers can use the max8997 irq_domain to get the linux irq number for

Re: [PATCH v4 1/2] mfd: add irq domain support for max8997 interrupts

2012-03-30 Thread Grant Likely
On Sat, 24 Mar 2012 15:19:49 +0530, Thomas Abraham thomas.abra...@linaro.org wrote: Add irq domain support for max8997 interrupts. The reverse mapping method used is linear mapping since the sub-drivers of max8997 such as regulator and charger drivers can use the max8997 irq_domain to get the

Re: [PATCH v4 1/2] mfd: add irq domain support for max8997 interrupts

2012-03-27 Thread MyungJoo Ham
On Sat, Mar 24, 2012 at 6:49 PM, Thomas Abraham thomas.abra...@linaro.org wrote: Add irq domain support for max8997 interrupts. The reverse mapping method used is linear mapping since the sub-drivers of max8997 such as regulator and charger drivers can use the max8997 irq_domain to get the

[PATCH v4 1/2] mfd: add irq domain support for max8997 interrupts

2012-03-24 Thread Thomas Abraham
Add irq domain support for max8997 interrupts. The reverse mapping method used is linear mapping since the sub-drivers of max8997 such as regulator and charger drivers can use the max8997 irq_domain to get the linux irq number for max8997 interrupts. All uses of irq_base in platform data and