Re: let iwx(4) resume in the acpi thread

2021-09-10 Thread Mike Larkin
On Fri, Sep 10, 2021 at 11:12:45AM +0200, Stefan Sperling wrote: > On Fri, Sep 10, 2021 at 10:59:25AM +0200, Stefan Sperling wrote: > > On Fri, Sep 10, 2021 at 10:58:47AM +0200, Stefan Sperling wrote: > > > All those changes are shown below. My device is still happy with this. > > > I will reply wi

Re: let iwx(4) resume in the acpi thread

2021-09-10 Thread Stefan Sperling
On Fri, Sep 10, 2021 at 10:59:25AM +0200, Stefan Sperling wrote: > On Fri, Sep 10, 2021 at 10:58:47AM +0200, Stefan Sperling wrote: > > All those changes are shown below. My device is still happy with this. > > I will reply with a new full diff against -current next. > > Full diff: Just realized

Re: let iwx(4) resume in the acpi thread

2021-09-10 Thread Stefan Sperling
On Fri, Sep 10, 2021 at 10:58:47AM +0200, Stefan Sperling wrote: > All those changes are shown below. My device is still happy with this. > I will reply with a new full diff against -current next. Full diff: diff c9db663b670f8930f62c8f20c36e84d72697f036 refs/heads/iwx-resume2 blob - 51063c862bfc0

Re: let iwx(4) resume in the acpi thread

2021-09-10 Thread Stefan Sperling
On Thu, Sep 09, 2021 at 03:15:07PM -0700, Mike Larkin wrote: > On Wed, Sep 08, 2021 at 03:25:20PM +0200, Stefan Sperling wrote: > > On Wed, Sep 08, 2021 at 02:19:00PM +0200, Stefan Sperling wrote: > > > This patch applies on top of all the other iwx(4) diffs I've sent today. > > > It makes iwx(4) i

Re: let iwx(4) resume in the acpi thread

2021-09-09 Thread Mike Larkin
On Wed, Sep 08, 2021 at 03:25:20PM +0200, Stefan Sperling wrote: > On Wed, Sep 08, 2021 at 02:19:00PM +0200, Stefan Sperling wrote: > > This patch applies on top of all the other iwx(4) diffs I've sent today. > > It makes iwx(4) initialize the device completely in the acpi thread. > > > > We now pr

Re: let iwx(4) resume in the acpi thread

2021-09-08 Thread Stefan Sperling
On Wed, Sep 08, 2021 at 02:19:00PM +0200, Stefan Sperling wrote: > This patch applies on top of all the other iwx(4) diffs I've sent today. > It makes iwx(4) initialize the device completely in the acpi thread. > > We now prepare the device for loading firmware during DVACT_RESUME, > and load firm

let iwx(4) resume in the acpi thread

2021-09-08 Thread Stefan Sperling
This patch applies on top of all the other iwx(4) diffs I've sent today. It makes iwx(4) initialize the device completely in the acpi thread. We now prepare the device for loading firmware during DVACT_RESUME, and load firmware from host memory into the device during DVACT_WAKEUP. Previously, DVA