Re: [PATCH 02/11] mmc: dw_mmc: Re-store SDIO IRQs mask at system resume

2019-09-06 Thread Doug Anderson
Hi, On Fri, Sep 6, 2019 at 2:20 AM Ulf Hansson wrote: > > On Fri, 6 Sep 2019 at 01:47, Doug Anderson wrote: > > > > Hi, > > > > On Tue, Sep 3, 2019 at 7:22 AM Ulf Hansson wrote: > > > > > > In cases when SDIO IRQs have been enabled, runtime suspend is prevented by > > > the driver. However, thi

Re: [PATCH 02/11] mmc: dw_mmc: Re-store SDIO IRQs mask at system resume

2019-09-06 Thread Ulf Hansson
On Fri, 6 Sep 2019 at 01:47, Doug Anderson wrote: > > Hi, > > On Tue, Sep 3, 2019 at 7:22 AM Ulf Hansson wrote: > > > > In cases when SDIO IRQs have been enabled, runtime suspend is prevented by > > the driver. However, this still means dw_mci_runtime_suspend|resume() gets > > called during syste

Re: [PATCH 02/11] mmc: dw_mmc: Re-store SDIO IRQs mask at system resume

2019-09-05 Thread Doug Anderson
Hi, On Tue, Sep 3, 2019 at 7:22 AM Ulf Hansson wrote: > > In cases when SDIO IRQs have been enabled, runtime suspend is prevented by > the driver. However, this still means dw_mci_runtime_suspend|resume() gets > called during system suspend/resume, via pm_runtime_force_suspend|resume(). > This me

Re: [PATCH 02/11] mmc: dw_mmc: Re-store SDIO IRQs mask at system resume

2019-09-05 Thread Matthias Kaehlcke
On Thu, Sep 05, 2019 at 09:29:04AM +0200, Ulf Hansson wrote: > On Thu, 5 Sep 2019 at 02:14, Matthias Kaehlcke wrote: > > > > On Tue, Sep 03, 2019 at 04:21:58PM +0200, Ulf Hansson wrote: > > > In cases when SDIO IRQs have been enabled, runtime suspend is prevented by > > > the driver. However, this

Re: [PATCH 02/11] mmc: dw_mmc: Re-store SDIO IRQs mask at system resume

2019-09-05 Thread Ulf Hansson
On Thu, 5 Sep 2019 at 02:14, Matthias Kaehlcke wrote: > > On Tue, Sep 03, 2019 at 04:21:58PM +0200, Ulf Hansson wrote: > > In cases when SDIO IRQs have been enabled, runtime suspend is prevented by > > the driver. However, this still means dw_mci_runtime_suspend|resume() gets > > called during sys

Re: [PATCH 02/11] mmc: dw_mmc: Re-store SDIO IRQs mask at system resume

2019-09-04 Thread Matthias Kaehlcke
On Tue, Sep 03, 2019 at 04:21:58PM +0200, Ulf Hansson wrote: > In cases when SDIO IRQs have been enabled, runtime suspend is prevented by > the driver. However, this still means dw_mci_runtime_suspend|resume() gets > called during system suspend/resume, via pm_runtime_force_suspend|resume(). > This

[PATCH 02/11] mmc: dw_mmc: Re-store SDIO IRQs mask at system resume

2019-09-03 Thread Ulf Hansson
In cases when SDIO IRQs have been enabled, runtime suspend is prevented by the driver. However, this still means dw_mci_runtime_suspend|resume() gets called during system suspend/resume, via pm_runtime_force_suspend|resume(). This means during system suspend/resume, the register context of the dw_m