]> git.baikalelectronics.ru Git - kernel.git/commit
spi: pxa2xx: Allow 64-bit DMA
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 19 Apr 2018 16:53:32 +0000 (19:53 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 24 Apr 2018 15:10:12 +0000 (16:10 +0100)
commit555822064621c7909a4ad2a27e6cebad9e88aeb3
treeae1de975597aa8136509c71c72b98db6b5e34c53
parente4e6904010c13a5b88befea0130f72faebdf086a
spi: pxa2xx: Allow 64-bit DMA

Currently the 32-bit device address only is supported for DMA. However,
starting from Intel Sunrisepoint PCH the DMA address of the device FIFO
can be 64-bit.

Change the respective variable to be compatible with DMA engine
expectations, i.e. to phys_addr_t.

Fixes: 52b0536cd9fe ("spi: pxa2xx: Add support for Intel Sunrisepoint")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
drivers/spi/spi-pxa2xx.h