Re: [PATCH v1] mfd: intel-lpss: Program REMAP register in PIO mode

2018-06-03 Thread Lee Jones
On Fri, 01 Jun 2018, Andy Shevchenko wrote: > On Fri, 2018-05-18 at 14:51 +0100, Lee Jones wrote: > > On Tue, 24 Apr 2018, Andy Shevchenko wrote: > > > > > According to documentation REMAP register has to be programmed in > > > either DMA or PIO mode of the slice. > > > > > > Move the DMA capabi

Re: [PATCH v1] mfd: intel-lpss: Program REMAP register in PIO mode

2018-06-01 Thread Andy Shevchenko
On Fri, 2018-05-18 at 14:51 +0100, Lee Jones wrote: > On Tue, 24 Apr 2018, Andy Shevchenko wrote: > > > According to documentation REMAP register has to be programmed in > > either DMA or PIO mode of the slice. > > > > Move the DMA capability check below to let REMAP register be > > programmed >

Re: [PATCH v1] mfd: intel-lpss: Program REMAP register in PIO mode

2018-05-18 Thread Lee Jones
On Tue, 24 Apr 2018, Andy Shevchenko wrote: > According to documentation REMAP register has to be programmed in > either DMA or PIO mode of the slice. > > Move the DMA capability check below to let REMAP register be programmed > in PIO mode. > > Fixes: 4b45efe85263 ("mfd: Add support for Intel S

Re: [PATCH v1] mfd: intel-lpss: Program REMAP register in PIO mode

2018-05-18 Thread Lee Jones
On Fri, 18 May 2018, Andy Shevchenko wrote: > On Wed, 2018-04-25 at 13:25 +0300, Mika Westerberg wrote: > > On Tue, Apr 24, 2018 at 06:00:10PM +0300, Andy Shevchenko wrote: > > > According to documentation REMAP register has to be programmed in > > > either DMA or PIO mode of the slice. > > > > >

Re: [PATCH v1] mfd: intel-lpss: Program REMAP register in PIO mode

2018-05-18 Thread Andy Shevchenko
On Wed, 2018-04-25 at 13:25 +0300, Mika Westerberg wrote: > On Tue, Apr 24, 2018 at 06:00:10PM +0300, Andy Shevchenko wrote: > > According to documentation REMAP register has to be programmed in > > either DMA or PIO mode of the slice. > > > > Move the DMA capability check below to let REMAP regis

Re: [PATCH v1] mfd: intel-lpss: Program REMAP register in PIO mode

2018-04-25 Thread Mika Westerberg
On Tue, Apr 24, 2018 at 06:00:10PM +0300, Andy Shevchenko wrote: > According to documentation REMAP register has to be programmed in > either DMA or PIO mode of the slice. > > Move the DMA capability check below to let REMAP register be programmed > in PIO mode. > > Fixes: 4b45efe85263 ("mfd: Add

[PATCH v1] mfd: intel-lpss: Program REMAP register in PIO mode

2018-04-24 Thread Andy Shevchenko
According to documentation REMAP register has to be programmed in either DMA or PIO mode of the slice. Move the DMA capability check below to let REMAP register be programmed in PIO mode. Fixes: 4b45efe85263 ("mfd: Add support for Intel Sunrisepoint LPSS devices") Cc: Mika Westerberg Signed-off-