Re: [PATCH v1 0/3] Tegra GPIO: Minor code clean up

2020-01-07 Thread Linus Walleij
On Tue, Jan 7, 2020 at 10:31 AM Bartosz Golaszewski wrote: > wt., 7 sty 2020 o 10:29 Linus Walleij napisał(a): > > > Ugh, I now noticed I responded to Thierry only after applying this to my > > > tree. > > > > > > Anyway, it shouldn't be a problem. I'll take more care next time. > > > > OK

Re: [PATCH v1 0/3] Tegra GPIO: Minor code clean up

2020-01-07 Thread Bartosz Golaszewski
wt., 7 sty 2020 o 10:29 Linus Walleij napisał(a): > > On Tue, Jan 7, 2020 at 9:25 AM Bartosz Golaszewski > wrote: > > > pon., 6 sty 2020 o 23:59 Linus Walleij > > napisał(a): > > > On Sun, Dec 15, 2019 at 7:31 PM Dmitry Osipenko wrote: > > > > > > > I was investigating why CPU hangs during of

Re: [PATCH v1 0/3] Tegra GPIO: Minor code clean up

2020-01-07 Thread Linus Walleij
On Tue, Jan 7, 2020 at 9:25 AM Bartosz Golaszewski wrote: > pon., 6 sty 2020 o 23:59 Linus Walleij napisał(a): > > On Sun, Dec 15, 2019 at 7:31 PM Dmitry Osipenko wrote: > > > > > I was investigating why CPU hangs during of GPIO driver suspend and in > > > the end it turned out that it is a

Re: [PATCH v1 0/3] Tegra GPIO: Minor code clean up

2020-01-07 Thread Bartosz Golaszewski
pon., 6 sty 2020 o 23:59 Linus Walleij napisał(a): > > On Sun, Dec 15, 2019 at 7:31 PM Dmitry Osipenko wrote: > > > I was investigating why CPU hangs during of GPIO driver suspend and in > > the end it turned out that it is a Broadcom WiFi driver problem because > > it keeps OOB wake-interrupt

Re: [PATCH v1 0/3] Tegra GPIO: Minor code clean up

2020-01-06 Thread Linus Walleij
On Sun, Dec 15, 2019 at 7:31 PM Dmitry Osipenko wrote: > I was investigating why CPU hangs during of GPIO driver suspend and in > the end it turned out that it is a Broadcom WiFi driver problem because > it keeps OOB wake-interrupt enabled while WLAN interface is DOWN and this > may cause a bit

Re: [PATCH v1 0/3] Tegra GPIO: Minor code clean up

2019-12-19 Thread Dmitry Osipenko
19.12.2019 17:53, Thierry Reding пишет: > On Sun, Dec 15, 2019 at 09:30:44PM +0300, Dmitry Osipenko wrote: >> Hello, >> >> I was investigating why CPU hangs during of GPIO driver suspend and in >> the end it turned out that it is a Broadcom WiFi driver problem because >> it keeps OOB

Re: [PATCH v1 0/3] Tegra GPIO: Minor code clean up

2019-12-19 Thread Thierry Reding
On Sun, Dec 15, 2019 at 09:30:44PM +0300, Dmitry Osipenko wrote: > Hello, > > I was investigating why CPU hangs during of GPIO driver suspend and in > the end it turned out that it is a Broadcom WiFi driver problem because > it keeps OOB wake-interrupt enabled while WLAN interface is DOWN and

Re: [PATCH v1 0/3] Tegra GPIO: Minor code clean up

2019-12-16 Thread Dmitry Osipenko
15.12.2019 21:30, Dmitry Osipenko пишет: > Hello, > > I was investigating why CPU hangs during of GPIO driver suspend and in > the end it turned out that it is a Broadcom WiFi driver problem because > it keeps OOB wake-interrupt enabled while WLAN interface is DOWN and this > may cause a bit

[PATCH v1 0/3] Tegra GPIO: Minor code clean up

2019-12-15 Thread Dmitry Osipenko
Hello, I was investigating why CPU hangs during of GPIO driver suspend and in the end it turned out that it is a Broadcom WiFi driver problem because it keeps OOB wake-interrupt enabled while WLAN interface is DOWN and this may cause a bit weird CPU hang on writing to INT_ENB register during of