]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 14 Aug 2018 10:27:12 +0000 (12:27 +0200)
commit7d3e25883bd05639448b99a97991efc4b8149693
tree17d080ad80bc467ae5099ab189bc4bff6af89e2d
parentba6797c2debd130e40a207a7041f96ecf7225362
spi: pxa2xx: Allow 64-bit DMA

BugLink: http://bugs.launchpad.net/bugs/1782846
commit efc4a13724b852ddaa3358402a8dec024ffbcb17 upstream.

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: 34cadd9c1bcb ("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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/spi/spi-pxa2xx.h