Re: [linux-sunxi] [PATCH 1/4] ARM: dts: sun8i-a83t-tbs-a711: OOB WiFi interrupt doesn't work

2020-02-23 Thread 'Arend Van Spriel' via linux-sunxi
On February 23, 2020 11:55:25 AM Ondřej Jirman wrote: Hello, On Sun, Feb 23, 2020 at 12:03:46PM +0800, Chen-Yu Tsai wrote: On Sun, Feb 23, 2020 at 11:26 AM Chen-Yu Tsai wrote: Hi, On Sun, Feb 23, 2020 at 6:32 AM Ondrej Jirman wrote: It just causes a constant rate of 5000 interrupts

Re: [linux-sunxi] [PATCH 1/4] ARM: dts: sun8i-a83t-tbs-a711: OOB WiFi interrupt doesn't work

2020-02-23 Thread Ondřej Jirman
Hello, On Sun, Feb 23, 2020 at 12:03:46PM +0800, Chen-Yu Tsai wrote: > On Sun, Feb 23, 2020 at 11:26 AM Chen-Yu Tsai wrote: > > > > Hi, > > > > > > On Sun, Feb 23, 2020 at 6:32 AM Ondrej Jirman wrote: > > > > > > It just causes a constant rate of 5000 interrupts per second for both > > > GPIO

Re: [linux-sunxi] [PATCH 1/4] ARM: dts: sun8i-a83t-tbs-a711: OOB WiFi interrupt doesn't work

2020-02-23 Thread Ondřej Jirman
On Sun, Feb 23, 2020 at 12:03:46PM +0800, Chen-Yu Tsai wrote: > On Sun, Feb 23, 2020 at 11:26 AM Chen-Yu Tsai wrote: > > > > Hi, > > > > > > On Sun, Feb 23, 2020 at 6:32 AM Ondrej Jirman wrote: > > > > > > It just causes a constant rate of 5000 interrupts per second for both > > > GPIO and MMC,

Re: [linux-sunxi] [PATCH 1/4] ARM: dts: sun8i-a83t-tbs-a711: OOB WiFi interrupt doesn't work

2020-02-22 Thread Chen-Yu Tsai
On Sun, Feb 23, 2020 at 11:26 AM Chen-Yu Tsai wrote: > > Hi, > > > On Sun, Feb 23, 2020 at 6:32 AM Ondrej Jirman wrote: > > > > It just causes a constant rate of 5000 interrupts per second for both > > GPIO and MMC, even if nothing is happening. Rely on in-band interrupts > > instead. > > > >

Re: [linux-sunxi] [PATCH 1/4] ARM: dts: sun8i-a83t-tbs-a711: OOB WiFi interrupt doesn't work

2020-02-22 Thread Chen-Yu Tsai
Hi, On Sun, Feb 23, 2020 at 6:32 AM Ondrej Jirman wrote: > > It just causes a constant rate of 5000 interrupts per second for both > GPIO and MMC, even if nothing is happening. Rely on in-band interrupts > instead. > > Fixes: 0e23372080def7bb ("arm: dts: sun8i: Add the TBS A711 tablet >

[linux-sunxi] [PATCH 1/4] ARM: dts: sun8i-a83t-tbs-a711: OOB WiFi interrupt doesn't work

2020-02-22 Thread Ondrej Jirman
It just causes a constant rate of 5000 interrupts per second for both GPIO and MMC, even if nothing is happening. Rely on in-band interrupts instead. Fixes: 0e23372080def7bb ("arm: dts: sun8i: Add the TBS A711 tablet devicetree") Signed-off-by: Ondrej Jirman ---