Re: [LEDE-DEV] [PATCH] brcm63xx: fix external IRQ edge type sense

2017-02-17 Thread Jonas Gorski
On 8 February 2017 at 04:56, Florian Fainelli wrote: > Le 02/07/17 à 12:36, Daniel Gonzalez Cabanelas a écrit : >> Fix the register for configuring rising/falling edge >> >> Rising should be sense=1, and falling sense=0. >> The old driver used these values, but the new one

Re: [LEDE-DEV] [PATCH] brcm63xx: fix external IRQ edge type sense

2017-02-07 Thread Florian Fainelli
Le 02/07/17 à 12:36, Daniel Gonzalez Cabanelas a écrit : > Fix the register for configuring rising/falling edge > > Rising should be sense=1, and falling sense=0. > The old driver used these values, but the new one have > them flipped. This should probably be sent upstream as well, right? > >

[LEDE-DEV] [PATCH] brcm63xx: fix external IRQ edge type sense

2017-02-07 Thread Daniel Gonzalez Cabanelas
Fix the register for configuring rising/falling edge Rising should be sense=1, and falling sense=0. The old driver used these values, but the new one have them flipped. Signed-off-by: Daniel Gonzalez Cabanelas diff --git