Re: [PATCH] gpio: mvebu: Fix cause computation in irq handler

2017-08-07 Thread Linus Walleij
On Wed, Jul 12, 2017 at 1:22 PM, Gregory CLEMENT wrote: > When switching to regmap, the way to compute the irq cause was > reorganized. However while doing it, a typo was introduced: a 'xor' > replaced a 'and'. > > This lead to wrong behavior in the interrupt

Re: [PATCH] gpio: mvebu: Fix cause computation in irq handler

2017-08-07 Thread Linus Walleij
On Wed, Jul 12, 2017 at 1:22 PM, Gregory CLEMENT wrote: > When switching to regmap, the way to compute the irq cause was > reorganized. However while doing it, a typo was introduced: a 'xor' > replaced a 'and'. > > This lead to wrong behavior in the interrupt handler ans one of the > symptom was

Re: [PATCH] gpio: mvebu: Fix cause computation in irq handler

2017-08-02 Thread Gregory CLEMENT
Hi Linus, On lun., juil. 24 2017, Gregory CLEMENT wrote: > Hi Linus, > > On mer., juil. 12 2017, Gregory CLEMENT > wrote: > >> When switching to regmap, the way to compute the irq cause was >> reorganized. However

Re: [PATCH] gpio: mvebu: Fix cause computation in irq handler

2017-08-02 Thread Gregory CLEMENT
Hi Linus, On lun., juil. 24 2017, Gregory CLEMENT wrote: > Hi Linus, > > On mer., juil. 12 2017, Gregory CLEMENT > wrote: > >> When switching to regmap, the way to compute the irq cause was >> reorganized. However while doing it, a typo was introduced: a 'xor' >> replaced a 'and'. >> >>

Re: [PATCH] gpio: mvebu: Fix cause computation in irq handler

2017-07-24 Thread Gregory CLEMENT
Hi Linus, On mer., juil. 12 2017, Gregory CLEMENT wrote: > When switching to regmap, the way to compute the irq cause was > reorganized. However while doing it, a typo was introduced: a 'xor' > replaced a 'and'. > > This lead to wrong behavior in the

Re: [PATCH] gpio: mvebu: Fix cause computation in irq handler

2017-07-24 Thread Gregory CLEMENT
Hi Linus, On mer., juil. 12 2017, Gregory CLEMENT wrote: > When switching to regmap, the way to compute the irq cause was > reorganized. However while doing it, a typo was introduced: a 'xor' > replaced a 'and'. > > This lead to wrong behavior in the interrupt handler ans one of the >

[PATCH] gpio: mvebu: Fix cause computation in irq handler

2017-07-12 Thread Gregory CLEMENT
When switching to regmap, the way to compute the irq cause was reorganized. However while doing it, a typo was introduced: a 'xor' replaced a 'and'. This lead to wrong behavior in the interrupt handler ans one of the symptom was wrong irq handler called on the Armada 388 GP: "->handle_irq():

[PATCH] gpio: mvebu: Fix cause computation in irq handler

2017-07-12 Thread Gregory CLEMENT
When switching to regmap, the way to compute the irq cause was reorganized. However while doing it, a typo was introduced: a 'xor' replaced a 'and'. This lead to wrong behavior in the interrupt handler ans one of the symptom was wrong irq handler called on the Armada 388 GP: "->handle_irq():