Message ID | E1f9ZU1-0004fP-CY@debutante (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, 2018-04-20 at 18:06 +0100, Mark Brown wrote: > The patch > > spi: pxa2xx: Allow 64-bit DMA > > has been applied to the spi tree at > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git Mark, can you push this to the v4.16-rc3 as well?
On Mon, Apr 23, 2018 at 06:32:06PM +0300, Andy Shevchenko wrote: > On Fri, 2018-04-20 at 18:06 +0100, Mark Brown wrote: > > The patch > > spi: pxa2xx: Allow 64-bit DMA > > has been applied to the spi tree at > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git > Mark, can you push this to the v4.16-rc3 as well? Is this something for old platforms or only for new ones?
On Mon, Apr 23, 2018 at 6:34 PM, Mark Brown <broonie@kernel.org> wrote: > On Mon, Apr 23, 2018 at 06:32:06PM +0300, Andy Shevchenko wrote: >> On Fri, 2018-04-20 at 18:06 +0100, Mark Brown wrote: >> > The patch > >> > spi: pxa2xx: Allow 64-bit DMA > >> > has been applied to the spi tree at > >> > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git > >> Mark, can you push this to the v4.16-rc3 as well? > > Is this something for old platforms or only for new ones? Yes, it potentially (we didn't get reports though) affects all platforms starting from Skylake (v4.2+) and for sure on Coffeelake (v4.12+).
diff --git a/drivers/spi/spi-pxa2xx.h b/drivers/spi/spi-pxa2xx.h index baf558b89c73..513c53aaeab2 100644 --- a/drivers/spi/spi-pxa2xx.h +++ b/drivers/spi/spi-pxa2xx.h @@ -38,7 +38,7 @@ struct driver_data { /* SSP register addresses */ void __iomem *ioaddr; - u32 ssdr_physical; + phys_addr_t ssdr_physical; /* SSP masks*/ u32 dma_cr1;