* Adam Ford <aford173@xxxxxxxxx> [190821 13:50]: > On Wed, Aug 21, 2019 at 6:38 AM Tony Lindgren <tony@xxxxxxxxxxx> wrote: > > Also, please test (again) with level wlcore interrupt instead of > > edge. We recent gpio-omap fixes it's starting to look that we can > > still have edge interrupts lost in retention idle with no status > > to be seen in the gpio controller. So anything that can be treated > > as level interrupt probaby should be. > > Currently, it it setup as > interrupts = <10 IRQ_TYPE_EDGE_RISING>; /* gpio_170 */ > > Are you suggesting we go back to > interrupts = <10 IRQ_TYPE_LEVEL_HIGH>; /* gpio_170 */ If you see wlcore warnings that relate to lost GPIO interrupts then that should help yeah. Regards, Tony