Re: [RFC][PATCH 3/5] hi655x-pmic: Fixup issue with un-acked interrupts

2016-06-08 Thread Lee Jones
On Wed, 01 Jun 2016, John Stultz wrote: > While trying to get the powerkey to function, I found > when pressing the key, I would get infinitely repeating > interrupts. > > After digging around a bit, it seems we didn't set the > ack_base value for the regmap irqchip logic, so nothing > was

Re: [RFC][PATCH 3/5] hi655x-pmic: Fixup issue with un-acked interrupts

2016-06-08 Thread Lee Jones
On Wed, 01 Jun 2016, John Stultz wrote: > While trying to get the powerkey to function, I found > when pressing the key, I would get infinitely repeating > interrupts. > > After digging around a bit, it seems we didn't set the > ack_base value for the regmap irqchip logic, so nothing > was

[PATCH 3/5] hi655x-pmic: Fixup issue with un-acked interrupts

2016-06-03 Thread John Stultz
While trying to get the powerkey to function, I found when pressing the key, I would get infinitely repeating interrupts. After digging around a bit, it seems we didn't set the ack_base value for the regmap irqchip logic, so nothing was acking the interrupt. This patch adds the ack_base, which

[PATCH 3/5] hi655x-pmic: Fixup issue with un-acked interrupts

2016-06-03 Thread John Stultz
While trying to get the powerkey to function, I found when pressing the key, I would get infinitely repeating interrupts. After digging around a bit, it seems we didn't set the ack_base value for the regmap irqchip logic, so nothing was acking the interrupt. This patch adds the ack_base, which

[RFC][PATCH 3/5] hi655x-pmic: Fixup issue with un-acked interrupts

2016-06-01 Thread John Stultz
While trying to get the powerkey to function, I found when pressing the key, I would get infinitely repeating interrupts. After digging around a bit, it seems we didn't set the ack_base value for the regmap irqchip logic, so nothing was acking the interrupt. This patch adds the ack_base, which

[RFC][PATCH 3/5] hi655x-pmic: Fixup issue with un-acked interrupts

2016-06-01 Thread John Stultz
While trying to get the powerkey to function, I found when pressing the key, I would get infinitely repeating interrupts. After digging around a bit, it seems we didn't set the ack_base value for the regmap irqchip logic, so nothing was acking the interrupt. This patch adds the ack_base, which