Re: [PATCH 3/3] mfd: tps65910: fix wrong ack_base register

2012-11-30 Thread Samuel Ortiz
Hi Milo, On Thu, Nov 29, 2012 at 06:42:12AM +, Kim, Milo wrote: > The interrupt status registers of TPS65910/1 should be cleared > when the associated interrupt event occurs. > This work is done in the regmap irq thread - using 'ack_base' register. > The ACK registers should be fixed as

Re: [PATCH 3/3] mfd: tps65910: fix wrong ack_base register

2012-11-30 Thread Samuel Ortiz
Hi Milo, On Thu, Nov 29, 2012 at 06:42:12AM +, Kim, Milo wrote: The interrupt status registers of TPS65910/1 should be cleared when the associated interrupt event occurs. This work is done in the regmap irq thread - using 'ack_base' register. The ACK registers should be fixed as

Re: [PATCH 3/3] mfd: tps65910: fix wrong ack_base register

2012-11-29 Thread Laxman Dewangan
On Thursday 29 November 2012 12:12 PM, Kim, Milo wrote: The interrupt status registers of TPS65910/1 should be cleared when the associated interrupt event occurs. This work is done in the regmap irq thread - using 'ack_base' register. The ACK registers should be fixed as status register,

Re: [PATCH 3/3] mfd: tps65910: fix wrong ack_base register

2012-11-29 Thread Laxman Dewangan
On Thursday 29 November 2012 12:12 PM, Kim, Milo wrote: The interrupt status registers of TPS65910/1 should be cleared when the associated interrupt event occurs. This work is done in the regmap irq thread - using 'ack_base' register. The ACK registers should be fixed as status register,

[PATCH 3/3] mfd: tps65910: fix wrong ack_base register

2012-11-28 Thread Kim, Milo
The interrupt status registers of TPS65910/1 should be cleared when the associated interrupt event occurs. This work is done in the regmap irq thread - using 'ack_base' register. The ACK registers should be fixed as status register, not mask registers. This patch fixes the infinite interrupt

[PATCH 3/3] mfd: tps65910: fix wrong ack_base register

2012-11-28 Thread Kim, Milo
The interrupt status registers of TPS65910/1 should be cleared when the associated interrupt event occurs. This work is done in the regmap irq thread - using 'ack_base' register. The ACK registers should be fixed as status register, not mask registers. This patch fixes the infinite interrupt